Home
last modified time | relevance | path

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

123

/linux/tools/testing/selftests/rcutorture/bin/
H A Dkvm-test-1-run-qemu.sh31 echo $0: Nonexistent qemu-cmd file: $resdir/qemu-cmd
38 grep '^#' $resdir/qemu-cmd | sed -e 's/^# //' > $T/qemu-cmd-settings
39 . $T/qemu-cmd-settings
47 sed -e 's/^[^#].*$/'"$taskset_command"'& 2>\&1 \&/' < $resdir/qemu-cmd > $T/qemu-cmd
48 echo 'qemu_pid=$!' >> $T/qemu-cmd
49 echo 'echo $qemu_pid > $resdir/qemu-pid' >> $T/qemu-cmd
50 echo 'taskset -c -p $qemu_pid > $resdir/qemu-affinity' >> $T/qemu-cmd
57 ( . $T/qemu-cmd; wait `cat $resdir/qemu-pid`; echo $? > $resdir/qemu-retval ) &
65 echo Monitoring qemu job at pid $qemu_pid `date`
68 echo Monitoring qemu job at yet-as-unknown pid `date`
[all …]
H A Dkvm-again.sh192 …/{console.log,console.log.diags,qemu_pid,qemu-pid,qemu-retval,Warnings,kvm-test-1-run.sh.out,kvm-t…
214 for i in $rundir/*/qemu-cmd
220 …kernel_dir/bzImage" "$qemu_cmd_dir/console.log" "$jitter_dir" "$dur" "$bootargs" < $T/qemu-cmd > $i
228 grep '^#' $i | sed -e 's/^# //' > $T/qemu-cmd-settings
229 . $T/qemu-cmd-settings
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.sh231 --qemu-args|--qemu-arg)
232 checkarg --qemu-args "(qemu arguments)" $# "$2" '^-' '^error'
236 --qemu-cmd)
237 checkarg --qemu-cmd "(qemu-system-...)" $# "$2" 'qemu-system-' '^--'
H A Dkvm-recheck.sh47 cat $i/qemu-output
94 print_bug qemu failed
H A Dkvm-recheck-lock.sh28 …dur=`grep -v '^#' $i/qemu-cmd | sed -e 's/^.* locktorture.shutdown_secs=//' -e 's/ .*$//' 2> /dev/…
H A Dkvm-recheck-rcu.sh34 dur=`grep -v '^#' $i/qemu-cmd | sed -e 's/^.* rcutorture.shutdown_secs=//' -e 's/ .*$//'`
/linux/tools/perf/tests/shell/
H A Dkvm.sh9 qemu_pid_file=$(mktemp /tmp/__perf_kvm_test.qemu.pid.XXXXX)
102 qemu="qemu-system-x86_64"
104 qemu="qemu-system-aarch64"
106 qemu="qemu-system-s390x"
108 qemu="qemu-system-ppc64"
110 qemu="qemu-system-$(uname -m)"
113 if ! which -s "$qemu"; then
114 skip "$qemu not found"
125 echo "Starting $qemu..."
129 if ! $qemu -enable-kvm -display none -daemonize -pidfile "${qemu_pid_file}" -monitor none; then
/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)
/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
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/tools/testing/selftests/vsock/
H A Dvmtest.sh233 local qemu
235 qemu=$(command -v "${QEMU}")
257 --qemu-opts="${qemu_opts}" \
258 --qemu="${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
/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_TW/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.rst45 现在主要目标是KVM客户机,但它适用于所有类型的应用程序。支持KVM需要最近的qemu-kvm
62 应用程序以温和的方式处理内存错误(例如,放弃受影响的对象) 这是KVM qemu使用的
/linux/tools/testing/selftests/kho/
H A Dx86.conf1 QEMU_CMD=qemu-system-x86_64
/linux/tools/testing/selftests/hid/
H A Dvmtest.sh10 # * qemu (used by virtme-ng)
57 echo " -q: set the path to or name of qemu binary"
94 # If failure occurred during or before qemu start up, then we need
217 local qemu
219 qemu=$(command -v "${QEMU}")
236 --qemu-opts="${QEMU_OPTS}" \
237 --qemu="${qemu}" \
389 QEMU="qemu-system-$(uname -m)"
/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/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/Documentation/arch/openrisc/
H A Dopenrisc_port.rst82 qemu openrisc https://wiki.qemu.org/Documentation/Platforms/OpenRISC
/linux/drivers/virt/nitro_enclaves/
H A DKconfig25 the purpose of running unit tests (e.g. under UML or qemu). If

123