]> xenbits.xensource.com Git - libvirt.git/commit
qemu: Move qemuDomainUpdateDeviceLive() into qemu_hotplug.c
authorMichal Privoznik <mprivozn@redhat.com>
Thu, 20 Apr 2023 15:25:51 +0000 (17:25 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 25 Apr 2023 06:46:27 +0000 (08:46 +0200)
commit132b483006fe0c4fcd1a8434d094064831541309
tree3ad94b1b8656fb659357bd8807eceb9a889d8794
parentf5d6290bfeeda312ad99397e1f3155c318e9527e
qemu: Move qemuDomainUpdateDeviceLive() into qemu_hotplug.c

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@redhat.com>
Reviewed-by: Kristina Hanicova <khanicov@redhat.com>
src/qemu/qemu_driver.c
src/qemu/qemu_hotplug.c
src/qemu/qemu_hotplug.h