5 May
2026
5 May
'26
3:34 p.m.
On Wed, Apr 29, 2026 at 17:43:26 +0530, Akash Kulhalli via Devel wrote:
Emit the vcpu-removed event when QEMU vCPU unplug completes.
Hook this into qemuDomainRemoveVcpu(), which covers both the synchronous completion path and the DEVICE_DELETED-driven alias removal path.
Some architectures may have multiple vcpus grouped under a single qemu vcpu object; on those platforms a `vcpu-removed` event will be emitted for each vcpu that is removed from this group.
Signed-off-by: Akash Kulhalli <akash.kulhalli@oracle.com> --- src/qemu/qemu_hotplug.c | 5 +++++ 1 file changed, 5 insertions(+)
Reviewed-by: Peter Krempa <pkrempa@redhat.com>