[libvirt] [PATCH] tests: Update qemucaps2xml for QEMU 4.0.0 on x86_64

Ján Tomko jtomko at redhat.com
Fri Feb 1 11:14:40 UTC 2019


On Thu, Jan 31, 2019 at 02:22:48PM +0100, Andrea Bolognani wrote:
>Commit fb0d0d6c5492 added capabilities data and updated
>qemucapabilitiestest but forgot to update qemucaps2xmltest
>at the same time.
>
>Signed-off-by: Andrea Bolognani <abologna at redhat.com>
>---
>*cough* and of course the reviewer didn't notice *cough*
>

It's okay, it does not seem THAT useful:

$ sha1sum tests/qemucaps2xmloutdata/caps_* | sort
0920190f4cc69b09208d040bfea7e8c28aa5d399  tests/qemucaps2xmloutdata/caps_2.10.0.ppc64.xml
0920190f4cc69b09208d040bfea7e8c28aa5d399  tests/qemucaps2xmloutdata/caps_2.12.0.ppc64.xml
0920190f4cc69b09208d040bfea7e8c28aa5d399  tests/qemucaps2xmloutdata/caps_2.6.0.ppc64.xml
0920190f4cc69b09208d040bfea7e8c28aa5d399  tests/qemucaps2xmloutdata/caps_2.9.0.ppc64.xml
0920190f4cc69b09208d040bfea7e8c28aa5d399  tests/qemucaps2xmloutdata/caps_3.0.0.ppc64.xml
0920190f4cc69b09208d040bfea7e8c28aa5d399  tests/qemucaps2xmloutdata/caps_3.1.0.ppc64.xml
30e84ffb64dbbf5e98401cc48eb8d62718d9f909  tests/qemucaps2xmloutdata/caps_2.10.0.aarch64.xml
30e84ffb64dbbf5e98401cc48eb8d62718d9f909  tests/qemucaps2xmloutdata/caps_2.12.0.aarch64.xml
30e84ffb64dbbf5e98401cc48eb8d62718d9f909  tests/qemucaps2xmloutdata/caps_2.6.0.aarch64.xml
7215a9dc383575f64f379125d41ade537ff56ddc  tests/qemucaps2xmloutdata/caps_1.5.3.x86_64.xml
7215a9dc383575f64f379125d41ade537ff56ddc  tests/qemucaps2xmloutdata/caps_1.6.0.x86_64.xml
7215a9dc383575f64f379125d41ade537ff56ddc  tests/qemucaps2xmloutdata/caps_1.7.0.x86_64.xml
7215a9dc383575f64f379125d41ade537ff56ddc  tests/qemucaps2xmloutdata/caps_2.10.0.x86_64.xml
7215a9dc383575f64f379125d41ade537ff56ddc  tests/qemucaps2xmloutdata/caps_2.11.0.x86_64.xml
7215a9dc383575f64f379125d41ade537ff56ddc  tests/qemucaps2xmloutdata/caps_2.1.1.x86_64.xml
7215a9dc383575f64f379125d41ade537ff56ddc  tests/qemucaps2xmloutdata/caps_2.12.0.x86_64.xml
7215a9dc383575f64f379125d41ade537ff56ddc  tests/qemucaps2xmloutdata/caps_2.4.0.x86_64.xml
7215a9dc383575f64f379125d41ade537ff56ddc  tests/qemucaps2xmloutdata/caps_2.5.0.x86_64.xml
7215a9dc383575f64f379125d41ade537ff56ddc  tests/qemucaps2xmloutdata/caps_2.6.0.x86_64.xml
7215a9dc383575f64f379125d41ade537ff56ddc  tests/qemucaps2xmloutdata/caps_2.7.0.x86_64.xml
7215a9dc383575f64f379125d41ade537ff56ddc  tests/qemucaps2xmloutdata/caps_2.8.0.x86_64.xml
7215a9dc383575f64f379125d41ade537ff56ddc  tests/qemucaps2xmloutdata/caps_2.9.0.x86_64.xml
7215a9dc383575f64f379125d41ade537ff56ddc  tests/qemucaps2xmloutdata/caps_3.0.0.x86_64.xml
7215a9dc383575f64f379125d41ade537ff56ddc  tests/qemucaps2xmloutdata/caps_3.1.0.x86_64.xml
7215a9dc383575f64f379125d41ade537ff56ddc  tests/qemucaps2xmloutdata/caps_4.0.0.x86_64.xml
748474f70fe5743630548e2317aa57ba61e3436c  tests/qemucaps2xmloutdata/caps_3.0.0.riscv64.xml
87e692398a85c24540ae3d4d42ba3f55bb7b6769  tests/qemucaps2xmloutdata/caps_2.10.0.s390x.xml
87e692398a85c24540ae3d4d42ba3f55bb7b6769  tests/qemucaps2xmloutdata/caps_2.11.0.s390x.xml
87e692398a85c24540ae3d4d42ba3f55bb7b6769  tests/qemucaps2xmloutdata/caps_2.12.0.s390x.xml
87e692398a85c24540ae3d4d42ba3f55bb7b6769  tests/qemucaps2xmloutdata/caps_2.7.0.s390x.xml
87e692398a85c24540ae3d4d42ba3f55bb7b6769  tests/qemucaps2xmloutdata/caps_2.8.0.s390x.xml
87e692398a85c24540ae3d4d42ba3f55bb7b6769  tests/qemucaps2xmloutdata/caps_2.9.0.s390x.xml
87e692398a85c24540ae3d4d42ba3f55bb7b6769  tests/qemucaps2xmloutdata/caps_3.0.0.s390x.xml
9d061fd737dca36839ee39fdabe23b7e223b5afd  tests/qemucaps2xmloutdata/caps_3.0.0.riscv32.xml


> .../qemucaps2xmloutdata/caps_4.0.0.x86_64.xml | 28 +++++++++++++++++++
> tests/qemucaps2xmltest.c                      |  1 +
> 2 files changed, 29 insertions(+)
> create mode 100644 tests/qemucaps2xmloutdata/caps_4.0.0.x86_64.xml
>

Reviewed-by: Ján Tomko <jtomko at redhat.com>

Jano
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20190201/761cc29a/attachment-0001.sig>


More information about the libvir-list mailing list