mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-08 22:15:21 +00:00
5847bc5c64
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. |
||
---|---|---|
.. | ||
generic-disk-virtio.xml | ||
generic-graphics-listen-back-compat-mismatch.xml | ||
generic-graphics-listen-back-compat.xml | ||
generic-graphics-vnc-listen-attr-only.xml | ||
generic-graphics-vnc-listen-element-minimal.xml | ||
generic-graphics-vnc-listen-element-with-address.xml | ||
generic-graphics-vnc-manual-port.xml | ||
generic-graphics-vnc-minimal.xml | ||
generic-graphics-vnc-socket-attr-listen-address.xml | ||
generic-graphics-vnc-socket-attr-listen-socket-mismatch.xml | ||
generic-graphics-vnc-socket-attr-listen-socket.xml | ||
generic-graphics-vnc-socket-listen.xml | ||
generic-graphics-vnc-socket.xml | ||
generic-name-slash-fail.xml | ||
generic-perf.xml | ||
generic-vcpus-individual.xml |