[libvirt] [PATCH 5/9] tests: qemu capabilites: qemu 2.7 and 2.8 on s390x

Jiri Denemark jdenemar at redhat.com
Fri Jan 6 11:51:22 UTC 2017


On Sun, Dec 18, 2016 at 14:22:25 -0500, Jason J. Herne wrote:
> From: "Collin L. Walling" <walling at linux.vnet.ibm.com>
> 
> Tests Qemu capabilities on s390x before and after the availability of
> the query-cpu-model-expansion QMP command.
> 
> Signed-off-by: Collin L. Walling <walling at linux.vnet.ibm.com>
> Signed-off-by: Jason J. Herne <jjherne at linux.vnet.ibm.com>
> ---
>  tests/qemucapabilitiestest.c | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/tests/qemucapabilitiestest.c b/tests/qemucapabilitiestest.c
> index 51d0cc4..f9c3456 100644
> --- a/tests/qemucapabilitiestest.c
> +++ b/tests/qemucapabilitiestest.c
> @@ -172,6 +172,8 @@ mymain(void)
>      DO_TEST("aarch64", "caps_2.6.0-gicv2");
>      DO_TEST("aarch64", "caps_2.6.0-gicv3");
>      DO_TEST("ppc64le", "caps_2.6.0");
> +    DO_TEST("s390x", "caps_2.7.0");
> +    DO_TEST("s390x", "caps_2.8.0");

This should be squashed in 3/9.

Jirka




More information about the libvir-list mailing list