mirror of https://gitee.com/openkylin/libvirt.git
news: Mention specific vCPU hotplug API
This commit is contained in:
parent
bd8f10c62a
commit
6304277534
docs
|
@ -80,6 +80,16 @@
|
|||
devices, providing device type information.
|
||||
</description>
|
||||
</change>
|
||||
<change>
|
||||
<summary>
|
||||
Add API for individual/specific vCPU hotplug
|
||||
</summary>
|
||||
<description>
|
||||
The new API allows selecting specific vCPUs to be added/removed from
|
||||
the VM. The existing APIs allowed only adding/removing from the end
|
||||
which did not play well with NUMA.
|
||||
</description>
|
||||
</change>
|
||||
</section>
|
||||
<section title="Improvements">
|
||||
<change>
|
||||
|
|
Loading…
Reference in New Issue