libvirt/tests/qemuxml2argvdata
Laine Stump 4af3cbafdd conf: support partially-specified <virtualport> in parser and formatter
Until now, all attributes in a <virtualport> parameter list that were
acceptable for a particular type, were also required. There were no
optional attributes.

One of the aims of supporting <virtualport> in libvirt's virtual
networks and portgroups is to allow specifying the group-wide
parameters in the network's virtualport, and merge that with the
interface's virtualport, which will have the instance-specific info
(i.e. the interfaceid or instanceid).

Additionally, the guest's interface XML shouldn't need to know what
type of network connection will be used prior to runtime - it could be
openvswitch, 802.1Qbh, 802.1Qbg, or none of the above - but should
still be able to specify instance-specific info just in case it turns
out to be applicable.

Finally, up to now, the parser for virtualport has always generated a
random instanceid/interfaceid when appropriate, making it impossible
to leave it blank (which is what's required for virtualports within a
network/portprofile definition).

This patch modifies the parser and formatter of the <virtualport>
element in the following ways:

* because most of the attributes in a virNetDevVPortProfile are fixed
  size binary data with no reserved values, there is no way to embed a
  "this value wasn't specified" sentinel into the existing data. To
  solve this problem, the new *_specified fields in the
  virNetDevVPortProfile object that were added in a previous patch of
  this series are now set when the corresponding attribute is present
  during the parse.

* allow parsing/formatting a <virtualport> that has no type set. In
  this case, all fields are settable, but all are also optional.

* add a GENERATE_MISSING_DEFAULTS flag to the parser - if this flag is
  set and an instanceid/interfaceid is expected but not provided, a
  random one will be generated. This was previously the default
  behavior, but is now done only for virtualports inside an
  <interface> definition, not for those in <network> or <portgroup>.

* add a REQUIRE_ALL_ATTRIBUTES flag to the parser - if this flag is
  set the parser will call the new
  virNetDevVPortProfileCheckComplete() functions at the end of the
  parser to check for any missing attributes (based on type), and
  return failure if anything is missing. This used to be default
  behavior. Now it is only used for the virtualport defined inside an
  interface's <actual> element (by the time you've figured out the
  contents of <actual>, you should have all the necessary data to fill
  in the entire virtualport)

* add a REQUIRE_TYPE flag to the parser - if this flag is set, the
  parser will return an error if the virtualport has no type
  attribute. This also was previously the default behavior, but isn't
  needed in the case of the virtualport for a type='network' interface
  (i.e. the exact type isn't yet known), or the virtualport of a
  portgroup (i.e. the portgroup just has modifiers for the network's
  virtualport, which *does* require a type) - in those cases, the
  check will be done at domain startup, once the final virtualport is
  assembled (this is handled in the next patch).
2012-08-14 15:47:50 -04:00
..
qemu-lib.sh qemu: Add support for host CPU modes 2012-01-17 12:22:19 +01:00
qemu-supported-cpus.sh tests: avoid dirname in tests 2012-01-17 12:09:51 -07:00
qemu.sh tests: avoid dirname in tests 2012-01-17 12:09:51 -07:00
qemuxml2argv-balloon-device-auto.args tests: fix recent test failures 2011-04-06 10:05:14 -06:00
qemuxml2argv-balloon-device-auto.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-balloon-device.args tests: handle backspace-newline pairs in test input files 2011-01-31 11:25:34 -07:00
qemuxml2argv-balloon-device.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-bios.args Wire up <loader> to set the QEMU BIOS path 2012-04-10 16:34:39 +01:00
qemuxml2argv-bios.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-blkdeviotune.args qemu: move -name arg to be 1st in "ps x" output 2012-06-01 15:06:56 -06:00
qemuxml2argv-blkdeviotune.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-blkiotune-device.args qemu: move -name arg to be 1st in "ps x" output 2012-06-01 15:06:56 -06:00
qemuxml2argv-blkiotune-device.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-blkiotune.args qemu: move -name arg to be 1st in "ps x" output 2012-06-01 15:06:56 -06:00
qemuxml2argv-blkiotune.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-boot-cdrom.args tests: handle backspace-newline pairs in test input files 2011-01-31 11:25:34 -07:00
qemuxml2argv-boot-cdrom.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-boot-complex-bootindex.args qemu: add new disk device='lun' for bus='virtio' & type='block' 2012-01-09 10:55:53 -05:00
qemuxml2argv-boot-complex-bootindex.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-boot-complex.args qemu: add new disk device='lun' for bus='virtio' & type='block' 2012-01-09 10:55:53 -05:00
qemuxml2argv-boot-complex.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-boot-floppy.args tests: handle backspace-newline pairs in test input files 2011-01-31 11:25:34 -07:00
qemuxml2argv-boot-floppy.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-boot-menu-disable-drive-bootindex.args qemu: Translate boot config into bootindex if possible 2011-06-15 11:29:09 +02:00
qemuxml2argv-boot-menu-disable-drive-bootindex.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-boot-menu-disable-drive.args qemu: Translate boot config into bootindex if possible 2011-06-15 11:29:09 +02:00
qemuxml2argv-boot-menu-disable-drive.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-boot-menu-disable.args tests: handle backspace-newline pairs in test input files 2011-01-31 11:25:34 -07:00
qemuxml2argv-boot-menu-disable.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-boot-menu-enable.args qemu: Translate boot config into bootindex if possible 2011-06-15 11:29:09 +02:00
qemuxml2argv-boot-menu-enable.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-boot-multi.args tests: handle backspace-newline pairs in test input files 2011-01-31 11:25:34 -07:00
qemuxml2argv-boot-multi.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-boot-network.args tests: handle backspace-newline pairs in test input files 2011-01-31 11:25:34 -07:00
qemuxml2argv-boot-network.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-boot-order.args qemu: add new disk device='lun' for bus='virtio' & type='block' 2012-01-09 10:55:53 -05:00
qemuxml2argv-boot-order.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-bootloader.args tests: handle backspace-newline pairs in test input files 2011-01-31 11:25:34 -07:00
qemuxml2argv-bootloader.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-channel-guestfwd.args tests: fix recent test failures 2011-04-06 10:05:14 -06:00
qemuxml2argv-channel-guestfwd.xml qemu: Support numad 2012-03-15 12:24:56 +08:00
qemuxml2argv-channel-spicevmc-old.args spicevmc: support older -device spicevmc of qemu 0.13.0 2011-02-04 09:17:01 -07:00
qemuxml2argv-channel-spicevmc-old.xml qemu: Support numad 2012-03-15 12:24:56 +08:00
qemuxml2argv-channel-spicevmc.args spicevmc: support new qemu chardev 2011-02-03 21:14:50 -07:00
qemuxml2argv-channel-spicevmc.xml qemu: Support numad 2012-03-15 12:24:56 +08:00
qemuxml2argv-channel-virtio-auto.args Allow multiple consoles per virtual guest 2011-11-03 12:01:05 +00:00
qemuxml2argv-channel-virtio-auto.xml qemu: Support numad 2012-03-15 12:24:56 +08:00
qemuxml2argv-channel-virtio.args Allow multiple consoles per virtual guest 2011-11-03 12:01:05 +00:00
qemuxml2argv-channel-virtio.xml qemu: Support numad 2012-03-15 12:24:56 +08:00
qemuxml2argv-clock-france.args tests: handle backspace-newline pairs in test input files 2011-01-31 11:25:34 -07:00
qemuxml2argv-clock-france.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-clock-localtime.args tests: handle backspace-newline pairs in test input files 2011-01-31 11:25:34 -07:00
qemuxml2argv-clock-localtime.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-clock-utc.args tests: handle backspace-newline pairs in test input files 2011-01-31 11:25:34 -07:00
qemuxml2argv-clock-utc.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-clock-variable.args tests: handle backspace-newline pairs in test input files 2011-01-31 11:25:34 -07:00
qemuxml2argv-clock-variable.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-console-compat-auto.args tests: handle backspace-newline pairs in test input files 2011-01-31 11:25:34 -07:00
qemuxml2argv-console-compat-auto.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-console-compat-chardev.args tests: fix recent test failures 2011-04-06 10:05:14 -06:00
qemuxml2argv-console-compat-chardev.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-console-compat.args tests: handle backspace-newline pairs in test input files 2011-01-31 11:25:34 -07:00
qemuxml2argv-console-compat.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-console-virtio-many.args Allow multiple consoles per virtual guest 2011-11-03 12:01:05 +00:00
qemuxml2argv-console-virtio-many.xml qemu: Support numad 2012-03-15 12:24:56 +08:00
qemuxml2argv-console-virtio-s390.args S390: Adding testcases for s390 2012-07-11 11:19:05 +02:00
qemuxml2argv-console-virtio-s390.xml S390: Adding testcases for s390 2012-07-11 11:19:05 +02:00
qemuxml2argv-console-virtio.args Allow multiple consoles per virtual guest 2011-11-03 12:01:05 +00:00
qemuxml2argv-console-virtio.xml qemu: Support numad 2012-03-15 12:24:56 +08:00
qemuxml2argv-cpu-exact1.args tests: handle backspace-newline pairs in test input files 2011-01-31 11:25:34 -07:00
qemuxml2argv-cpu-exact1.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-cpu-exact2-nofallback.args cpu: Optionally forbid fallback CPU models 2012-01-17 11:39:19 +01:00
qemuxml2argv-cpu-exact2-nofallback.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-cpu-exact2.args tests: handle backspace-newline pairs in test input files 2011-01-31 11:25:34 -07:00
qemuxml2argv-cpu-exact2.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-cpu-fallback.args cpu: Optionally forbid fallback CPU models 2012-01-17 11:39:19 +01:00
qemuxml2argv-cpu-fallback.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-cpu-host-kvmclock.args qemu: parse and create -cpu ...,-kvmclock 2012-01-27 16:51:50 +01:00
qemuxml2argv-cpu-host-kvmclock.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-cpu-host-model-fallback.args qemu: Add support for host CPU modes 2012-01-17 12:22:19 +01:00
qemuxml2argv-cpu-host-model-fallback.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-cpu-host-model-nofallback.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-cpu-host-model.args qemu: Add support for host CPU modes 2012-01-17 12:22:19 +01:00
qemuxml2argv-cpu-host-model.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-cpu-host-passthrough.args qemu: Add support for host CPU modes 2012-01-17 12:22:19 +01:00
qemuxml2argv-cpu-host-passthrough.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-cpu-kvmclock.args qemu: parse and create -cpu ...,-kvmclock 2012-01-27 16:51:50 +01:00
qemuxml2argv-cpu-kvmclock.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-cpu-minimum1.args tests: handle backspace-newline pairs in test input files 2011-01-31 11:25:34 -07:00
qemuxml2argv-cpu-minimum1.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-cpu-minimum2.args tests: handle backspace-newline pairs in test input files 2011-01-31 11:25:34 -07:00
qemuxml2argv-cpu-minimum2.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-cpu-nofallback.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-cpu-numa1.args qemu: Generate -numa option 2011-11-17 13:47:11 -07:00
qemuxml2argv-cpu-numa1.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-cpu-numa2.args qemu: Generate -numa option 2011-11-17 13:47:11 -07:00
qemuxml2argv-cpu-numa2.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-cpu-qemu-host-passthrough.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-cpu-strict1.args tests: handle backspace-newline pairs in test input files 2011-01-31 11:25:34 -07:00
qemuxml2argv-cpu-strict1.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-cpu-topology1.args tests: handle backspace-newline pairs in test input files 2011-01-31 11:25:34 -07:00
qemuxml2argv-cpu-topology1.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-cpu-topology2.args tests: handle backspace-newline pairs in test input files 2011-01-31 11:25:34 -07:00
qemuxml2argv-cpu-topology2.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-cpu-topology3.args tests: handle backspace-newline pairs in test input files 2011-01-31 11:25:34 -07:00
qemuxml2argv-cpu-topology3.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-cputune.args qemu: move -name arg to be 1st in "ps x" output 2012-06-01 15:06:56 -06:00
qemuxml2argv-cputune.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-disk-aio.args maint: avoid long lines in more tests 2011-03-03 07:45:31 -07:00
qemuxml2argv-disk-aio.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-disk-cdrom-empty.args tests: handle backspace-newline pairs in test input files 2011-01-31 11:25:34 -07:00
qemuxml2argv-disk-cdrom-empty.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-disk-cdrom-tray-no-device-cap.args qemu: Do not start with source for removable disks if tray is open 2012-03-23 23:11:54 +08:00
qemuxml2argv-disk-cdrom-tray-no-device-cap.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-disk-cdrom-tray.args qemu: Do not start with source for removable disks if tray is open 2012-03-23 23:11:54 +08:00
qemuxml2argv-disk-cdrom-tray.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-disk-cdrom.args tests: handle backspace-newline pairs in test input files 2011-01-31 11:25:34 -07:00
qemuxml2argv-disk-cdrom.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-disk-copy_on_read.args qemu: Support copy on read for disk 2012-01-13 10:08:15 +08:00
qemuxml2argv-disk-copy_on_read.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-disk-drive-boot-cdrom.args tests: handle backspace-newline pairs in test input files 2011-01-31 11:25:34 -07:00
qemuxml2argv-disk-drive-boot-cdrom.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-disk-drive-boot-disk.args tests: handle backspace-newline pairs in test input files 2011-01-31 11:25:34 -07:00
qemuxml2argv-disk-drive-boot-disk.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-disk-drive-cache-directsync.args tests: add missing files 2011-09-02 08:42:54 -06:00
qemuxml2argv-disk-drive-cache-directsync.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-disk-drive-cache-unsafe.args Add unsafe cache mode support for disk driver 2011-09-23 08:29:57 -06:00
qemuxml2argv-disk-drive-cache-unsafe.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-disk-drive-cache-v1-none.args tests: handle backspace-newline pairs in test input files 2011-01-31 11:25:34 -07:00
qemuxml2argv-disk-drive-cache-v1-none.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-disk-drive-cache-v1-wb.args tests: handle backspace-newline pairs in test input files 2011-01-31 11:25:34 -07:00
qemuxml2argv-disk-drive-cache-v1-wb.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-disk-drive-cache-v1-wt.args tests: handle backspace-newline pairs in test input files 2011-01-31 11:25:34 -07:00
qemuxml2argv-disk-drive-cache-v1-wt.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-disk-drive-cache-v2-none.args tests: handle backspace-newline pairs in test input files 2011-01-31 11:25:34 -07:00
qemuxml2argv-disk-drive-cache-v2-none.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-disk-drive-cache-v2-wb.args tests: handle backspace-newline pairs in test input files 2011-01-31 11:25:34 -07:00
qemuxml2argv-disk-drive-cache-v2-wb.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-disk-drive-cache-v2-wt.args tests: handle backspace-newline pairs in test input files 2011-01-31 11:25:34 -07:00
qemuxml2argv-disk-drive-cache-v2-wt.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-disk-drive-error-policy-enospace.args qemu: simplify use of HAVE_YAJL 2011-10-26 11:55:39 -06:00
qemuxml2argv-disk-drive-error-policy-enospace.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-disk-drive-error-policy-stop.args qemu: simplify use of HAVE_YAJL 2011-10-26 11:55:39 -06:00
qemuxml2argv-disk-drive-error-policy-stop.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-disk-drive-error-policy-wreport-rignore.args qemu: simplify use of HAVE_YAJL 2011-10-26 11:55:39 -06:00
qemuxml2argv-disk-drive-error-policy-wreport-rignore.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-disk-drive-fat.args tests: handle backspace-newline pairs in test input files 2011-01-31 11:25:34 -07:00
qemuxml2argv-disk-drive-fat.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-disk-drive-fmt-qcow.args tests: handle backspace-newline pairs in test input files 2011-01-31 11:25:34 -07:00
qemuxml2argv-disk-drive-fmt-qcow.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-disk-drive-network-nbd.args tests: handle backspace-newline pairs in test input files 2011-01-31 11:25:34 -07:00
qemuxml2argv-disk-drive-network-nbd.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-disk-drive-network-rbd-auth.args qemu: change rbd auth_supported separation character to ; 2012-05-01 08:49:24 -06:00
qemuxml2argv-disk-drive-network-rbd-auth.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-disk-drive-network-rbd-ceph-env.args qemu/rbd: improve rbd device specification 2011-11-15 17:06:42 -07:00
qemuxml2argv-disk-drive-network-rbd-ceph-env.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-disk-drive-network-rbd.args Fix one test regression on auth Ceph support 2012-07-05 17:56:23 +08:00
qemuxml2argv-disk-drive-network-rbd.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-disk-drive-network-sheepdog.args qemu: support disk filenames with comma 2012-03-12 08:09:37 -06:00
qemuxml2argv-disk-drive-network-sheepdog.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-disk-drive-no-boot.args qemu: Translate boot config into bootindex if possible 2011-06-15 11:29:09 +02:00
qemuxml2argv-disk-drive-no-boot.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-disk-drive-readonly-disk.args tests: fix recent test failures 2011-04-06 10:05:14 -06:00
qemuxml2argv-disk-drive-readonly-disk.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-disk-drive-readonly-no-device.args tests: handle backspace-newline pairs in test input files 2011-01-31 11:25:34 -07:00
qemuxml2argv-disk-drive-readonly-no-device.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-disk-drive-shared.args tests: handle backspace-newline pairs in test input files 2011-01-31 11:25:34 -07:00
qemuxml2argv-disk-drive-shared.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-disk-floppy-tray-no-device-cap.args qemu: Do not start with source for removable disks if tray is open 2012-03-23 23:11:54 +08:00
qemuxml2argv-disk-floppy-tray-no-device-cap.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-disk-floppy-tray.args qemu: Do not start with source for removable disks if tray is open 2012-03-23 23:11:54 +08:00
qemuxml2argv-disk-floppy-tray.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-disk-floppy.args tests: handle backspace-newline pairs in test input files 2011-01-31 11:25:34 -07:00
qemuxml2argv-disk-floppy.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-disk-ide-drive-split.args qemu: Split ide-drive into ide-cd and ide-hd 2012-04-17 17:21:48 +08:00
qemuxml2argv-disk-ide-drive-split.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-disk-ioeventfd.args qemu: add new disk device='lun' for bus='virtio' & type='block' 2012-01-09 10:55:53 -05:00
qemuxml2argv-disk-ioeventfd.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-disk-many.args tests: handle backspace-newline pairs in test input files 2011-01-31 11:25:34 -07:00
qemuxml2argv-disk-many.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-disk-mirror.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-disk-order.args qemu: add new disk device='lun' for bus='virtio' & type='block' 2012-01-09 10:55:53 -05:00
qemuxml2argv-disk-order.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-disk-sata-device.args Add AHCI support to qemu driver 2011-10-17 15:44:21 -06:00
qemuxml2argv-disk-sata-device.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-disk-scsi-device-auto.args tests: fix recent test failures 2011-04-06 10:05:14 -06:00
qemuxml2argv-disk-scsi-device-auto.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-disk-scsi-device.args tests: fix recent test failures 2011-04-06 10:05:14 -06:00
qemuxml2argv-disk-scsi-device.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-disk-scsi-disk-split.args qemu: Split scsi-disk into into scsi-hd and scsi-cd 2012-04-17 17:21:24 +08:00
qemuxml2argv-disk-scsi-disk-split.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-disk-scsi-lun-passthrough.args qemu: Use scsi-block for lun passthrough instead of scsi-disk 2012-03-14 23:32:53 +08:00
qemuxml2argv-disk-scsi-lun-passthrough.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-disk-scsi-virtio-scsi.args tests: Add tests for virtio-scsi and ibmvscsi controllers 2012-02-28 14:28:21 +08:00
qemuxml2argv-disk-scsi-virtio-scsi.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-disk-scsi-vscsi.args Assign spapr-vio bus address to ibmvscsi controller 2012-05-14 16:47:16 -06:00
qemuxml2argv-disk-scsi-vscsi.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-disk-snapshot.args snapshot: additions to domain xml for disks 2011-09-05 07:03:04 -06:00
qemuxml2argv-disk-snapshot.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-disk-transient.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-disk-usb-device.args tests: fix recent test failures 2011-04-06 10:05:14 -06:00
qemuxml2argv-disk-usb-device.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-disk-usb.args tests: handle backspace-newline pairs in test input files 2011-01-31 11:25:34 -07:00
qemuxml2argv-disk-usb.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-disk-virtio-s390.args S390: Adding testcases for s390 2012-07-11 11:19:05 +02:00
qemuxml2argv-disk-virtio-s390.xml S390: Adding testcases for s390 2012-07-11 11:19:05 +02:00
qemuxml2argv-disk-virtio.args tests: handle backspace-newline pairs in test input files 2011-01-31 11:25:34 -07:00
qemuxml2argv-disk-virtio.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-disk-xenvbd.args tests: handle backspace-newline pairs in test input files 2011-01-31 11:25:34 -07:00
qemuxml2argv-disk-xenvbd.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-encrypted-disk.args qemu: move -name arg to be 1st in "ps x" output 2012-06-01 15:06:56 -06:00
qemuxml2argv-encrypted-disk.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-event_idx.args qemu: add new disk device='lun' for bus='virtio' & type='block' 2012-01-09 10:55:53 -05:00
qemuxml2argv-event_idx.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-floppy-drive-fat.args tests: handle backspace-newline pairs in test input files 2011-01-31 11:25:34 -07:00
qemuxml2argv-floppy-drive-fat.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-fs9p.args Add new attribute wrpolicy to <driver> element 2012-01-17 15:37:42 -07:00
qemuxml2argv-fs9p.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-graphics-listen-network2.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-graphics-listen-network.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-graphics-sdl-fullscreen.args tests: handle backspace-newline pairs in test input files 2011-01-31 11:25:34 -07:00
qemuxml2argv-graphics-sdl-fullscreen.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-graphics-sdl.args tests: handle backspace-newline pairs in test input files 2011-01-31 11:25:34 -07:00
qemuxml2argv-graphics-sdl.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-graphics-spice-agentmouse.args qemuxml2argvtest: Pass some additional flags to graphics-spice-agentmouse 2012-03-09 10:14:31 +01:00
qemuxml2argv-graphics-spice-agentmouse.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-graphics-spice-compression.args tests: Test for SPICE compression options 2011-05-31 16:33:36 +02:00
qemuxml2argv-graphics-spice-compression.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-graphics-spice-qxl-vga.args qemu: Support vram for video of qxl type 2011-03-06 22:00:27 +08:00
qemuxml2argv-graphics-spice-qxl-vga.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-graphics-spice-timeout.args qemuBuildCommandLine: Don't add tlsPort if none set 2012-03-09 08:49:10 +01:00
qemuxml2argv-graphics-spice-timeout.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-graphics-spice-usb-redir.args domain_conf: add "usbredir" to list of valid spice channels 2012-05-08 09:22:45 -06:00
qemuxml2argv-graphics-spice-usb-redir.xml domain_conf: add "usbredir" to list of valid spice channels 2012-05-08 09:22:45 -06:00
qemuxml2argv-graphics-spice.args domain_conf: add "default" to list of valid spice channels 2012-05-08 12:14:45 -06:00
qemuxml2argv-graphics-spice.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-graphics-vnc-sasl.args tests: handle backspace-newline pairs in test input files 2011-01-31 11:25:34 -07:00
qemuxml2argv-graphics-vnc-sasl.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-graphics-vnc-socket.args tests: handle backspace-newline pairs in test input files 2011-01-31 11:25:34 -07:00
qemuxml2argv-graphics-vnc-socket.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-graphics-vnc-tls.args tests: handle backspace-newline pairs in test input files 2011-01-31 11:25:34 -07:00
qemuxml2argv-graphics-vnc-tls.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-graphics-vnc.args Fix QEMU -vnc arg generation with raw IPv6 addresses 2011-05-24 10:33:53 -04:00
qemuxml2argv-graphics-vnc.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-hostdev-pci-address-device.args tests: fix recent test failures 2011-04-06 10:05:14 -06:00
qemuxml2argv-hostdev-pci-address-device.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-hostdev-pci-address.args tests: handle backspace-newline pairs in test input files 2011-01-31 11:25:34 -07:00
qemuxml2argv-hostdev-pci-address.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-hostdev-usb-address-device.args tests: fix recent test failures 2011-04-06 10:05:14 -06:00
qemuxml2argv-hostdev-usb-address-device.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-hostdev-usb-address.args tests: handle backspace-newline pairs in test input files 2011-01-31 11:25:34 -07:00
qemuxml2argv-hostdev-usb-address.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-hugepages.args tests: handle backspace-newline pairs in test input files 2011-01-31 11:25:34 -07:00
qemuxml2argv-hugepages.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-input-usbmouse-addr.args qemu: Don't append 0 at usb id, so that it is compatible with legacy -usb 2011-09-02 23:39:03 +08:00
qemuxml2argv-input-usbmouse-addr.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-input-usbmouse.args tests: handle backspace-newline pairs in test input files 2011-01-31 11:25:34 -07:00
qemuxml2argv-input-usbmouse.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-input-usbtablet.args tests: handle backspace-newline pairs in test input files 2011-01-31 11:25:34 -07:00
qemuxml2argv-input-usbtablet.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-input-xen.args tests: handle backspace-newline pairs in test input files 2011-01-31 11:25:34 -07:00
qemuxml2argv-input-xen.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-kvmclock.args qemu: parse and create -cpu ...,-kvmclock 2012-01-27 16:51:50 +01:00
qemuxml2argv-kvmclock.xml Fix /domain/features setting in qemuParseCommandLine 2012-07-11 09:10:21 +02:00
qemuxml2argv-lease.args Support leases in guest XML and lock manager 2011-06-02 10:54:00 +01:00
qemuxml2argv-lease.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-machine-aliases1.args tests: handle backspace-newline pairs in test input files 2011-01-31 11:25:34 -07:00
qemuxml2argv-machine-aliases1.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-machine-aliases2.args tests: handle backspace-newline pairs in test input files 2011-01-31 11:25:34 -07:00
qemuxml2argv-machine-aliases2.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-memtune.args qemu: move -name arg to be 1st in "ps x" output 2012-06-01 15:06:56 -06:00
qemuxml2argv-memtune.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-metadata.args qemu: move -name arg to be 1st in "ps x" output 2012-06-01 15:06:56 -06:00
qemuxml2argv-metadata.xml qemu: Support numad 2012-03-15 12:24:56 +08:00
qemuxml2argv-migrate.args tests: handle backspace-newline pairs in test input files 2011-01-31 11:25:34 -07:00
qemuxml2argv-migrate.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-minimal-s390.args S390: Adding testcases for s390 2012-07-11 11:19:05 +02:00
qemuxml2argv-minimal-s390.xml S390: Adding testcases for s390 2012-07-11 11:19:05 +02:00
qemuxml2argv-minimal.args qemu: move -name arg to be 1st in "ps x" output 2012-06-01 15:06:56 -06:00
qemuxml2argv-minimal.xml qemu: Support numad 2012-03-15 12:24:56 +08:00
qemuxml2argv-misc-acpi.args tests: handle backspace-newline pairs in test input files 2011-01-31 11:25:34 -07:00
qemuxml2argv-misc-acpi.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-misc-no-reboot.args tests: handle backspace-newline pairs in test input files 2011-01-31 11:25:34 -07:00
qemuxml2argv-misc-no-reboot.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-misc-uuid.args qemu: move -name arg to be 1st in "ps x" output 2012-06-01 15:06:56 -06:00
qemuxml2argv-misc-uuid.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-monitor-json.args qemu: Fix shutdown regression with buggy qemu 2011-09-21 16:53:06 +02:00
qemuxml2argv-monitor-json.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-multifunction-pci-device.args qemu: make PCI multifunction support more manual 2011-10-01 11:48:28 -04:00
qemuxml2argv-multifunction-pci-device.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-net-bandwidth.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-net-client.args docs: Add missed RNG schema for interface 2012-01-17 17:09:47 +08:00
qemuxml2argv-net-client.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-net-eth-ifname.args tests: handle backspace-newline pairs in test input files 2011-01-31 11:25:34 -07:00
qemuxml2argv-net-eth-ifname.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-net-eth-names.args tests: handle backspace-newline pairs in test input files 2011-01-31 11:25:34 -07:00
qemuxml2argv-net-eth-names.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-net-eth.args tests: handle backspace-newline pairs in test input files 2011-01-31 11:25:34 -07:00
qemuxml2argv-net-eth.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-net-hostdev.args qemu: support type='hostdev' network devices at domain start 2012-03-05 23:24:34 -05:00
qemuxml2argv-net-hostdev.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-net-mcast.args docs: Add missed RNG schema for interface 2012-01-17 17:09:47 +08:00
qemuxml2argv-net-mcast.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-net-server.args docs: Add missed RNG schema for interface 2012-01-17 17:09:47 +08:00
qemuxml2argv-net-server.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-net-user.args tests: handle backspace-newline pairs in test input files 2011-01-31 11:25:34 -07:00
qemuxml2argv-net-user.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-net-virtio-device.args tests: fix recent test failures 2011-04-06 10:05:14 -06:00
qemuxml2argv-net-virtio-device.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-net-virtio-netdev.args tests: fix recent test failures 2011-04-06 10:05:14 -06:00
qemuxml2argv-net-virtio-netdev.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-net-virtio-network-portgroup.xml conf: support partially-specified <virtualport> in parser and formatter 2012-08-14 15:47:50 -04:00
qemuxml2argv-net-virtio-s390.args S390: Adding testcases for s390 2012-07-11 11:19:05 +02:00
qemuxml2argv-net-virtio-s390.xml S390: Adding testcases for s390 2012-07-11 11:19:05 +02:00
qemuxml2argv-net-virtio.args tests: handle backspace-newline pairs in test input files 2011-01-31 11:25:34 -07:00
qemuxml2argv-net-virtio.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-no-shutdown.args qemu: Fix shutdown regression with buggy qemu 2011-09-21 16:53:06 +02:00
qemuxml2argv-no-shutdown.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-nographics-vga.args tests: handle backspace-newline pairs in test input files 2011-01-31 11:25:34 -07:00
qemuxml2argv-nographics-vga.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-nographics.args tests: handle backspace-newline pairs in test input files 2011-01-31 11:25:34 -07:00
qemuxml2argv-nographics.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-numad-auto-memory-vcpu-cpuset.args numad: Copy 'placement' of <numatune> to <vcpu> by default 2012-05-08 16:57:36 -06:00
qemuxml2argv-numad-auto-memory-vcpu-cpuset.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-numad-auto-memory-vcpu-no-cpuset-and-placement.args numad: Copy 'placement' of <numatune> to <vcpu> by default 2012-05-08 16:57:36 -06:00
qemuxml2argv-numad-auto-memory-vcpu-no-cpuset-and-placement.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-numad-auto-vcpu-no-numatune.xml numad: Set memory policy from numad advisory nodeset 2012-05-08 16:57:32 -06:00
qemuxml2argv-numad-auto-vcpu-static-numatune.args numad: Set memory policy from numad advisory nodeset 2012-05-08 16:57:32 -06:00
qemuxml2argv-numad-auto-vcpu-static-numatune.xml numad: Set memory policy from numad advisory nodeset 2012-05-08 16:57:32 -06:00
qemuxml2argv-numad-static-memory-auto-vcpu.args numad: Copy 'placement' of <numatune> to <vcpu> by default 2012-05-08 16:57:36 -06:00
qemuxml2argv-numad-static-memory-auto-vcpu.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-numad-static-vcpu-no-numatune.xml numad: Set memory policy from numad advisory nodeset 2012-05-08 16:57:32 -06:00
qemuxml2argv-numad.args numad: Set memory policy from numad advisory nodeset 2012-05-08 16:57:32 -06:00
qemuxml2argv-numad.xml numad: Set memory policy from numad advisory nodeset 2012-05-08 16:57:32 -06:00
qemuxml2argv-numatune-memory.args numatune: Add tests for numatune XML 2011-06-20 15:17:43 +08:00
qemuxml2argv-numatune-memory.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-parallel-parport-chardev.args Fix for parallel port passthrough for QEMU 2012-06-04 16:46:23 -06:00
qemuxml2argv-parallel-parport-chardev.xml Fix for parallel port passthrough for QEMU 2012-06-04 16:46:23 -06:00
qemuxml2argv-parallel-tcp-chardev.args tests: fix recent test failures 2011-04-06 10:05:14 -06:00
qemuxml2argv-parallel-tcp-chardev.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-parallel-tcp.args tests: handle backspace-newline pairs in test input files 2011-01-31 11:25:34 -07:00
qemuxml2argv-parallel-tcp.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-pci-rom.args qemu: add "romfile" support to specify device boot ROM 2012-01-30 12:30:35 -05:00
qemuxml2argv-pci-rom.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-pseries-basic.args tests: Add qemuxml2argv tests for PPC64 pseries machine 2012-01-13 16:10:43 -07:00
qemuxml2argv-pseries-basic.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-pseries-vio-address-clash.args tests: Add qemuxml2argv tests for PPC64 pseries machine 2012-01-13 16:10:43 -07:00
qemuxml2argv-pseries-vio-address-clash.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-pseries-vio-user-assigned.args qemu: Build command line for the new address format 2012-02-28 14:27:17 +08:00
qemuxml2argv-pseries-vio-user-assigned.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-pseries-vio.args qemu: Build command line for the new address format 2012-02-28 14:27:17 +08:00
qemuxml2argv-pseries-vio.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-qemu-ns-no-env.args tests: handle backspace-newline pairs in test input files 2011-01-31 11:25:34 -07:00
qemuxml2argv-qemu-ns-no-env.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-qemu-ns.args tests: handle backspace-newline pairs in test input files 2011-01-31 11:25:34 -07:00
qemuxml2argv-qemu-ns.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-restore-v1.args tests: handle backspace-newline pairs in test input files 2011-01-31 11:25:34 -07:00
qemuxml2argv-restore-v1.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-restore-v2-fd.args tests: handle backspace-newline pairs in test input files 2011-01-31 11:25:34 -07:00
qemuxml2argv-restore-v2-fd.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-restore-v2.args tests: handle backspace-newline pairs in test input files 2011-01-31 11:25:34 -07:00
qemuxml2argv-restore-v2.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-seclabel-dynamic-baselabel.args qemu: move -name arg to be 1st in "ps x" output 2012-06-01 15:06:56 -06:00
qemuxml2argv-seclabel-dynamic-baselabel.xml qemu: Support numad 2012-03-15 12:24:56 +08:00
qemuxml2argv-seclabel-dynamic-override.args qemu: move -name arg to be 1st in "ps x" output 2012-06-01 15:06:56 -06:00
qemuxml2argv-seclabel-dynamic-override.xml qemu: Support numad 2012-03-15 12:24:56 +08:00
qemuxml2argv-seclabel-dynamic.args qemu: move -name arg to be 1st in "ps x" output 2012-06-01 15:06:56 -06:00
qemuxml2argv-seclabel-dynamic.xml qemu: Support numad 2012-03-15 12:24:56 +08:00
qemuxml2argv-seclabel-none.args qemu: move -name arg to be 1st in "ps x" output 2012-06-01 15:06:56 -06:00
qemuxml2argv-seclabel-none.xml qemu: Support numad 2012-03-15 12:24:56 +08:00
qemuxml2argv-seclabel-static-relabel.args qemu: move -name arg to be 1st in "ps x" output 2012-06-01 15:06:56 -06:00
qemuxml2argv-seclabel-static-relabel.xml qemu: Support numad 2012-03-15 12:24:56 +08:00
qemuxml2argv-seclabel-static.args qemu: move -name arg to be 1st in "ps x" output 2012-06-01 15:06:56 -06:00
qemuxml2argv-seclabel-static.xml qemu: Support numad 2012-03-15 12:24:56 +08:00
qemuxml2argv-serial-dev-chardev.args tests: fix recent test failures 2011-04-06 10:05:14 -06:00
qemuxml2argv-serial-dev-chardev.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-serial-dev.args tests: handle backspace-newline pairs in test input files 2011-01-31 11:25:34 -07:00
qemuxml2argv-serial-dev.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-serial-file-chardev.args tests: fix recent test failures 2011-04-06 10:05:14 -06:00
qemuxml2argv-serial-file-chardev.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-serial-file.args tests: handle backspace-newline pairs in test input files 2011-01-31 11:25:34 -07:00
qemuxml2argv-serial-file.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-serial-many-chardev.args tests: fix recent test failures 2011-04-06 10:05:14 -06:00
qemuxml2argv-serial-many-chardev.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-serial-many.args tests: handle backspace-newline pairs in test input files 2011-01-31 11:25:34 -07:00
qemuxml2argv-serial-many.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-serial-pty-chardev.args tests: fix recent test failures 2011-04-06 10:05:14 -06:00
qemuxml2argv-serial-pty-chardev.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-serial-pty.args tests: handle backspace-newline pairs in test input files 2011-01-31 11:25:34 -07:00
qemuxml2argv-serial-pty.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-serial-target-port-auto.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-serial-tcp-chardev.args tests: fix recent test failures 2011-04-06 10:05:14 -06:00
qemuxml2argv-serial-tcp-chardev.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-serial-tcp-telnet-chardev.args tests: fix recent test failures 2011-04-06 10:05:14 -06:00
qemuxml2argv-serial-tcp-telnet-chardev.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-serial-tcp-telnet.args tests: handle backspace-newline pairs in test input files 2011-01-31 11:25:34 -07:00
qemuxml2argv-serial-tcp-telnet.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-serial-tcp.args tests: handle backspace-newline pairs in test input files 2011-01-31 11:25:34 -07:00
qemuxml2argv-serial-tcp.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-serial-udp-chardev.args qemu: Fix -chardev udp if parameters are omitted 2011-08-11 15:19:51 +08:00
qemuxml2argv-serial-udp-chardev.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-serial-udp.args qemu: Fix -chardev udp if parameters are omitted 2011-08-11 15:19:51 +08:00
qemuxml2argv-serial-udp.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-serial-unix-chardev.args tests: fix recent test failures 2011-04-06 10:05:14 -06:00
qemuxml2argv-serial-unix-chardev.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-serial-unix.args tests: handle backspace-newline pairs in test input files 2011-01-31 11:25:34 -07:00
qemuxml2argv-serial-unix.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-serial-vc-chardev.args tests: fix recent test failures 2011-04-06 10:05:14 -06:00
qemuxml2argv-serial-vc-chardev.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-serial-vc.args tests: handle backspace-newline pairs in test input files 2011-01-31 11:25:34 -07:00
qemuxml2argv-serial-vc.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-smartcard-controller.args tests: fix recent test failures 2011-04-06 10:05:14 -06:00
qemuxml2argv-smartcard-controller.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-smartcard-host-certificates.args tests: fix recent test failures 2011-04-06 10:05:14 -06:00
qemuxml2argv-smartcard-host-certificates.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-smartcard-host.args tests: fix recent test failures 2011-04-06 10:05:14 -06:00
qemuxml2argv-smartcard-host.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-smartcard-passthrough-spicevmc.args tests: fix recent test failures 2011-04-06 10:05:14 -06:00
qemuxml2argv-smartcard-passthrough-spicevmc.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-smartcard-passthrough-tcp.args tests: fix recent test failures 2011-04-06 10:05:14 -06:00
qemuxml2argv-smartcard-passthrough-tcp.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-smbios.args tests: handle backspace-newline pairs in test input files 2011-01-31 11:25:34 -07:00
qemuxml2argv-smbios.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-smp.args tests: handle backspace-newline pairs in test input files 2011-01-31 11:25:34 -07:00
qemuxml2argv-smp.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-sound-device.args tests: add ich6 codec type test to qemuxml2argv-sound-device 2012-05-17 11:43:35 -06:00
qemuxml2argv-sound-device.xml tests: add ich6 codec type test to qemuxml2argv-sound-device 2012-05-17 11:43:35 -06:00
qemuxml2argv-sound.args tests: handle backspace-newline pairs in test input files 2011-01-31 11:25:34 -07:00
qemuxml2argv-sound.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-usb1-usb2.args qemu: make PCI multifunction support more manual 2011-10-01 11:48:28 -04:00
qemuxml2argv-usb1-usb2.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-usb-controller.args Default USB device is on slot 1 function 2 2011-09-05 15:03:27 +08:00
qemuxml2argv-usb-controller.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-usb-hub.args Default USB device is on slot 1 function 2 2011-09-05 15:03:27 +08:00
qemuxml2argv-usb-hub.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-usb-ich9-companion.args qemu: make PCI multifunction support more manual 2011-10-01 11:48:28 -04:00
qemuxml2argv-usb-ich9-companion.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-usb-ich9-ehci-addr.args Fix logic for assigning PCI addresses to USB2 companion controllers 2012-05-15 17:07:34 +01:00
qemuxml2argv-usb-ich9-ehci-addr.xml Set a sensible default master start port for ehci companion controllers 2012-05-15 17:07:34 +01:00
qemuxml2argv-usb-none-hub.xml qemu: Add support for "none" USB controller 2012-08-02 12:13:48 +02:00
qemuxml2argv-usb-none-other.xml qemu: Add support for "none" USB controller 2012-08-02 12:13:48 +02:00
qemuxml2argv-usb-none-usbtablet.xml qemu: Add support for "none" USB controller 2012-08-02 12:13:48 +02:00
qemuxml2argv-usb-none.args qemu: Add support for "none" USB controller 2012-08-02 12:13:48 +02:00
qemuxml2argv-usb-none.xml qemu: Add support for "none" USB controller 2012-08-02 12:13:48 +02:00
qemuxml2argv-usb-piix3-controller.args qemu: make PCI multifunction support more manual 2011-10-01 11:48:28 -04:00
qemuxml2argv-usb-piix3-controller.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-usb-ports.args Default USB device is on slot 1 function 2 2011-09-05 15:03:27 +08:00
qemuxml2argv-usb-ports.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-usb-redir.args qemu: make PCI multifunction support more manual 2011-10-01 11:48:28 -04:00
qemuxml2argv-usb-redir.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-virtio-lun.args conf: add rawio attribute to disk element of domain XML 2012-01-31 13:36:23 -05:00
qemuxml2argv-virtio-lun.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-watchdog-device.args tests: fix recent test failures 2011-04-06 10:05:14 -06:00
qemuxml2argv-watchdog-device.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-watchdog-dump.args tests: handle backspace-newline pairs in test input files 2011-01-31 11:25:34 -07:00
qemuxml2argv-watchdog-dump.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-watchdog.args tests: handle backspace-newline pairs in test input files 2011-01-31 11:25:34 -07:00
qemuxml2argv-watchdog.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00