On Thu, Feb 07, 2019 at 01:28:14PM +0100, Peter Krempa wrote:
Avoid calling the command and fix test fallout.
Also, there's a public bug you can reference here:
https://bugzilla.redhat.com/show_bug.cgi?id=1673320
Jano
Note that for clarity and size this does not include the fix to the
numbering of commands. I've used the following command to fix them and
it makes tests pass:
for i in tests/qemucapabilitiesdata/*.replies; do ./tests/qemucapsfixreplies $i; done
---