On Thu, Jun 09, 2016 at 17:02:43 +0200, Michal Privoznik wrote:
This is fairly simple. We lookup the device in the array of
devices and remove it. No magic.
Signed-off-by: Michal Privoznik <mprivozn(a)redhat.com>
---
src/qemu/qemu_driver.c | 13 ++++++++++++-
1 file changed, 12 insertions(+), 1 deletion(-)
diff --git a/src/qemu/qemu_driver.c b/src/qemu/qemu_driver.c
index 0baf2c8..406ce45 100644
--- a/src/qemu/qemu_driver.c
+++ b/src/qemu/qemu_driver.c
ACK even with necessary tweaks to accomodate prior comments.