]> xenbits.xensource.com Git - libvirt.git/commit
qemu: hostdev: Introduce qemuHostdevUpdateActiveDomainDevices()
authorAndrea Bolognani <abologna@redhat.com>
Mon, 26 Oct 2015 11:09:33 +0000 (12:09 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Mon, 26 Oct 2015 12:50:35 +0000 (13:50 +0100)
commit66f319aec0687c5fa182542ec2bbe498b30bf69e
treef82da57ea42e1e0e214672e010dc611630d57b8a
parent8da5cbfc787fe83aac77a7fb05af2f048d01b7c0
qemu: hostdev: Introduce qemuHostdevUpdateActiveDomainDevices()

This calls the PCI-, USB- and SCSI-specific functions just
like qemuHostdev{Prepare,ReAttach}DomainDevices() already do,
and was the missing piece for the qemuHostdev API to nicely
mirror the virHostdev API.

Update qemuProcessReconnect() to use the new function.
src/qemu/qemu_hostdev.c
src/qemu/qemu_hostdev.h
src/qemu/qemu_process.c