]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: support persistent hotplug of <hostdev> devices
authorLaine Stump <laine@laine.org>
Wed, 7 Mar 2012 21:05:34 +0000 (16:05 -0500)
committerLaine Stump <laine@laine.org>
Thu, 8 Mar 2012 21:58:40 +0000 (16:58 -0500)
commitedb6fc3a7f0de4a4881862287b412b66b8153768
treead4f0d47b997c263b378516749471b2cdeb9ac74
parent0208face59686fb4e8a43f6bb9b8a8770e26d0eb
qemu: support persistent hotplug of <hostdev> devices

For some reason, although live hotplug of <hostdev> devices is
supported, persistent hotplug is not. This patch adds the proper
VIR_DOMAIN_DEVICE_HOSTDEV cases to the switches in
qemuDomainAttachDeviceConfig and qemuDomainDetachDeviceConfig.
src/qemu/qemu_driver.c