On Fri, Apr 21, 2023 at 10:25 AM Michal Privoznik <mprivozn(a)redhat.com>
wrote:
There is no good reason for qemuDomainUpdateDeviceLive() to live
in (ever growing) qemu_driver.c while we have qemu_hotplug.c
which already contains the rest of hotplug code. Move the
function to its new home.
Signed-off-by: Michal Privoznik <mprivozn(a)redhat.com>
---
src/qemu/qemu_driver.c | 299 ----------------------------------------
src/qemu/qemu_hotplug.c | 299 ++++++++++++++++++++++++++++++++++++++++
src/qemu/qemu_hotplug.h | 5 +
3 files changed, 304 insertions(+), 299 deletions(-)
Reviewed-by: Kristina Hanicova <khanicov(a)redhat.com>
Kristina