Home
last modified time | relevance | path

Searched refs:qemu (Results 1 – 25 of 56) sorted by relevance

123

/linux/tools/testing/selftests/rcutorture/bin/
H A Dkvm-test-1-run-qemu.sh4 # Carry out a kvm-based run for the specified qemu-cmd file, which might
7 # Usage: kvm-test-1-run-qemu.sh qemu-cmd-dir
9 # qemu-cmd-dir provides the directory containing qemu-cmd file.
14 # at the end of the qemu-cmd file are not optional.
20 T="`mktemp -d ${TMPDIR-/tmp}/kvm-test-1-run-qemu.sh.XXXXXX`"
29 if ! test -f "$resdir/qemu-cmd"
31 echo $0: Nonexistent qemu-cmd file: $resdir/qemu
[all...]
H A Dkvm-again.sh182 rm -f "$rundir"/*/{console.log,console.log.diags,qemu_pid,qemu-pid,qemu-retval,Warnings,kvm-test-1-run.sh.out,kvm-test-1-run-qemu.sh.out,vmlinux} "$rundir"/log
190 for i in $rundir/*/qemu-cmd
196 kvm-transform.sh "$kernel_dir/bzImage" "$qemu_cmd_dir/console.log" "$jitter_dir" "$dur" "$bootargs" < $T/qemu-cmd > $i
203 # Extract settings from the last qemu-cmd file transformed above.
204 grep '^#' $i | sed -e 's/^# //' > $T/qemu-cmd-settings
205 . $T/qemu-cmd-settings
H A Dkvm-test-1-run-batch.sh10 # containing a ready-to-run qemu-cmd file.
34 if ! test -f "$i/qemu-cmd"
36 echo Scenario lacks a command file: \"$i/qemu-cmd\" 1>&2
44 # Extract settings from the qemu-cmd file.
45 grep '^#' $1/qemu-cmd | sed -e 's/^# //' > $T/qemu-cmd-settings
46 . $T/qemu-cmd-settings
55 echo ---- System running test: `uname -a` > $i/kvm-test-1-run-qemu.sh.out
56 echo > $i/kvm-test-1-run-qemu.sh.out
67 print "echo " scenario ": Bogus number of CPUs (old qemu
[all...]
H A Dkvm-test-1-run.sh8 # because qemu does not seem to like that much.
10 # Usage: kvm-test-1-run.sh config resdir seconds qemu-args boot_args_in
12 # qemu-args defaults to "-enable-kvm -display none -no-reboot", along
19 # Anything you specify for either qemu-args or boot_args_in is appended to
144 # Generate -smp qemu argument.
156 # Generate architecture-specific and interaction-specific qemu arguments
159 # Generate qemu -append arguments
202 echo $QEMU $qemu_args -m $TORTURE_QEMU_MEM -kernel $KERNEL -append \"$qemu_append $boot_args\" $TORTURE_QEMU_GDB_ARG > $resdir/qemu-cmd
203 echo "# TORTURE_SHUTDOWN_GRACE=$TORTURE_SHUTDOWN_GRACE" >> $resdir/qemu-cmd
204 echo "# seconds=$seconds" >> $resdir/qemu
[all...]
H A Dkvm.sh88 echo " --qemu-args qemu-arguments"
89 echo " --qemu-cmd qemu-system-..."
231 --qemu-args|--qemu-arg)
232 checkarg --qemu-args "(qemu arguments)" $# "$2" '^-' '^error'
236 --qemu-cmd)
237 checkarg --qemu
[all...]
H A Dkvm-recheck-lock.sh28 dur=`grep -v '^#' $i/qemu-cmd | sed -e 's/^.* locktorture.shutdown_secs=//' -e 's/ .*$//' 2> /dev/null`
H A Dkvm-recheck-rcu.sh34 dur=`grep -v '^#' $i/qemu-cmd | sed -e 's/^.* rcutorture.shutdown_secs=//' -e 's/ .*$//'`
/linux/drivers/gpu/drm/tiny/
H A DKconfig28 tristate "DRM Support for bochs dispi vga interface (qemu stdvga)"
34 This is a KMS driver for qemu's stdvga output. Choose this option
35 for qemu.
46 This is a KMS driver for emulated cirrus device in qemu.
52 https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
55 - stdvga (DRM_BOCHS, qemu -vga std, default in qemu 2.2+)
56 - qxl (DRM_QXL, qemu -vga qxl, works best with spice)
57 - virtio (DRM_VIRTIO_GPU), qemu -vga virtio)
H A DMakefile6 obj-$(CONFIG_DRM_CIRRUS_QEMU) += cirrus-qemu.o
/linux/tools/testing/selftests/vsock/
H A Dvmtest.sh9 # * qemu (used by virtme-ng)
67 echo " -q: set the path to or name of qemu binary"
97 # If failure occurred during or before qemu start up, then we need
195 local qemu
197 qemu=$(command -v "${QEMU}")
212 --qemu-opts="${QEMU_OPTS}" \
213 --qemu="${qemu}" \
427 QEMU="qemu-system-$(uname -m)"
/linux/tools/testing/selftests/bpf/
H A Dvmtest.sh14 QEMU_BINARY=qemu-system-s390x
22 QEMU_BINARY=qemu-system-x86_64
30 QEMU_BINARY=qemu-system-aarch64
38 # required qemu version v7.2.0+
39 QEMU_BINARY=qemu-system-riscv64
47 QEMU_BINARY=qemu-system-ppc64
278 Please install qemu or set the QEMU_BINARY environment variable.
/linux/Documentation/w1/masters/
H A Dds2490.rst59 - Running x86_64 2.6.24 UHCI under qemu 0.9.0 under x86_64 2.6.22-rc6
61 normally the first time the module was loaded after qemu attached
64 would fail. qemu sets a 50ms timeout and the bulk in would timeout
67 show 0 bytes written. Detaching qemu from the ds2490 hardware and
69 host did not explain the problem. My guess is a bug in either qemu
/linux/Documentation/devicetree/bindings/misc/
H A Dpvpanic-mmio.txt13 - compatible: "qemu,pvpanic-mmio".
25 compatible = "qemu,pvpanic-mmio";
/linux/Documentation/bpf/
H A Ds390.rst55 qemu-system-misc \
56 qemu-utils \
79 qemu-img create -f raw ./s390.img 1G
132 qemu-system-s390x \
203 - `QEMU s390x Guest Support <https://wiki.qemu.org/Documentation/Platforms/S390X>`_
204 - `Plan 9 folder sharing over Virtio <https://wiki.qemu.org/Documentation/9psetup>`_
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-pci-devices-pvpanic13 https://git.qemu.org/?p=qemu.git;a=blob_plain;f=docs/specs/pvpanic.txt
H A Dsysfs-firmware-qemu_fw_cfg17 https://qemu-project.gitlab.io/qemu/specs/fw_cfg.html
/linux/Documentation/dev-tools/kunit/
H A Drun_wrapper.rst168 .. _kunit-on-qemu:
173 kunit_tool supports running tests on qemu as well as
174 via UML. To run tests on qemu, by default it requires two flags:
176 - ``--arch``: Selects a configs collection (Kconfig, qemu config options
183 for example: i386, x86_64, arm and so on; run on qemu.
199 This means that for most architectures, running under qemu is as simple as:
215 the ``--arch`` flag, or want to run KUnit tests on qemu using a
285 For example, i386, x86_64, arm, um, etc. Non-UML architectures run on qemu.
301 custom qemu architecture definition. This should be a python file
304 - ``--qemu_args``: Specifies additional qemu argument
[all...]
/linux/Documentation/translations/zh_CN/arch/openrisc/
H A Dopenrisc_port.rst83 qemu openrisc https://wiki.qemu.org/Documentation/Platforms/OpenRISC
/linux/Documentation/translations/zh_CN/mm/
H A Dhwpoison.rst
/linux/tools/testing/selftests/kho/
H A Dx86.conf1 QEMU_CMD=qemu-system-x86_64
/linux/tools/kvm/kvm_stat/
H A Dkvm_stat.service5 Before=qemu-kvm.service
/linux/drivers/vfio/pci/nvgrace-gpu/
H A DKconfig8 required to assign the GPU device to userspace using KVM/qemu/etc.
/linux/tools/testing/selftests/wireguard/qemu/
H A DMakefile19 MIRROR := https://download.wireguard.com/qemu-test/distfiles/
23 default: qemu
263 TOOLCHAIN_DIR := https://download.wireguard.com/qemu-test/toolchains/20211123/
287 qemu: $(KERNEL_BZIMAGE) target
290 timeout --foreground 20m qemu-system-$(QEMU_ARCH) \
461 .PHONY: qemu build clean distclean cacheclean menuconfig
/linux/drivers/virt/nitro_enclaves/
H A DKconfig25 the purpose of running unit tests (e.g. under UML or qemu). If
/linux/tools/testing/selftests/nolibc/
H A DMakefile.nolibc138 # QEMU_ARCH: arch names used by qemu
179 # QEMU_ARGS : some arch-specific args to pass to qemu
329 # qemu user-land test
331 $(Q)qemu-$(QEMU_ARCH_USER) ./nolibc-test > "$(CURDIR)/run.out" || :
357 $(Q)qemu-system-$(QEMU_ARCH) -display none -no-reboot -kernel "$(IMAGE)" -initrd initramfs.cpio -serial file:/dev/stdout $(QEMU_ARGS) > "$(CURDIR)/run.out"
362 $(Q)qemu-system-$(QEMU_ARCH) -display none -no-reboot -kernel "$(IMAGE)" -initrd initramfs.cpio -serial file:/dev/stdout $(QEMU_ARGS) > "$(CURDIR)/run.out"

123