
30 Oct
2018
30 Oct
'18
11:56 a.m.
On 10/30/2018 02:00 PM, Kashyap Chamarthy wrote:
[Cc: libvir-list]
On Tue, Oct 30, 2018 at 01:35:23PM +0100, Kashyap Chamarthy wrote:
The first patch deprecates the QMP `cpu-add`, the second its HMP equivalent, and the third documents vCPU hotplug procedure using QMP `device_add` et al.
Thanks for heads up. Libvirt already uses device_add if 'query-hotpluggable-cpus' command is available and 'query-machines' returns 'hotpluggable-cpus: yes' for given machine type. It only falls back to cpu-add. Michal