Re: [libvirt] [PATCH v3 23/24] qemu: hotplug: Allow marking unplugged devices by alias

2016-08-24 Thread Ján Tomko
On Wed, Aug 24, 2016 at 09:35:39AM -0400, Peter Krempa wrote: Add a overlay function that takes the alias directly rather than extracting it from a device info. --- src/qemu/qemu_hotplug.c | 16 +--- 1 file changed, 13 insertions(+), 3 deletions(-) ACK Jan signature.asc

[libvirt] [PATCH v3 23/24] qemu: hotplug: Allow marking unplugged devices by alias

2016-08-24 Thread Peter Krempa
Add a overlay function that takes the alias directly rather than extracting it from a device info. --- src/qemu/qemu_hotplug.c | 16 +--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/src/qemu/qemu_hotplug.c b/src/qemu/qemu_hotplug.c index 00e4a75..31ef22f 100644 ---