From nobody Thu May 15 09:17:46 2025 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