Re: [libvirt] [PATCH 5/9] qemu: hotplug: Add warning regarding SD hotplug

2018-07-10 Thread Ján Tomko
On Tue, Jul 10, 2018 at 10:44:45AM +0200, Peter Krempa wrote: SD card hotplug should not be implemented until they can be used via -blockdev. Signed-off-by: Peter Krempa --- src/qemu/qemu_hotplug.c | 3 +++ 1 file changed, 3 insertions(+) Reviewed-by: Ján Tomko Jano signature.asc

[libvirt] [PATCH 5/9] qemu: hotplug: Add warning regarding SD hotplug

2018-07-10 Thread Peter Krempa
SD card hotplug should not be implemented until they can be used via -blockdev. Signed-off-by: Peter Krempa --- src/qemu/qemu_hotplug.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/qemu/qemu_hotplug.c b/src/qemu/qemu_hotplug.c index 23f6d1daba..69f599f575 100644 ---