/linux/tools/testing/selftests/rcutorture/bin/ |
H A D | kvm-test-1-run-qemu.sh | 4 # 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 D | kvm-again.sh | 182 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 D | kvm-test-1-run-batch.sh | 10 # 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 D | kvm-test-1-run.sh | 8 # 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 D | kvm.sh | 88 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 D | kvm-recheck-lock.sh | 28 dur=`grep -v '^#' $i/qemu-cmd | sed -e 's/^.* locktorture.shutdown_secs=//' -e 's/ .*$//' 2> /dev/null`
|
H A D | kvm-recheck-rcu.sh | 34 dur=`grep -v '^#' $i/qemu-cmd | sed -e 's/^.* rcutorture.shutdown_secs=//' -e 's/ .*$//'`
|
/linux/drivers/gpu/drm/tiny/ |
H A D | Kconfig | 28 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 D | Makefile | 6 obj-$(CONFIG_DRM_CIRRUS_QEMU) += cirrus-qemu.o
|
/linux/tools/testing/selftests/vsock/ |
H A D | vmtest.sh | 9 # * 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 D | vmtest.sh | 14 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 D | ds2490.rst | 59 - 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 D | pvpanic-mmio.txt | 13 - compatible: "qemu,pvpanic-mmio". 25 compatible = "qemu,pvpanic-mmio";
|
/linux/Documentation/bpf/ |
H A D | s390.rst | 55 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 D | sysfs-bus-pci-devices-pvpanic | 13 https://git.qemu.org/?p=qemu.git;a=blob_plain;f=docs/specs/pvpanic.txt
|
H A D | sysfs-firmware-qemu_fw_cfg | 17 https://qemu-project.gitlab.io/qemu/specs/fw_cfg.html
|
/linux/Documentation/dev-tools/kunit/ |
H A D | run_wrapper.rst | 168 .. _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 D | openrisc_port.rst | 83 qemu openrisc https://wiki.qemu.org/Documentation/Platforms/OpenRISC
|
/linux/Documentation/translations/zh_CN/mm/ |
H A D | hwpoison.rst |
|
/linux/tools/testing/selftests/kho/ |
H A D | x86.conf | 1 QEMU_CMD=qemu-system-x86_64
|
/linux/tools/kvm/kvm_stat/ |
H A D | kvm_stat.service | 5 Before=qemu-kvm.service
|
/linux/drivers/vfio/pci/nvgrace-gpu/ |
H A D | Kconfig | 8 required to assign the GPU device to userspace using KVM/qemu/etc.
|
/linux/tools/testing/selftests/wireguard/qemu/ |
H A D | Makefile | 19 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 D | Kconfig | 25 the purpose of running unit tests (e.g. under UML or qemu). If
|
/linux/tools/testing/selftests/nolibc/ |
H A D | Makefile.nolibc | 138 # 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"
|