]> xenbits.xensource.com Git - libvirt.git/commit
qemu: Add QEMU 2.10 x86_64 the generated capabilities
authorJohn Ferlan <jferlan@redhat.com>
Tue, 29 Aug 2017 22:34:57 +0000 (18:34 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Thu, 14 Sep 2017 12:39:25 +0000 (08:39 -0400)
commit3358bfb286716c3993568e88d1b03cf3fb9133a5
tree5196bda9861293fcdb54b911b33ac2cbe91ae08a
parent1666d10793b42f102a1cf8f5e601ff3f612e3ffc
qemu: Add QEMU 2.10 x86_64 the generated capabilities

For reference, these were generated by updating a local qemu git
repository to the latest upstream, making sure the latest dependencies
were met via "dnf builddep qemu" from my sufficiently privileged root
account, checking out the v2.10.0 tag, and building in order to generate
an "x86_64-softmmu/qemu-system-x86_64" image.

Then using a clean libvirt tree updated to master and built, the image
was then provided as input:

    tests/qemucapsprobe /path/to/x86_64-softmmu/qemu-system-x86_64 > \
       tests/qemucapabilitiesdata/caps_2.10.0.x86_64.replies

With the .replies file in place and the DO_TEST line added and build,
then running the following commands:

    touch tests/qemucapabilitiesdata/caps_2.10.0.x86_64.xml
    VIR_TEST_REGENERATE_OUTPUT=1 ./tests/qemucapabilitiestest

to generate tests/qemucapabilitiesdata/caps_2.10.0.x86_64.xml and both
were added to the commit.

Signed-off-by: John Ferlan <jferlan@redhat.com>
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
tests/qemucapabilitiesdata/caps_2.10.0.x86_64.replies [new file with mode: 0644]
tests/qemucapabilitiesdata/caps_2.10.0.x86_64.xml [new file with mode: 0644]
tests/qemucapabilitiestest.c