Re: [libvirt PATCH v2 1/1] qemu: fix vcpu clearing when multiple vcpu hotunplugs timeout

2022-11-22 Thread Peter Krempa
On Thu, Nov 17, 2022 at 21:39:58 +0530, Shaleen Bathla wrote: > ping Sorry I was sick so didn't get to this until now. > On Fri, Nov 11, 2022 at 02:54:38PM +0530, Shaleen Bathla wrote: > > Problem: > > libvirt has a 5 second timeout (generally) for hotplug/unplug > > operations which can time out

Re: [libvirt PATCH v2 1/1] qemu: fix vcpu clearing when multiple vcpu hotunplugs timeout

2022-11-17 Thread Shaleen Bathla
ping On Fri, Nov 11, 2022 at 02:54:38PM +0530, Shaleen Bathla wrote: > Problem: > libvirt has a 5 second timeout (generally) for hotplug/unplug > operations which can time out due to heavy load in guest. > > vcpu hotunplug occurs one vcpu at a time. > But, if we perform hotplug-unplug repeatedly,

[libvirt PATCH v2 1/1] qemu: fix vcpu clearing when multiple vcpu hotunplugs timeout

2022-11-11 Thread Shaleen Bathla
Problem: libvirt has a 5 second timeout (generally) for hotplug/unplug operations which can time out due to heavy load in guest. vcpu hotunplug occurs one vcpu at a time. But, if we perform hotplug-unplug repeatedly, Case 1: qemu sends multiple timedout vcpu unplug notification before libvirt proc