
5 Aug
2016
5 Aug
'16
9:55 a.m.
On Fri, Aug 05, 2016 at 08:38:10 +0200, Jiri Denemark wrote:
Doing a load, copy, format cycle on all QEMU capabilities XML files should make sure we don't forget to update virQEMUCapsNewCopy when adding new elements to QEMU capabilities.
Signed-off-by: Jiri Denemark <jdenemar@redhat.com> --- src/qemu/qemu_capabilities.c | 8 ++++++-- src/qemu/qemu_capabilities.h | 1 - src/qemu/qemu_capspriv.h | 2 ++ tests/qemucapabilitiestest.c | 47 ++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 55 insertions(+), 3 deletions(-)
ACK