
On Mon, Aug 29, 2016 at 19:31:22 -0400, John Ferlan wrote:
On 08/12/2016 09:33 AM, Jiri Denemark wrote:
Signed-off-by: Jiri Denemark <jdenemar@redhat.com> --- src/qemu/qemu_capabilities.c | 25 +++++++++++++++---------- src/qemu/qemu_capabilities.h | 6 ++++-- src/qemu/qemu_capspriv.h | 3 ++- src/qemu/qemu_domain.c | 13 ++++++++----- src/qemu/qemu_driver.c | 9 ++++++--- src/qemu/qemu_process.c | 14 +++++++++++--- tests/qemucapsprobe.c | 2 +- 7 files changed, 47 insertions(+), 25 deletions(-)
OK I lied slightly... 21 ACK ...
build breaks here - probably because of new function qemuDomainDefValidate... luckily caps is passed as ATTRIBUTE_UNUSED, so it seems to be easily handled...
Right, it was an easy fix. Jirka