Re: [libvirt] [PATCH v4 4/6] qemu: add virQEMUCapsSupportsVmport

2015-04-27 Thread Martin Kletzander
On Tue, Apr 21, 2015 at 01:57:39PM +0200, Marc-André Lureau wrote: The vmport machine argument works with pc machine kind, not with xen for example. --- src/qemu/qemu_capabilities.c | 13 + src/qemu/qemu_capabilities.h | 3 +++ src/qemu/qemu_command.c | 19 ---

[libvirt] [PATCH v4 4/6] qemu: add virQEMUCapsSupportsVmport

2015-04-21 Thread Marc-André Lureau
The vmport machine argument works with pc machine kind, not with xen for example. --- src/qemu/qemu_capabilities.c | 13 + src/qemu/qemu_capabilities.h | 3 +++ src/qemu/qemu_command.c | 19 --- src/qemu/qemu_domain.c | 19 +++