On Thu, Aug 09, 2018 at 02:48:54PM +0200, Peter Krempa wrote:
The field was added in qemu v0.13.0-rc0-731-g1ca4d09ae0 so all
supported
qemu versions now use it.
There's a LOT of test fallout as we did not use capabilities close
enough to upstream for many of our tests.
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
---
src/qemu/qemu_capabilities.c | 4 +-
src/qemu/qemu_capabilities.h | 2 +-
src/qemu/qemu_command.c | 96 +++++-----------------
tests/qemucapabilitiesdata/caps_1.5.3.x86_64.xml | 1 -
[...]
tests/qemuxml2argvdata/watchdog-injectnmi.args | 4 +-
tests/qemuxml2argvdata/watchdog.args | 4 +-
tests/qemuxml2argvdata/x86-kvm-32-on-64.args | 3 +-
tests/qemuxml2argvtest.c | 39 +++------
tests/qemuxml2xmltest.c | 5 +-
597 files changed, 691 insertions(+), 1076 deletions(-)
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano