Re: [PATCH v1 2/3] qemu_driver: Implement qemuDomainSetVcpuTuneParameters

2025-03-11 Thread Yong Huang
On Thu, Mar 6, 2025 at 11:57 PM Peter Krempa wrote: > On Sat, Feb 15, 2025 at 16:35:52 +0800, yong.hu...@smartx.com wrote: > > From: Hyman Huang > > > > Support hotplug/hotunplug of virtual CPU by wrapping the > > existing interface qemuDomainSetVcpu. > > > > Signed-off-by: Hyman Huang > > ---

Re: [PATCH v1 2/3] qemu_driver: Implement qemuDomainSetVcpuTuneParameters

2025-03-06 Thread Peter Krempa
On Sat, Feb 15, 2025 at 16:35:52 +0800, yong.hu...@smartx.com wrote: > From: Hyman Huang > > Support hotplug/hotunplug of virtual CPU by wrapping the > existing interface qemuDomainSetVcpu. > > Signed-off-by: Hyman Huang > --- > include/libvirt/libvirt-domain.h | 12 > src/qemu/qe