libvirt/tests/genericxml2xmlindata
Peter Krempa 5847bc5c64 conf: Add XML for individual vCPU hotplug
Individual vCPU hotplug requires us to track the state of any vCPU. To
allow this add the following XML:

<domain>
  ...
  <vcpu current='2'>3</vcpu>
  <vcpus>
    <vcpu id='0' enabled='yes' hotpluggable='no' order='1'/>
    <vcpu id='1' enabled='yes' hotpluggable='yes' order='2'/>
    <vcpu id='1' enabled='no' hotpluggable='yes'/>
  </vcpus>
  ...

The 'enabled' attribute allows to control the state of the vcpu.
'hotpluggable' controls whether given vcpu can be hotplugged and 'order'
allows to specify the order to add the vcpus.
2016-08-24 15:44:47 -04:00
..
generic-disk-virtio.xml
generic-graphics-listen-back-compat-mismatch.xml
generic-graphics-listen-back-compat.xml
generic-graphics-vnc-listen-attr-only.xml genericxml2xml: add several graphics tests 2016-05-06 15:53:16 +02:00
generic-graphics-vnc-listen-element-minimal.xml genericxml2xml: add several graphics tests 2016-05-06 15:53:16 +02:00
generic-graphics-vnc-listen-element-with-address.xml genericxml2xml: add several graphics tests 2016-05-06 15:53:16 +02:00
generic-graphics-vnc-manual-port.xml genericxml2xml: add several graphics tests 2016-05-06 15:53:16 +02:00
generic-graphics-vnc-minimal.xml genericxml2xml: add several graphics tests 2016-05-06 15:53:16 +02:00
generic-graphics-vnc-socket-attr-listen-address.xml vnc: add support for listen type 'socket' 2016-06-09 14:42:48 +02:00
generic-graphics-vnc-socket-attr-listen-socket-mismatch.xml vnc: add support for listen type 'socket' 2016-06-09 14:42:48 +02:00
generic-graphics-vnc-socket-attr-listen-socket.xml vnc: add support for listen type 'socket' 2016-06-09 14:42:48 +02:00
generic-graphics-vnc-socket-listen.xml genericxml2xml: add several graphics tests 2016-05-06 15:53:16 +02:00
generic-graphics-vnc-socket.xml genericxml2xml: add several graphics tests 2016-05-06 15:53:16 +02:00
generic-name-slash-fail.xml conf: domain: reject name containing '/' 2016-05-02 10:06:04 -04:00
generic-perf.xml conf: Fix perf event parser 2016-06-17 09:35:14 +02:00
generic-vcpus-individual.xml conf: Add XML for individual vCPU hotplug 2016-08-24 15:44:47 -04:00