Re: [libvirt] [PATCH] qemu: fix argument of virDomainNetGetActualDirectMode

2017-04-25 Thread Michal Privoznik
On 04/25/2017 08:16 AM, ZhiPeng Lu wrote: it should be a comparison of modes between new and old devices. So the argument of the second virDomainNetGetActualDirectMode should be newdev. Signed-off-by: ZhiPeng Lu --- src/qemu/qemu_hotplug.c | 2 +- 1 file changed, 1

[libvirt] [PATCH] qemu: fix argument of virDomainNetGetActualDirectMode

2017-04-25 Thread ZhiPeng Lu
it should be a comparison of modes between new and old devices. So the argument of the second virDomainNetGetActualDirectMode should be newdev. Signed-off-by: ZhiPeng Lu --- src/qemu/qemu_hotplug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git