]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
tests: Rename ppc64le caps to ppc64
authorAndrea Bolognani <abologna@redhat.com>
Mon, 6 Nov 2017 11:40:24 +0000 (12:40 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Wed, 8 Nov 2017 09:47:38 +0000 (10:47 +0100)
The architecture itself is called ppc64, and it can run both in big
endian and little endian mode - the latter is known as ppc64le.

From the (virtual) hardware point of view, ppc64 is a more accurate
name so it should be used here.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: John Ferlan <jferlan@redhat.com>
tests/domaincapsschemadata/qemu_2.6.0.ppc64.xml [moved from tests/domaincapsschemadata/qemu_2.6.0.ppc64le.xml with 98% similarity]
tests/domaincapstest.c
tests/qemucapabilitiesdata/caps_2.6.0.ppc64.replies [moved from tests/qemucapabilitiesdata/caps_2.6.0.ppc64le.replies with 100% similarity]
tests/qemucapabilitiesdata/caps_2.6.0.ppc64.xml [moved from tests/qemucapabilitiesdata/caps_2.6.0.ppc64le.xml with 100% similarity]
tests/qemucapabilitiesdata/caps_2.9.0.ppc64.replies [moved from tests/qemucapabilitiesdata/caps_2.9.0.ppc64le.replies with 100% similarity]
tests/qemucapabilitiesdata/caps_2.9.0.ppc64.xml [moved from tests/qemucapabilitiesdata/caps_2.9.0.ppc64le.xml with 100% similarity]
tests/qemucapabilitiestest.c

similarity index 98%
rename from tests/domaincapsschemadata/qemu_2.6.0.ppc64le.xml
rename to tests/domaincapsschemadata/qemu_2.6.0.ppc64.xml
index 5b986e52f7fc942497e1fc28022a2f9a0c09afe1..98c72d36de042a0c08c060db91f9cdee5cb9d4dc 100644 (file)
@@ -2,7 +2,7 @@
   <path>/usr/bin/qemu-system-ppc64</path>
   <domain>kvm</domain>
   <machine>pseries-2.6</machine>
-  <arch>ppc64le</arch>
+  <arch>ppc64</arch>
   <vcpu max='255'/>
   <os supported='yes'>
     <loader supported='yes'>
index b997e6542d2e5f401f7688865dcb774b1ad49daa..76494a01ca381f0cbc4483e3224efb5235660ace 100644 (file)
@@ -460,7 +460,7 @@ mymain(void)
 
     DO_TEST_QEMU("2.6.0", "caps_2.6.0",
                  "/usr/bin/qemu-system-ppc64", NULL,
-                 "ppc64le", VIR_DOMAIN_VIRT_KVM);
+                 "ppc64", VIR_DOMAIN_VIRT_KVM);
 
     DO_TEST_QEMU("2.8.0", "caps_2.8.0",
                  "/usr/bin/qemu-system-x86_64", NULL,
index 5d198baf447cd5a5cc757ee782686751c1d22ba0..e2f1cc4cc4383b937c9e500473f1b4af05665df2 100644 (file)
@@ -175,8 +175,8 @@ mymain(void)
     DO_TEST("aarch64", "caps_2.6.0-gicv3");
     DO_TEST("aarch64", "caps_2.10.0-gicv2");
     DO_TEST("aarch64", "caps_2.10.0-gicv3");
-    DO_TEST("ppc64le", "caps_2.6.0");
-    DO_TEST("ppc64le", "caps_2.9.0");
+    DO_TEST("ppc64", "caps_2.6.0");
+    DO_TEST("ppc64", "caps_2.9.0");
     DO_TEST("s390x", "caps_2.7.0");
     DO_TEST("s390x", "caps_2.8.0");
     DO_TEST("s390x", "caps_2.9.0");