25 Jun
2017
25 Jun
'17
10:44 p.m.
On 06/21/2017 05:44 AM, Michal Privoznik wrote:
Since qemu commit 3ef6c40ad0b it can fail if trying to hotplug a disk that is not qcow2 despite us saying it is. We need to error out in that case.
Signed-off-by: Michal Privoznik <mprivozn@redhat.com> --- src/qemu/qemu_monitor_text.c | 6 ++++++ 1 file changed, 6 insertions(+)
Reviewed-by: John Ferlan <jferlan@redhat.com> John