From nobody Sat Apr 27 14:59:00 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) client-ip=209.132.183.28; envelope-from=libvir-list-bounces@redhat.com; helo=mx1.redhat.com; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mx.zohomail.com with SMTPS id 1509974802077452.0937889348321; Mon, 6 Nov 2017 05:26:42 -0800 (PST) Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 7CA8D49035; Mon, 6 Nov 2017 13:26:40 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.20]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 5E9715D6A9; Mon, 6 Nov 2017 13:26:40 +0000 (UTC) Received: from lists01.pubmisc.prod.ext.phx2.redhat.com (lists01.pubmisc.prod.ext.phx2.redhat.com [10.5.19.33]) by colo-mx.corp.redhat.com (Postfix) with ESMTP id 217861800BD4; Mon, 6 Nov 2017 13:26:40 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id vA6DQdfi003042 for ; Mon, 6 Nov 2017 08:26:39 -0500 Received: by smtp.corp.redhat.com (Postfix) id 180AE6442F; Mon, 6 Nov 2017 13:26:39 +0000 (UTC) Received: from inaba.usersys.redhat.com (unknown [10.40.205.97]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 3EE8063F82 for ; Mon, 6 Nov 2017 13:26:38 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 7CA8D49035 Authentication-Results: ext-mx09.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx09.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=libvir-list-bounces@redhat.com From: Andrea Bolognani To: libvir-list@redhat.com Date: Mon, 6 Nov 2017 14:26:28 +0100 Message-Id: <20171106132631.6639-2-abologna@redhat.com> In-Reply-To: <20171106132631.6639-1-abologna@redhat.com> References: <20171106132631.6639-1-abologna@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 X-loop: libvir-list@redhat.com Subject: [libvirt] [PATCH 1/4] tests: Add caps for QEMU 2.10.0 on aarch64 (GICv2) X-BeenThere: libvir-list@redhat.com X-Mailman-Version: 2.1.12 Precedence: junk List-Id: Development discussions about the libvirt library & tools List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Sender: libvir-list-bounces@redhat.com Errors-To: libvir-list-bounces@redhat.com X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.38]); Mon, 06 Nov 2017 13:26:41 +0000 (UTC) X-ZohoMail: RSF_0 Z_629925259 SPT_0 Content-Type: text/plain; charset="utf-8" Signed-off-by: Andrea Bolognani Reviewed-by: John Ferlan --- .../caps_2.10.0-gicv2.aarch64.replies | 16535 +++++++++++++++= ++++ .../caps_2.10.0-gicv2.aarch64.xml | 303 + tests/qemucapabilitiestest.c | 1 + 3 files changed, 16839 insertions(+) create mode 100644 tests/qemucapabilitiesdata/caps_2.10.0-gicv2.aarch64.re= plies create mode 100644 tests/qemucapabilitiesdata/caps_2.10.0-gicv2.aarch64.xml diff --git a/tests/qemucapabilitiesdata/caps_2.10.0-gicv2.aarch64.replies b= /tests/qemucapabilitiesdata/caps_2.10.0-gicv2.aarch64.replies new file mode 100644 index 000000000..410270284 --- /dev/null +++ b/tests/qemucapabilitiesdata/caps_2.10.0-gicv2.aarch64.replies @@ -0,0 +1,16535 @@ +{ + "QMP": { + "version": { + "qemu": { + "micro": 0, + "minor": 10, + "major": 2 + }, + "package": " (v2.10.0)" + }, + "capabilities": [ + ] + } +} + +{ + "return": { + }, + "id": "libvirt-1" +} + +{ + "return": { + "qemu": { + "micro": 0, + "minor": 10, + "major": 2 + }, + "package": " (v2.10.0)" + }, + "id": "libvirt-2" +} + +{ + "return": { + "arch": "aarch64" + }, + "id": "libvirt-3" +} [REDACTED] diff --git a/tests/qemucapabilitiesdata/caps_2.10.0-gicv2.aarch64.xml b/tes= ts/qemucapabilitiesdata/caps_2.10.0-gicv2.aarch64.xml new file mode 100644 index 000000000..9f9dceb68 --- /dev/null +++ b/tests/qemucapabilitiesdata/caps_2.10.0-gicv2.aarch64.xml @@ -0,0 +1,303 @@ + + 0 + 0 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2010000 + 0 + (v2.10.0) + aarch64 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tests/qemucapabilitiestest.c b/tests/qemucapabilitiestest.c index d32a5c2fa..40de8f54c 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"); --=20 2.13.6 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list From nobody Sat Apr 27 14:59:00 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) client-ip=209.132.183.28; envelope-from=libvir-list-bounces@redhat.com; helo=mx1.redhat.com; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mx.zohomail.com with SMTPS id 150997480587126.63878481820541; Mon, 6 Nov 2017 05:26:45 -0800 (PST) Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id D316082109; Mon, 6 Nov 2017 13:26:43 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by smtp.corp.redhat.com (Postfix) with ESMTPS id B1EF86443F; Mon, 6 Nov 2017 13:26:43 +0000 (UTC) Received: from lists01.pubmisc.prod.ext.phx2.redhat.com (lists01.pubmisc.prod.ext.phx2.redhat.com [10.5.19.33]) by colo-mx.corp.redhat.com (Postfix) with ESMTP id 780C43899; Mon, 6 Nov 2017 13:26:43 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id vA6DQepx003052 for ; Mon, 6 Nov 2017 08:26:40 -0500 Received: by smtp.corp.redhat.com (Postfix) id 5860963F82; Mon, 6 Nov 2017 13:26:40 +0000 (UTC) Received: from inaba.usersys.redhat.com (unknown [10.40.205.97]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 7C61D6443B for ; Mon, 6 Nov 2017 13:26:39 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com D316082109 Authentication-Results: ext-mx02.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx02.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=libvir-list-bounces@redhat.com From: Andrea Bolognani To: libvir-list@redhat.com Date: Mon, 6 Nov 2017 14:26:29 +0100 Message-Id: <20171106132631.6639-3-abologna@redhat.com> In-Reply-To: <20171106132631.6639-1-abologna@redhat.com> References: <20171106132631.6639-1-abologna@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 X-loop: libvir-list@redhat.com Subject: [libvirt] [PATCH 2/4] tests: Add caps for QEMU 2.10.0 on aarch64 (GICv3) X-BeenThere: libvir-list@redhat.com X-Mailman-Version: 2.1.12 Precedence: junk List-Id: Development discussions about the libvirt library & tools List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Sender: libvir-list-bounces@redhat.com Errors-To: libvir-list-bounces@redhat.com X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.26]); Mon, 06 Nov 2017 13:26:44 +0000 (UTC) X-ZohoMail: RSF_0 Z_629925259 SPT_0 Content-Type: text/plain; charset="utf-8" Signed-off-by: Andrea Bolognani Reviewed-by: John Ferlan --- .../caps_2.10.0-gicv3.aarch64.replies | 16535 +++++++++++++++= ++++ .../caps_2.10.0-gicv3.aarch64.xml | 303 + tests/qemucapabilitiestest.c | 1 + 3 files changed, 16839 insertions(+) create mode 100644 tests/qemucapabilitiesdata/caps_2.10.0-gicv3.aarch64.re= plies create mode 100644 tests/qemucapabilitiesdata/caps_2.10.0-gicv3.aarch64.xml diff --git a/tests/qemucapabilitiesdata/caps_2.10.0-gicv3.aarch64.replies b= /tests/qemucapabilitiesdata/caps_2.10.0-gicv3.aarch64.replies new file mode 100644 index 000000000..50d327c98 --- /dev/null +++ b/tests/qemucapabilitiesdata/caps_2.10.0-gicv3.aarch64.replies @@ -0,0 +1,16535 @@ +{ + "QMP": { + "version": { + "qemu": { + "micro": 0, + "minor": 10, + "major": 2 + }, + "package": " (v2.10.0)" + }, + "capabilities": [ + ] + } +} + +{ + "return": { + }, + "id": "libvirt-1" +} + +{ + "return": { + "qemu": { + "micro": 0, + "minor": 10, + "major": 2 + }, + "package": " (v2.10.0)" + }, + "id": "libvirt-2" +} + +{ + "return": { + "arch": "aarch64" + }, + "id": "libvirt-3" +} [REDACTED] diff --git a/tests/qemucapabilitiesdata/caps_2.10.0-gicv3.aarch64.xml b/tes= ts/qemucapabilitiesdata/caps_2.10.0-gicv3.aarch64.xml new file mode 100644 index 000000000..3c2d2eed6 --- /dev/null +++ b/tests/qemucapabilitiesdata/caps_2.10.0-gicv3.aarch64.xml @@ -0,0 +1,303 @@ + + 0 + 0 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2010000 + 0 + (v2.10.0) + aarch64 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tests/qemucapabilitiestest.c b/tests/qemucapabilitiestest.c index 40de8f54c..5d198baf4 100644 --- a/tests/qemucapabilitiestest.c +++ b/tests/qemucapabilitiestest.c @@ -174,6 +174,7 @@ mymain(void) 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("aarch64", "caps_2.10.0-gicv3"); DO_TEST("ppc64le", "caps_2.6.0"); DO_TEST("ppc64le", "caps_2.9.0"); DO_TEST("s390x", "caps_2.7.0"); --=20 2.13.6 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list From nobody Sat Apr 27 14:59:00 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) client-ip=209.132.183.28; envelope-from=libvir-list-bounces@redhat.com; helo=mx1.redhat.com; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mx.zohomail.com with SMTPS id 1509974806211269.87841604383595; Mon, 6 Nov 2017 05:26:46 -0800 (PST) Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id B185149025; Mon, 6 Nov 2017 13:26:44 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 8B9435E1B8; Mon, 6 Nov 2017 13:26:44 +0000 (UTC) Received: from lists01.pubmisc.prod.ext.phx2.redhat.com (lists01.pubmisc.prod.ext.phx2.redhat.com [10.5.19.33]) by colo-mx.corp.redhat.com (Postfix) with ESMTP id 4F97C14B1E; Mon, 6 Nov 2017 13:26:44 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id vA6DQfc4003057 for ; Mon, 6 Nov 2017 08:26:41 -0500 Received: by smtp.corp.redhat.com (Postfix) id 61A0C64436; Mon, 6 Nov 2017 13:26:41 +0000 (UTC) Received: from inaba.usersys.redhat.com (unknown [10.40.205.97]) by smtp.corp.redhat.com (Postfix) with ESMTPS id B9B466442F for ; Mon, 6 Nov 2017 13:26:40 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com B185149025 Authentication-Results: ext-mx09.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx09.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=libvir-list-bounces@redhat.com From: Andrea Bolognani To: libvir-list@redhat.com Date: Mon, 6 Nov 2017 14:26:30 +0100 Message-Id: <20171106132631.6639-4-abologna@redhat.com> In-Reply-To: <20171106132631.6639-1-abologna@redhat.com> References: <20171106132631.6639-1-abologna@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 X-loop: libvir-list@redhat.com Subject: [libvirt] [PATCH 3/4] tests: Rename ppc64le caps to ppc64 X-BeenThere: libvir-list@redhat.com X-Mailman-Version: 2.1.12 Precedence: junk List-Id: Development discussions about the libvirt library & tools List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Sender: libvir-list-bounces@redhat.com Errors-To: libvir-list-bounces@redhat.com X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.38]); Mon, 06 Nov 2017 13:26:45 +0000 (UTC) X-ZohoMail: RSF_0 Z_629925259 SPT_0 Content-Type: text/plain; charset="utf-8" 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 Reviewed-by: John Ferlan --- .../{qemu_2.6.0.ppc64le.xml =3D> qemu_2.6.0.ppc64.xml} | = 2 +- tests/domaincapstest.c | 2 = +- .../{caps_2.6.0.ppc64le.replies =3D> caps_2.6.0.ppc64.replies} | 0 .../{caps_2.6.0.ppc64le.xml =3D> caps_2.6.0.ppc64.xml} | 0 .../{caps_2.9.0.ppc64le.replies =3D> caps_2.9.0.ppc64.replies} | 0 .../{caps_2.9.0.ppc64le.xml =3D> caps_2.9.0.ppc64.xml} | 0 tests/qemucapabilitiestest.c | 4 = ++-- 7 files changed, 4 insertions(+), 4 deletions(-) rename tests/domaincapsschemadata/{qemu_2.6.0.ppc64le.xml =3D> qemu_2.6.0.= ppc64.xml} (98%) rename tests/qemucapabilitiesdata/{caps_2.6.0.ppc64le.replies =3D> caps_2.= 6.0.ppc64.replies} (100%) rename tests/qemucapabilitiesdata/{caps_2.6.0.ppc64le.xml =3D> caps_2.6.0.= ppc64.xml} (100%) rename tests/qemucapabilitiesdata/{caps_2.9.0.ppc64le.replies =3D> caps_2.= 9.0.ppc64.replies} (100%) rename tests/qemucapabilitiesdata/{caps_2.9.0.ppc64le.xml =3D> caps_2.9.0.= ppc64.xml} (100%) diff --git a/tests/domaincapsschemadata/qemu_2.6.0.ppc64le.xml b/tests/doma= incapsschemadata/qemu_2.6.0.ppc64.xml similarity index 98% rename from tests/domaincapsschemadata/qemu_2.6.0.ppc64le.xml rename to tests/domaincapsschemadata/qemu_2.6.0.ppc64.xml index 5b986e52f..98c72d36d 100644 --- a/tests/domaincapsschemadata/qemu_2.6.0.ppc64le.xml +++ b/tests/domaincapsschemadata/qemu_2.6.0.ppc64.xml @@ -2,7 +2,7 @@ /usr/bin/qemu-system-ppc64 kvm pseries-2.6 - ppc64le + ppc64 diff --git a/tests/domaincapstest.c b/tests/domaincapstest.c index b997e6542..76494a01c 100644 --- a/tests/domaincapstest.c +++ b/tests/domaincapstest.c @@ -460,7 +460,7 @@ mymain(void) =20 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); =20 DO_TEST_QEMU("2.8.0", "caps_2.8.0", "/usr/bin/qemu-system-x86_64", NULL, diff --git a/tests/qemucapabilitiesdata/caps_2.6.0.ppc64le.replies b/tests/= qemucapabilitiesdata/caps_2.6.0.ppc64.replies similarity index 100% rename from tests/qemucapabilitiesdata/caps_2.6.0.ppc64le.replies rename to tests/qemucapabilitiesdata/caps_2.6.0.ppc64.replies diff --git a/tests/qemucapabilitiesdata/caps_2.6.0.ppc64le.xml b/tests/qemu= capabilitiesdata/caps_2.6.0.ppc64.xml similarity index 100% rename from tests/qemucapabilitiesdata/caps_2.6.0.ppc64le.xml rename to tests/qemucapabilitiesdata/caps_2.6.0.ppc64.xml diff --git a/tests/qemucapabilitiesdata/caps_2.9.0.ppc64le.replies b/tests/= qemucapabilitiesdata/caps_2.9.0.ppc64.replies similarity index 100% rename from tests/qemucapabilitiesdata/caps_2.9.0.ppc64le.replies rename to tests/qemucapabilitiesdata/caps_2.9.0.ppc64.replies diff --git a/tests/qemucapabilitiesdata/caps_2.9.0.ppc64le.xml b/tests/qemu= capabilitiesdata/caps_2.9.0.ppc64.xml similarity index 100% rename from tests/qemucapabilitiesdata/caps_2.9.0.ppc64le.xml rename to tests/qemucapabilitiesdata/caps_2.9.0.ppc64.xml diff --git a/tests/qemucapabilitiestest.c b/tests/qemucapabilitiestest.c index 5d198baf4..e2f1cc4cc 100644 --- a/tests/qemucapabilitiestest.c +++ b/tests/qemucapabilitiestest.c @@ -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"); --=20 2.13.6 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list From nobody Sat Apr 27 14:59:00 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) client-ip=209.132.183.28; envelope-from=libvir-list-bounces@redhat.com; helo=mx1.redhat.com; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mx.zohomail.com with SMTPS id 1509974807849614.2266994762268; Mon, 6 Nov 2017 05:26:47 -0800 (PST) Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 7641A2ADB; Mon, 6 Nov 2017 13:26:46 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.20]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 4C6506443F; Mon, 6 Nov 2017 13:26:46 +0000 (UTC) Received: from lists01.pubmisc.prod.ext.phx2.redhat.com (lists01.pubmisc.prod.ext.phx2.redhat.com [10.5.19.33]) by colo-mx.corp.redhat.com (Postfix) with ESMTP id 12252180474C; Mon, 6 Nov 2017 13:26:46 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id vA6DQgbT003068 for ; Mon, 6 Nov 2017 08:26:42 -0500 Received: by smtp.corp.redhat.com (Postfix) id 9EF7F6443F; Mon, 6 Nov 2017 13:26:42 +0000 (UTC) Received: from inaba.usersys.redhat.com (unknown [10.40.205.97]) by smtp.corp.redhat.com (Postfix) with ESMTPS id C56DC63F82 for ; Mon, 6 Nov 2017 13:26:41 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 7641A2ADB Authentication-Results: ext-mx01.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx01.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=libvir-list-bounces@redhat.com From: Andrea Bolognani To: libvir-list@redhat.com Date: Mon, 6 Nov 2017 14:26:31 +0100 Message-Id: <20171106132631.6639-5-abologna@redhat.com> In-Reply-To: <20171106132631.6639-1-abologna@redhat.com> References: <20171106132631.6639-1-abologna@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 X-loop: libvir-list@redhat.com Subject: [libvirt] [PATCH 4/4] tests: Add caps for QEMU 2.10.0 on ppc64 X-BeenThere: libvir-list@redhat.com X-Mailman-Version: 2.1.12 Precedence: junk List-Id: Development discussions about the libvirt library & tools List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Sender: libvir-list-bounces@redhat.com Errors-To: libvir-list-bounces@redhat.com X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.25]); Mon, 06 Nov 2017 13:26:47 +0000 (UTC) X-ZohoMail: RSF_0 Z_629925259 SPT_0 Content-Type: text/plain; charset="utf-8" Signed-off-by: Andrea Bolognani Reviewed-by: John Ferlan --- .../qemucapabilitiesdata/caps_2.10.0.ppc64.replies | 20572 +++++++++++++++= ++++ tests/qemucapabilitiesdata/caps_2.10.0.ppc64.xml | 1072 + tests/qemucapabilitiestest.c | 1 + 3 files changed, 21645 insertions(+) create mode 100644 tests/qemucapabilitiesdata/caps_2.10.0.ppc64.replies create mode 100644 tests/qemucapabilitiesdata/caps_2.10.0.ppc64.xml diff --git a/tests/qemucapabilitiesdata/caps_2.10.0.ppc64.replies b/tests/q= emucapabilitiesdata/caps_2.10.0.ppc64.replies new file mode 100644 index 000000000..065e2b4dc --- /dev/null +++ b/tests/qemucapabilitiesdata/caps_2.10.0.ppc64.replies @@ -0,0 +1,20572 @@ +{ + "QMP": { + "version": { + "qemu": { + "micro": 0, + "minor": 10, + "major": 2 + }, + "package": " (v2.10.0)" + }, + "capabilities": [ + ] + } +} + +{ + "return": { + }, + "id": "libvirt-1" +} + +{ + "return": { + "qemu": { + "micro": 0, + "minor": 10, + "major": 2 + }, + "package": " (v2.10.0)" + }, + "id": "libvirt-2" +} + +{ + "return": { + "arch": "ppc64" + }, + "id": "libvirt-3" +} [REDACTED] diff --git a/tests/qemucapabilitiesdata/caps_2.10.0.ppc64.xml b/tests/qemuc= apabilitiesdata/caps_2.10.0.ppc64.xml new file mode 100644 index 000000000..0dfa20726 --- /dev/null +++ b/tests/qemucapabilitiesdata/caps_2.10.0.ppc64.xml @@ -0,0 +1,1072 @@ + + 0 + 0 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2010000 + 0 + (v2.10.0) + ppc64 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tests/qemucapabilitiestest.c b/tests/qemucapabilitiestest.c index e2f1cc4cc..dde5f767b 100644 --- a/tests/qemucapabilitiestest.c +++ b/tests/qemucapabilitiestest.c @@ -177,6 +177,7 @@ mymain(void) DO_TEST("aarch64", "caps_2.10.0-gicv3"); DO_TEST("ppc64", "caps_2.6.0"); DO_TEST("ppc64", "caps_2.9.0"); + DO_TEST("ppc64", "caps_2.10.0"); DO_TEST("s390x", "caps_2.7.0"); DO_TEST("s390x", "caps_2.8.0"); DO_TEST("s390x", "caps_2.9.0"); --=20 2.13.6 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list