]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Send event on persistent config modification
authorFima Shevrin <efim.shevrin@virtuozzo.com>
Thu, 19 Oct 2023 14:20:36 +0000 (17:20 +0300)
committerMichal Privoznik <mprivozn@redhat.com>
Fri, 20 Oct 2023 10:12:17 +0000 (12:12 +0200)
commitbc06cfa1cd91f19d36e9dd668b997175d8e2592d
treef9e7b696f0b3893e016e8fb8c6cce0af5466c485
parenta97b42820808e8cc8e89e362efe1a53334c09d8c
qemu: Send event on persistent config modification

Currently, libvirt doesn't send events when devices are attached,
detached or updated. Thus, any services that listen to events are
unaware of the change to persistent config.

Signed-off-by: Fima Shevrin <efim.shevrin@virtuozzo.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
src/qemu/qemu_driver.c