]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Keep list of USB devices attached to domains
authorMichal Privoznik <mprivozn@redhat.com>
Wed, 21 Dec 2011 17:58:29 +0000 (18:58 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Sat, 24 Dec 2011 17:12:04 +0000 (18:12 +0100)
commit8a34f822e6a618a3ad80c81d5f2c76d62faf2f29
tree3dcbbaf8dde5a028989d26afb29c8d02a256d737
parentd145fe3bb3657c61c797d8d83ea1fe573163e780
qemu: Keep list of USB devices attached to domains

In order to avoid situation where a USB device is
in use by two domains, we must keep a list of already
attached devices like we do for PCI.
src/libvirt_private.syms
src/qemu/qemu_conf.h
src/qemu/qemu_driver.c
src/qemu/qemu_hostdev.c
src/qemu/qemu_hostdev.h
src/qemu/qemu_hotplug.c
src/util/hostusb.c
src/util/hostusb.h