libvirt/tests/qemuxml2argvdata
Eric Blake 575914cf3d qemu: avoid adding "" in smbios arguments
The log lists things like -smbios type=1,vendor="Red Hat", which
is great for shell parsing, but not so great when you realize that
execve() then passes those literal "" on as part of the command
line argument, such that qemu sets SMBIOS with extra literal quotes.

The eventual addition of virCommand is needed before we have the API
to shell-quote a string representation of a command line, so that the
log can still be pasted into a shell, but without inserting extra
bytes into the execve() arguments.

* src/qemu/qemu_conf.c (qemuBuildSmbiosBiosStr)
(qemuBuildSmbiosSystemStr): Qemu doesn't like quotes around uuid
arguments, and the remaining quotes are passed literally to
smbios, making <smbios mode='host'/> inaccurate.  Removing the
quotes makes the log harder to parse, but that can be fixed later
with virCommand improvements.
* tests/qemuxml2argvdata/qemuxml2argv-smbios.args: 'Fix' test; it
will need fixing again once virCommand learns how to shell-quote a
potential command line.
2010-12-07 08:35:05 -07:00
..
qemu.sh tests: Add tests for CPU selection in qemu driver 2010-12-02 11:13:09 +01:00
qemuxml2argv-balloon-device-auto.args tests: Test qemuxml2xml when expected xml changes 2010-07-28 16:47:56 -04:00
qemuxml2argv-balloon-device-auto.xml tests: Test qemuxml2xml when expected xml changes 2010-07-28 16:47:56 -04:00
qemuxml2argv-balloon-device.args Explicitly represent balloon device in XML and handle PCI address 2010-07-21 11:33:11 +01:00
qemuxml2argv-balloon-device.xml Explicitly represent balloon device in XML and handle PCI address 2010-07-21 11:33:11 +01:00
qemuxml2argv-boot-cdrom.args Switch to using a unix socket for the qemu monitor 2009-07-09 20:04:09 +01:00
qemuxml2argv-boot-cdrom.xml Explicitly represent balloon device in XML and handle PCI address 2010-07-21 11:33:11 +01:00
qemuxml2argv-boot-floppy.args Switch to using a unix socket for the qemu monitor 2009-07-09 20:04:09 +01:00
qemuxml2argv-boot-floppy.xml Explicitly represent balloon device in XML and handle PCI address 2010-07-21 11:33:11 +01:00
qemuxml2argv-boot-menu-disable.args qemu: Allow setting boot menu on/off 2010-07-27 16:38:32 -04:00
qemuxml2argv-boot-menu-disable.xml qemu: Allow setting boot menu on/off 2010-07-27 16:38:32 -04:00
qemuxml2argv-boot-multi.args qemu: Allow setting boot menu on/off 2010-07-27 16:38:32 -04:00
qemuxml2argv-boot-multi.xml qemu: Allow setting boot menu on/off 2010-07-27 16:38:32 -04:00
qemuxml2argv-boot-network.args Switch to using a unix socket for the qemu monitor 2009-07-09 20:04:09 +01:00
qemuxml2argv-boot-network.xml Explicitly represent balloon device in XML and handle PCI address 2010-07-21 11:33:11 +01:00
qemuxml2argv-bootloader.args Fix handling of Xen(ner) detection 2009-09-22 16:13:33 +01:00
qemuxml2argv-bootloader.xml Explicitly represent balloon device in XML and handle PCI address 2010-07-21 11:33:11 +01:00
qemuxml2argv-channel-guestfwd.args Re-arrange PCI device address assignment to match QEMU's default 2010-07-21 11:35:21 +01:00
qemuxml2argv-channel-guestfwd.xml Explicitly represent balloon device in XML and handle PCI address 2010-07-21 11:33:11 +01:00
qemuxml2argv-channel-virtio-auto.args Re-arrange PCI device address assignment to match QEMU's default 2010-07-21 11:35:21 +01:00
qemuxml2argv-channel-virtio-auto.xml Explicitly represent balloon device in XML and handle PCI address 2010-07-21 11:33:11 +01:00
qemuxml2argv-channel-virtio.args Re-arrange PCI device address assignment to match QEMU's default 2010-07-21 11:35:21 +01:00
qemuxml2argv-channel-virtio.xml Explicitly represent balloon device in XML and handle PCI address 2010-07-21 11:33:11 +01:00
qemuxml2argv-clock-france.args Allow configurable timezones with QEMU 2010-03-01 18:43:04 +00:00
qemuxml2argv-clock-france.xml Explicitly represent balloon device in XML and handle PCI address 2010-07-21 11:33:11 +01:00
qemuxml2argv-clock-localtime.args Switch to using a unix socket for the qemu monitor 2009-07-09 20:04:09 +01:00
qemuxml2argv-clock-localtime.xml Explicitly represent balloon device in XML and handle PCI address 2010-07-21 11:33:11 +01:00
qemuxml2argv-clock-utc.args Switch to using a unix socket for the qemu monitor 2009-07-09 20:04:09 +01:00
qemuxml2argv-clock-utc.xml Explicitly represent balloon device in XML and handle PCI address 2010-07-21 11:33:11 +01:00
qemuxml2argv-clock-variable.args Support variable clock offset mode in QEMU 2010-03-01 18:41:40 +00:00
qemuxml2argv-clock-variable.xml Explicitly represent balloon device in XML and handle PCI address 2010-07-21 11:33:11 +01:00
qemuxml2argv-console-compat-auto.args tests: Test qemuxml2xml when expected xml changes 2010-07-28 16:47:56 -04:00
qemuxml2argv-console-compat-auto.xml tests: Test qemuxml2xml when expected xml changes 2010-07-28 16:47:56 -04:00
qemuxml2argv-console-compat-chardev.args Re-arrange PCI device address assignment to match QEMU's default 2010-07-21 11:35:21 +01:00
qemuxml2argv-console-compat-chardev.xml Explicitly represent balloon device in XML and handle PCI address 2010-07-21 11:33:11 +01:00
qemuxml2argv-console-compat.args Switch to using a unix socket for the qemu monitor 2009-07-09 20:04:09 +01:00
qemuxml2argv-console-compat.xml domain conf: Track <console> target type 2010-07-28 16:47:59 -04:00
qemuxml2argv-console-virtio.args qemu: virtio console support 2010-07-28 16:48:00 -04:00
qemuxml2argv-console-virtio.xml qemu: virtio console support 2010-07-28 16:48:00 -04:00
qemuxml2argv-cpu-exact1.args tests: Add tests for CPU selection in qemu driver 2010-12-02 11:13:09 +01:00
qemuxml2argv-cpu-exact1.xml tests: Add tests for CPU selection in qemu driver 2010-12-02 11:13:09 +01:00
qemuxml2argv-cpu-exact2.args tests: Add tests for CPU selection in qemu driver 2010-12-02 11:13:09 +01:00
qemuxml2argv-cpu-exact2.xml tests: Add tests for CPU selection in qemu driver 2010-12-02 11:13:09 +01:00
qemuxml2argv-cpu-minimum1.args tests: Add tests for CPU selection in qemu driver 2010-12-02 11:13:09 +01:00
qemuxml2argv-cpu-minimum1.xml tests: Add tests for CPU selection in qemu driver 2010-12-02 11:13:09 +01:00
qemuxml2argv-cpu-minimum2.args tests: Add tests for CPU selection in qemu driver 2010-12-02 11:13:09 +01:00
qemuxml2argv-cpu-minimum2.xml tests: Add tests for CPU selection in qemu driver 2010-12-02 11:13:09 +01:00
qemuxml2argv-cpu-strict1.args tests: Add tests for CPU selection in qemu driver 2010-12-02 11:13:09 +01:00
qemuxml2argv-cpu-strict1.xml tests: Add tests for CPU selection in qemu driver 2010-12-02 11:13:09 +01:00
qemuxml2argv-cpu-topology1.args tests: Add tests for CPU selection in qemu driver 2010-12-02 11:13:09 +01:00
qemuxml2argv-cpu-topology1.xml tests: Add tests for CPU selection in qemu driver 2010-12-02 11:13:09 +01:00
qemuxml2argv-cpu-topology2.args tests: Add tests for CPU selection in qemu driver 2010-12-02 11:13:09 +01:00
qemuxml2argv-cpu-topology2.xml tests: Add tests for CPU selection in qemu driver 2010-12-02 11:13:09 +01:00
qemuxml2argv-cpu-topology3.args tests: Add tests for CPU selection in qemu driver 2010-12-02 11:13:09 +01:00
qemuxml2argv-cpu-topology3.xml tests: Add tests for CPU selection in qemu driver 2010-12-02 11:13:09 +01:00
qemuxml2argv-disk-cdrom-empty.args Specify bus/unit instead of index for disks with QEMU 2010-01-15 17:55:59 +00:00
qemuxml2argv-disk-cdrom-empty.xml Explicitly represent balloon device in XML and handle PCI address 2010-07-21 11:33:11 +01:00
qemuxml2argv-disk-cdrom.args Switch to using a unix socket for the qemu monitor 2009-07-09 20:04:09 +01:00
qemuxml2argv-disk-cdrom.xml Explicitly represent balloon device in XML and handle PCI address 2010-07-21 11:33:11 +01:00
qemuxml2argv-disk-drive-boot-cdrom.args Specify bus/unit instead of index for disks with QEMU 2010-01-15 17:55:59 +00:00
qemuxml2argv-disk-drive-boot-cdrom.xml Explicitly represent balloon device in XML and handle PCI address 2010-07-21 11:33:11 +01:00
qemuxml2argv-disk-drive-boot-disk.args Do not use boot=on on IDE device 2010-08-04 18:31:44 +02:00
qemuxml2argv-disk-drive-boot-disk.xml Explicitly represent balloon device in XML and handle PCI address 2010-07-21 11:33:11 +01:00
qemuxml2argv-disk-drive-cache-v1-none.args Specify bus/unit instead of index for disks with QEMU 2010-01-15 17:55:59 +00:00
qemuxml2argv-disk-drive-cache-v1-none.xml Explicitly represent balloon device in XML and handle PCI address 2010-07-21 11:33:11 +01:00
qemuxml2argv-disk-drive-cache-v1-wb.args Specify bus/unit instead of index for disks with QEMU 2010-01-15 17:55:59 +00:00
qemuxml2argv-disk-drive-cache-v1-wb.xml Explicitly represent balloon device in XML and handle PCI address 2010-07-21 11:33:11 +01:00
qemuxml2argv-disk-drive-cache-v1-wt.args Specify bus/unit instead of index for disks with QEMU 2010-01-15 17:55:59 +00:00
qemuxml2argv-disk-drive-cache-v1-wt.xml Explicitly represent balloon device in XML and handle PCI address 2010-07-21 11:33:11 +01:00
qemuxml2argv-disk-drive-cache-v2-none.args Specify bus/unit instead of index for disks with QEMU 2010-01-15 17:55:59 +00:00
qemuxml2argv-disk-drive-cache-v2-none.xml Explicitly represent balloon device in XML and handle PCI address 2010-07-21 11:33:11 +01:00
qemuxml2argv-disk-drive-cache-v2-wb.args Specify bus/unit instead of index for disks with QEMU 2010-01-15 17:55:59 +00:00
qemuxml2argv-disk-drive-cache-v2-wb.xml Explicitly represent balloon device in XML and handle PCI address 2010-07-21 11:33:11 +01:00
qemuxml2argv-disk-drive-cache-v2-wt.args Specify bus/unit instead of index for disks with QEMU 2010-01-15 17:55:59 +00:00
qemuxml2argv-disk-drive-cache-v2-wt.xml Explicitly represent balloon device in XML and handle PCI address 2010-07-21 11:33:11 +01:00
qemuxml2argv-disk-drive-error-policy-enospace.args Add enospace option to qemu disk error policy 2010-04-09 03:35:47 -04:00
qemuxml2argv-disk-drive-error-policy-enospace.xml Explicitly represent balloon device in XML and handle PCI address 2010-07-21 11:33:11 +01:00
qemuxml2argv-disk-drive-error-policy-stop.args Add disk error policy to domain XML 2010-03-26 16:35:18 -04:00
qemuxml2argv-disk-drive-error-policy-stop.xml Explicitly represent balloon device in XML and handle PCI address 2010-07-21 11:33:11 +01:00
qemuxml2argv-disk-drive-fat.args Do not use boot=on on IDE device 2010-08-04 18:31:44 +02:00
qemuxml2argv-disk-drive-fat.xml Explicitly represent balloon device in XML and handle PCI address 2010-07-21 11:33:11 +01:00
qemuxml2argv-disk-drive-fmt-qcow.args Do not use boot=on on IDE device 2010-08-04 18:31:44 +02:00
qemuxml2argv-disk-drive-fmt-qcow.xml Explicitly represent balloon device in XML and handle PCI address 2010-07-21 11:33:11 +01:00
qemuxml2argv-disk-drive-readonly-disk.args Re-arrange PCI device address assignment to match QEMU's default 2010-07-21 11:35:21 +01:00
qemuxml2argv-disk-drive-readonly-disk.xml Explicitly represent balloon device in XML and handle PCI address 2010-07-21 11:33:11 +01:00
qemuxml2argv-disk-drive-readonly-no-device.args qemu: Fix detection of drive readonly option 2010-10-26 10:31:50 +02:00
qemuxml2argv-disk-drive-readonly-no-device.xml qemu: Fix detection of drive readonly option 2010-10-26 10:31:50 +02:00
qemuxml2argv-disk-drive-shared.args Specify bus/unit instead of index for disks with QEMU 2010-01-15 17:55:59 +00:00
qemuxml2argv-disk-drive-shared.xml Explicitly represent balloon device in XML and handle PCI address 2010-07-21 11:33:11 +01:00
qemuxml2argv-disk-floppy.args Switch to using a unix socket for the qemu monitor 2009-07-09 20:04:09 +01:00
qemuxml2argv-disk-floppy.xml Explicitly represent balloon device in XML and handle PCI address 2010-07-21 11:33:11 +01:00
qemuxml2argv-disk-many.args Switch to using a unix socket for the qemu monitor 2009-07-09 20:04:09 +01:00
qemuxml2argv-disk-many.xml Explicitly represent balloon device in XML and handle PCI address 2010-07-21 11:33:11 +01:00
qemuxml2argv-disk-scsi-device-auto.args tests: Test qemuxml2xml when expected xml changes 2010-07-28 16:47:56 -04:00
qemuxml2argv-disk-scsi-device-auto.xml tests: Test qemuxml2xml when expected xml changes 2010-07-28 16:47:56 -04:00
qemuxml2argv-disk-scsi-device.args tests: Test qemuxml2xml when expected xml changes 2010-07-28 16:47:56 -04:00
qemuxml2argv-disk-scsi-device.xml tests: Test qemuxml2xml when expected xml changes 2010-07-28 16:47:56 -04:00
qemuxml2argv-disk-usb-device.args Re-arrange PCI device address assignment to match QEMU's default 2010-07-21 11:35:21 +01:00
qemuxml2argv-disk-usb-device.xml Explicitly represent balloon device in XML and handle PCI address 2010-07-21 11:33:11 +01:00
qemuxml2argv-disk-usb.args Switch to using a unix socket for the qemu monitor 2009-07-09 20:04:09 +01:00
qemuxml2argv-disk-usb.xml Explicitly represent balloon device in XML and handle PCI address 2010-07-21 11:33:11 +01:00
qemuxml2argv-disk-virtio.args Do not use boot=on on IDE device 2010-08-04 18:31:44 +02:00
qemuxml2argv-disk-virtio.xml Explicitly represent balloon device in XML and handle PCI address 2010-07-21 11:33:11 +01:00
qemuxml2argv-disk-xenvbd.args Do not use boot=on on IDE device 2010-08-04 18:31:44 +02:00
qemuxml2argv-disk-xenvbd.xml Explicitly represent balloon device in XML and handle PCI address 2010-07-21 11:33:11 +01:00
qemuxml2argv-encrypted-disk.args Add '-nodefconfig' command line arg to QEMU 2010-06-23 14:08:05 +01:00
qemuxml2argv-encrypted-disk.xml Explicitly represent balloon device in XML and handle PCI address 2010-07-21 11:33:11 +01:00
qemuxml2argv-floppy-drive-fat.args Specify bus/unit instead of index for disks with QEMU 2010-01-15 17:55:59 +00:00
qemuxml2argv-floppy-drive-fat.xml Explicitly represent balloon device in XML and handle PCI address 2010-07-21 11:33:11 +01:00
qemuxml2argv-fs9p.args Implement support for virtio plan9fs filesystem passthrough in QEMU 2010-10-13 12:04:50 +01:00
qemuxml2argv-fs9p.xml Implement support for virtio plan9fs filesystem passthrough in QEMU 2010-10-13 12:04:50 +01:00
qemuxml2argv-graphics-sdl-fullscreen.args Switch to using a unix socket for the qemu monitor 2009-07-09 20:04:09 +01:00
qemuxml2argv-graphics-sdl-fullscreen.xml Explicitly represent balloon device in XML and handle PCI address 2010-07-21 11:33:11 +01:00
qemuxml2argv-graphics-sdl.args Switch to using a unix socket for the qemu monitor 2009-07-09 20:04:09 +01:00
qemuxml2argv-graphics-sdl.xml Explicitly represent balloon device in XML and handle PCI address 2010-07-21 11:33:11 +01:00
qemuxml2argv-graphics-spice.args Support SPICE channel security options 2010-11-09 11:47:26 +00:00
qemuxml2argv-graphics-spice.xml Misc test case fixes for SPICE 2010-11-09 13:52:20 +00:00
qemuxml2argv-graphics-vnc-sasl.args Fix QEMU test suite with new VNC env variable 2009-09-29 17:15:52 +01:00
qemuxml2argv-graphics-vnc-sasl.xml Explicitly represent balloon device in XML and handle PCI address 2010-07-21 11:33:11 +01:00
qemuxml2argv-graphics-vnc-tls.args Fix QEMU test suite with new VNC env variable 2009-09-29 17:15:52 +01:00
qemuxml2argv-graphics-vnc-tls.xml Explicitly represent balloon device in XML and handle PCI address 2010-07-21 11:33:11 +01:00
qemuxml2argv-graphics-vnc.args Fix QEMU test suite with new VNC env variable 2009-09-29 17:15:52 +01:00
qemuxml2argv-graphics-vnc.xml Explicitly represent balloon device in XML and handle PCI address 2010-07-21 11:33:11 +01:00
qemuxml2argv-hostdev-pci-address-device.args Re-arrange PCI device address assignment to match QEMU's default 2010-07-21 11:35:21 +01:00
qemuxml2argv-hostdev-pci-address-device.xml Explicitly represent balloon device in XML and handle PCI address 2010-07-21 11:33:11 +01:00
qemuxml2argv-hostdev-pci-address.args Switch to using a unix socket for the qemu monitor 2009-07-09 20:04:09 +01:00
qemuxml2argv-hostdev-pci-address.xml Explicitly represent balloon device in XML and handle PCI address 2010-07-21 11:33:11 +01:00
qemuxml2argv-hostdev-usb-address-device.args qemu: don't use %.3d format for bus/addr of USB devices 2010-10-26 10:19:07 -06:00
qemuxml2argv-hostdev-usb-address-device.xml Explicitly represent balloon device in XML and handle PCI address 2010-07-21 11:33:11 +01:00
qemuxml2argv-hostdev-usb-address.args qemu: don't use %.3d format for bus/addr of USB devices 2010-10-26 10:19:07 -06:00
qemuxml2argv-hostdev-usb-address.xml Explicitly represent balloon device in XML and handle PCI address 2010-07-21 11:33:11 +01:00
qemuxml2argv-hugepages.args avoid newly-introduced test failure 2010-01-09 09:25:04 +01:00
qemuxml2argv-hugepages.xml Explicitly represent balloon device in XML and handle PCI address 2010-07-21 11:33:11 +01:00
qemuxml2argv-input-usbmouse.args Switch to using a unix socket for the qemu monitor 2009-07-09 20:04:09 +01:00
qemuxml2argv-input-usbmouse.xml Explicitly represent balloon device in XML and handle PCI address 2010-07-21 11:33:11 +01:00
qemuxml2argv-input-usbtablet.args Switch to using a unix socket for the qemu monitor 2009-07-09 20:04:09 +01:00
qemuxml2argv-input-usbtablet.xml Explicitly represent balloon device in XML and handle PCI address 2010-07-21 11:33:11 +01:00
qemuxml2argv-input-xen.args Fix QEMU test suite with new VNC env variable 2009-09-29 17:15:52 +01:00
qemuxml2argv-input-xen.xml Explicitly represent balloon device in XML and handle PCI address 2010-07-21 11:33:11 +01:00
qemuxml2argv-machine-aliases1.args Test qemu machine aliases 2009-09-10 12:37:42 +01:00
qemuxml2argv-machine-aliases1.xml Explicitly represent balloon device in XML and handle PCI address 2010-07-21 11:33:11 +01:00
qemuxml2argv-machine-aliases2.args Test that domain-specific qemu machine types are used correctly 2009-09-10 12:37:43 +01:00
qemuxml2argv-machine-aliases2.xml Explicitly represent balloon device in XML and handle PCI address 2010-07-21 11:33:11 +01:00
qemuxml2argv-memtune.args XML parsing for memory tunables 2010-10-12 19:26:09 +02:00
qemuxml2argv-memtune.xml XML parsing for memory tunables 2010-10-12 19:26:09 +02:00
qemuxml2argv-migrate.args Switch to using a unix socket for the qemu monitor 2009-07-09 20:04:09 +01:00
qemuxml2argv-migrate.xml Explicitly represent balloon device in XML and handle PCI address 2010-07-21 11:33:11 +01:00
qemuxml2argv-minimal.args Switch to using a unix socket for the qemu monitor 2009-07-09 20:04:09 +01:00
qemuxml2argv-minimal.xml Explicitly represent balloon device in XML and handle PCI address 2010-07-21 11:33:11 +01:00
qemuxml2argv-misc-acpi.args Switch to using a unix socket for the qemu monitor 2009-07-09 20:04:09 +01:00
qemuxml2argv-misc-acpi.xml Explicitly represent balloon device in XML and handle PCI address 2010-07-21 11:33:11 +01:00
qemuxml2argv-misc-no-reboot.args Switch to using a unix socket for the qemu monitor 2009-07-09 20:04:09 +01:00
qemuxml2argv-misc-no-reboot.xml Explicitly represent balloon device in XML and handle PCI address 2010-07-21 11:33:11 +01:00
qemuxml2argv-misc-uuid.args Fix handling of Xen(ner) detection 2009-09-22 16:13:33 +01:00
qemuxml2argv-misc-uuid.xml Explicitly represent balloon device in XML and handle PCI address 2010-07-21 11:33:11 +01:00
qemuxml2argv-net-eth-ifname.args Switch to using a unix socket for the qemu monitor 2009-07-09 20:04:09 +01:00
qemuxml2argv-net-eth-ifname.xml Explicitly represent balloon device in XML and handle PCI address 2010-07-21 11:33:11 +01:00
qemuxml2argv-net-eth-names.args Remove direct storage of hostnet_name & vlan 2010-02-02 16:31:47 +00:00
qemuxml2argv-net-eth-names.xml Explicitly represent balloon device in XML and handle PCI address 2010-07-21 11:33:11 +01:00
qemuxml2argv-net-eth.args Switch to using a unix socket for the qemu monitor 2009-07-09 20:04:09 +01:00
qemuxml2argv-net-eth.xml Explicitly represent balloon device in XML and handle PCI address 2010-07-21 11:33:11 +01:00
qemuxml2argv-net-user.args Switch to using a unix socket for the qemu monitor 2009-07-09 20:04:09 +01:00
qemuxml2argv-net-user.xml Explicitly represent balloon device in XML and handle PCI address 2010-07-21 11:33:11 +01:00
qemuxml2argv-net-virtio-device.args Re-arrange PCI device address assignment to match QEMU's default 2010-07-21 11:35:21 +01:00
qemuxml2argv-net-virtio-device.xml Explicitly represent balloon device in XML and handle PCI address 2010-07-21 11:33:11 +01:00
qemuxml2argv-net-virtio-netdev.args Re-arrange PCI device address assignment to match QEMU's default 2010-07-21 11:35:21 +01:00
qemuxml2argv-net-virtio-netdev.xml Explicitly represent balloon device in XML and handle PCI address 2010-07-21 11:33:11 +01:00
qemuxml2argv-net-virtio.args Switch to using a unix socket for the qemu monitor 2009-07-09 20:04:09 +01:00
qemuxml2argv-net-virtio.xml Explicitly represent balloon device in XML and handle PCI address 2010-07-21 11:33:11 +01:00
qemuxml2argv-nographics-vga.args Pass -vga none if no video card specified 2010-01-18 13:55:57 +00:00
qemuxml2argv-nographics-vga.xml Explicitly represent balloon device in XML and handle PCI address 2010-07-21 11:33:11 +01:00
qemuxml2argv-parallel-tcp-chardev.args Re-arrange PCI device address assignment to match QEMU's default 2010-07-21 11:35:21 +01:00
qemuxml2argv-parallel-tcp-chardev.xml Explicitly represent balloon device in XML and handle PCI address 2010-07-21 11:33:11 +01:00
qemuxml2argv-parallel-tcp.args Switch to using a unix socket for the qemu monitor 2009-07-09 20:04:09 +01:00
qemuxml2argv-parallel-tcp.xml Explicitly represent balloon device in XML and handle PCI address 2010-07-21 11:33:11 +01:00
qemuxml2argv-qemu-ns-no-env.args Add tests for the new Qemu namespace XML. 2010-07-23 17:30:45 -04:00
qemuxml2argv-qemu-ns-no-env.xml Add tests for the new Qemu namespace XML. 2010-07-23 17:30:45 -04:00
qemuxml2argv-qemu-ns.args Add tests for the new Qemu namespace XML. 2010-07-23 17:30:45 -04:00
qemuxml2argv-qemu-ns.xml Add tests for the new Qemu namespace XML. 2010-07-23 17:30:45 -04:00
qemuxml2argv-restore-v1.args Switch to using a unix socket for the qemu monitor 2009-07-09 20:04:09 +01:00
qemuxml2argv-restore-v1.xml Explicitly represent balloon device in XML and handle PCI address 2010-07-21 11:33:11 +01:00
qemuxml2argv-restore-v2.args Switch to using a unix socket for the qemu monitor 2009-07-09 20:04:09 +01:00
qemuxml2argv-restore-v2.xml Explicitly represent balloon device in XML and handle PCI address 2010-07-21 11:33:11 +01:00
qemuxml2argv-serial-dev-chardev.args Re-arrange PCI device address assignment to match QEMU's default 2010-07-21 11:35:21 +01:00
qemuxml2argv-serial-dev-chardev.xml Explicitly represent balloon device in XML and handle PCI address 2010-07-21 11:33:11 +01:00
qemuxml2argv-serial-dev.args Switch to using a unix socket for the qemu monitor 2009-07-09 20:04:09 +01:00
qemuxml2argv-serial-dev.xml domain conf: Track <console> target type 2010-07-28 16:47:59 -04:00
qemuxml2argv-serial-file-chardev.args Re-arrange PCI device address assignment to match QEMU's default 2010-07-21 11:35:21 +01:00
qemuxml2argv-serial-file-chardev.xml Explicitly represent balloon device in XML and handle PCI address 2010-07-21 11:33:11 +01:00
qemuxml2argv-serial-file.args Switch to using a unix socket for the qemu monitor 2009-07-09 20:04:09 +01:00
qemuxml2argv-serial-file.xml domain conf: Track <console> target type 2010-07-28 16:47:59 -04:00
qemuxml2argv-serial-many-chardev.args Re-arrange PCI device address assignment to match QEMU's default 2010-07-21 11:35:21 +01:00
qemuxml2argv-serial-many-chardev.xml Explicitly represent balloon device in XML and handle PCI address 2010-07-21 11:33:11 +01:00
qemuxml2argv-serial-many.args Switch to using a unix socket for the qemu monitor 2009-07-09 20:04:09 +01:00
qemuxml2argv-serial-many.xml domain conf: Track <console> target type 2010-07-28 16:47:59 -04:00
qemuxml2argv-serial-pty-chardev.args Re-arrange PCI device address assignment to match QEMU's default 2010-07-21 11:35:21 +01:00
qemuxml2argv-serial-pty-chardev.xml Explicitly represent balloon device in XML and handle PCI address 2010-07-21 11:33:11 +01:00
qemuxml2argv-serial-pty.args Switch to using a unix socket for the qemu monitor 2009-07-09 20:04:09 +01:00
qemuxml2argv-serial-pty.xml domain conf: Track <console> target type 2010-07-28 16:47:59 -04:00
qemuxml2argv-serial-tcp-chardev.args Re-arrange PCI device address assignment to match QEMU's default 2010-07-21 11:35:21 +01:00
qemuxml2argv-serial-tcp-chardev.xml Explicitly represent balloon device in XML and handle PCI address 2010-07-21 11:33:11 +01:00
qemuxml2argv-serial-tcp-telnet-chardev.args Re-arrange PCI device address assignment to match QEMU's default 2010-07-21 11:35:21 +01:00
qemuxml2argv-serial-tcp-telnet-chardev.xml Explicitly represent balloon device in XML and handle PCI address 2010-07-21 11:33:11 +01:00
qemuxml2argv-serial-tcp-telnet.args Switch to using a unix socket for the qemu monitor 2009-07-09 20:04:09 +01:00
qemuxml2argv-serial-tcp-telnet.xml domain conf: Track <console> target type 2010-07-28 16:47:59 -04:00
qemuxml2argv-serial-tcp.args Switch to using a unix socket for the qemu monitor 2009-07-09 20:04:09 +01:00
qemuxml2argv-serial-tcp.xml domain conf: Track <console> target type 2010-07-28 16:47:59 -04:00
qemuxml2argv-serial-udp-chardev.args Re-arrange PCI device address assignment to match QEMU's default 2010-07-21 11:35:21 +01:00
qemuxml2argv-serial-udp-chardev.xml Explicitly represent balloon device in XML and handle PCI address 2010-07-21 11:33:11 +01:00
qemuxml2argv-serial-udp.args Switch to using a unix socket for the qemu monitor 2009-07-09 20:04:09 +01:00
qemuxml2argv-serial-udp.xml domain conf: Track <console> target type 2010-07-28 16:47:59 -04:00
qemuxml2argv-serial-unix-chardev.args Re-arrange PCI device address assignment to match QEMU's default 2010-07-21 11:35:21 +01:00
qemuxml2argv-serial-unix-chardev.xml Explicitly represent balloon device in XML and handle PCI address 2010-07-21 11:33:11 +01:00
qemuxml2argv-serial-unix.args Switch to using a unix socket for the qemu monitor 2009-07-09 20:04:09 +01:00
qemuxml2argv-serial-unix.xml domain conf: Track <console> target type 2010-07-28 16:47:59 -04:00
qemuxml2argv-serial-vc-chardev.args Re-arrange PCI device address assignment to match QEMU's default 2010-07-21 11:35:21 +01:00
qemuxml2argv-serial-vc-chardev.xml Explicitly represent balloon device in XML and handle PCI address 2010-07-21 11:33:11 +01:00
qemuxml2argv-serial-vc.args Switch to using a unix socket for the qemu monitor 2009-07-09 20:04:09 +01:00
qemuxml2argv-serial-vc.xml domain conf: Track <console> target type 2010-07-28 16:47:59 -04:00
qemuxml2argv-smbios.args qemu: avoid adding "" in smbios arguments 2010-12-07 08:35:05 -07:00
qemuxml2argv-smbios.xml Add a new test for sysinfo and smbios handling 2010-11-08 15:14:50 +01:00
qemuxml2argv-smp.args vcpu: improve vcpu support in qemu command line 2010-10-19 10:06:33 -06:00
qemuxml2argv-smp.xml vcpu: add current attribute to <vcpu> element 2010-10-19 09:58:18 -06:00
qemuxml2argv-sound-device.args Re-arrange PCI device address assignment to match QEMU's default 2010-07-21 11:35:21 +01:00
qemuxml2argv-sound-device.xml Explicitly represent balloon device in XML and handle PCI address 2010-07-21 11:33:11 +01:00
qemuxml2argv-sound.args Switch to using a unix socket for the qemu monitor 2009-07-09 20:04:09 +01:00
qemuxml2argv-sound.xml Explicitly represent balloon device in XML and handle PCI address 2010-07-21 11:33:11 +01:00
qemuxml2argv-watchdog-device.args Re-arrange PCI device address assignment to match QEMU's default 2010-07-21 11:35:21 +01:00
qemuxml2argv-watchdog-device.xml Explicitly represent balloon device in XML and handle PCI address 2010-07-21 11:33:11 +01:00
qemuxml2argv-watchdog.args Support QEMU watchdog device. 2009-10-21 16:37:44 +01:00
qemuxml2argv-watchdog.xml Explicitly represent balloon device in XML and handle PCI address 2010-07-21 11:33:11 +01:00