diff options
author | Andrea Bolognani <abologna@redhat.com> | 2017-11-06 12:23:22 +0100 |
---|---|---|
committer | Andrea Bolognani <abologna@redhat.com> | 2017-11-08 10:47:23 +0100 |
commit | 92c3a6e0c490c02b388979e3440f7783c79a53ca (patch) | |
tree | 8c0eb5dd0dd9dde33cdd2bc511f735c64f43aaaf /tests/qemucapabilitiestest.c | |
parent | dc4db41ce2c0e5fbb8257ad0315bc28925a0558d (diff) | |
download | libvirt-92c3a6e0c490c02b388979e3440f7783c79a53ca.tar.gz |
tests: Add caps for QEMU 2.10.0 on aarch64 (GICv2)
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: John Ferlan <jferlan@redhat.com>
Diffstat (limited to 'tests/qemucapabilitiestest.c')
-rw-r--r-- | tests/qemucapabilitiestest.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/qemucapabilitiestest.c b/tests/qemucapabilitiestest.c index d32a5c2fa4..40de8f54cf 100644 --- a/tests/qemucapabilitiestest.c +++ b/tests/qemucapabilitiestest.c @@ -173,6 +173,7 @@ mymain(void) DO_TEST("x86_64", "caps_2.10.0"); DO_TEST("aarch64", "caps_2.6.0-gicv2"); DO_TEST("aarch64", "caps_2.6.0-gicv3"); + DO_TEST("aarch64", "caps_2.10.0-gicv2"); DO_TEST("ppc64le", "caps_2.6.0"); DO_TEST("ppc64le", "caps_2.9.0"); DO_TEST("s390x", "caps_2.7.0"); |