/external/autotest/client/tests/kvm/steps/ |
Win2008-64.steps | 5 # QEMU command line: ../qemu-kvm -hda ./Windows2008-x64-test.qcow2 -m 512 -cdrom /isos/windows/Windows2008-x64.iso -monitor unix:/tmp/monitor_98979202257,server,nowait -vnc :0 &
|
WinXP-64.steps | 4 # QEMU command line: ../qemu-kvm -hda /vm/xp64-test.qcow2 -cdrom /isos/windows/WindowsXP-x64.iso -m 512 -boot d -nographic -monitor unix:/tmp/monitor_661286036863,server,nowait &
|
CentOS5-64.steps | 4 # QEMU command line: qemu-system-x86_64 ./blank.qcow2 -cdrom /isos/linux/CentOS-5.0-x86_64-bin-DVD.iso -m 512 -nographic -monitor unix:/tmp/monitor_389702932126,server,nowait & 185 # QEMU command line: qemu-system-x86_64 ./blank.qcow2 -cdrom /isos/linux/CentOS-5.0-x86_64-bin-DVD.iso -m 512 -nographic -monitor unix:/tmp/monitor_509151510660,server,nowait &
|
Fedora-8-64.steps | 4 # QEMU command line: qemu-system-x86_64 -cdrom /isos/linux/Fedora-8-x86_64-DVD.iso ./fedora8.qcow2 -m 512 -monitor unix:/tmp/monitor_671967557191,server,nowait -nographic & 254 # QEMU command line: qemu-system-x86_64 -cdrom /isos/linux/Fedora-8-x86_64-DVD.iso /var/local/kvm_regression/images/fc8-64.qcow2 -m 512 -snapshot -nographic -monitor unix:/tmp/monitor_65464304535,server,nowait &
|
/external/autotest/client/tests/kvm/tests/ |
unittest.py | 11 3) If qemu exited with code = 0, the unittest passed. Otherwise, it failed 99 # Check qemu's exit status
|
qmp_basic.py | 8 to its specification, which is file QMP/qmp-spec.txt in QEMU's source tree. 130 { "qemu": { "major": json-int, "minor": json-int, "micro": json-int } 133 check_key_is_dict(version, "qemu") 135 check_key_is_int(version["qemu"], key)
|
/external/libvncserver/webclients/novnc/ |
README.md | 89 [QEMU](http://www.qemu.org/), or
|
/prebuilts/android-emulator/linux-x86_64/ |
emulator-arm | |
emulator-ranchu-arm64 | |
emulator-ranchu-mips64 | |
emulator-ranchu-x86 | |
emulator-ranchu-x86_64 | |
/external/autotest/client/virt/ |
virt_vm.py | 223 qemu-img can understand, such as '10G') 226 "qemu-img")) 276 @raise VMImageCheckError: In case qemu-img check fails on the image. 283 params.get("qemu_img_binary", "qemu-img")) 286 # Verifying if qemu-img supports 'check' 291 logging.error("qemu-img does not support 'check', " 295 logging.error("qemu-img does not support 'info', " 315 raise error.TestWarn("qemu-img check error. Some bad data " 757 command. If that fails, send SIGKILL to the qemu process. 760 using a shell command before trying to end the qemu proces [all...] |
/system/core/init/ |
init.cpp | 76 static char qemu[32]; variable 400 if (key == "qemu") { 401 strlcpy(qemu, value.c_str(), sizeof(qemu)); 474 // The first pass does the common stuff, and finds if we are in qemu. 475 // The second pass is only necessary for qemu to export all kernel params 478 if (qemu[0]) import_kernel_cmdline(true, import_kernel_nv);
|
/device/linaro/hikey/uefi-tools/ |
platforms.config | 141 [qemu] 142 LONGNAME=QEMU ARM Emulator 150 LONGNAME=QEMU AArch64 Emulator
|
/system/core/adb/ |
transport_local.cpp | 206 * between the host, and the guest. See external/qemu/android/adb-*.* that 237 adb_thread_setname("qemu socket"); 303 property_get("ro.kernel.qemu", is_qemu, "");
|
/cts/hostsidetests/theme/ |
android_device.py | 82 return int(self.runShellCommand("getprop qemu.sf.lcd_density")[0])
|
/device/generic/goldfish/libqemu/ |
test_host_2.c | 18 * See external/qemu/docs/ANDROID-QEMUD-PIPES.TXT for details.
|
/device/generic/goldfish/qemu-props/ |
qemu-props.c | 25 #define LOG_TAG "qemu-props"
|
/device/google/dragon/ |
BoardConfig.mk | 34 # Disable emulator for "make dist" until there is a 64-bit qemu kernel
|
/device/htc/flounder/ |
BoardConfig.mk | 32 # Disable emulator for "make dist" until there is a 64-bit qemu kernel
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_procmaps_linux.cc | 69 // Qemu may lack the trailing space.
|
/hardware/libhardware/include/hardware/ |
qemu_pipe.h | 33 /* Try to open a new Qemu fast-pipe. This function returns a file descriptor
|
qemud.h | 23 /* the following is helper code that is used by the QEMU-specific
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
virtio_pci.h | 5 * This can be used with QEMU based VMMs like KVM or Xen.
|