]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Build activeUsbHostdevs list on process reconnect
authorMichal Privoznik <mprivozn@redhat.com>
Mon, 26 Mar 2012 14:44:19 +0000 (16:44 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 4 Apr 2012 13:09:41 +0000 (15:09 +0200)
commitea3bc548aca7b4c448b48863120ad35a7337c127
tree3d67ad739c571ba34bfc8a172d67c996463fa6ab
parente2f5dd6134ebeb6846450c7d7782273d3d274859
qemu: Build activeUsbHostdevs list on process reconnect

If the daemon is restarted it will lose list of active
USB devices assigned to active domains. Therefore we need
to rebuild this list on qemuProcessReconnect().
src/qemu/qemu_hostdev.c
src/qemu/qemu_hostdev.h
src/qemu/qemu_process.c