From nobody Sun May 5 11:12:33 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; dmarc=pass(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1570719673; cv=none; d=zoho.com; s=zohoarc; b=PdBq8vaug4GrwRfGMNoWORzf4daaheygYpnNw7MfUBPvLbjUq91qDl+43tkMrHVUzqZkhj8pn3uEYRiVm3MFDitpMOeZHhiup2LqouEvdET3YjxZqAObptOZHkPh5GeIDcsrQKSzxrs6hBuYlmBJ1TCDEkOpVqsOv/wbgrFnWLM= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1570719673; h=Content-Type:Content-Transfer-Encoding:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To; bh=XxIOMV6eSeW0g8EBWBhbTm9l+l34Kjy0UNSSwbbHzg4=; b=mE09Wrurdb50F1a+8eeE799CpVvsSDbwFBkSsyzfY+j7pAiHyxoMGMyDLgKA4GKrRiJ6txcilpEcglyZLDBGbh8vCcmQOSSfuKLRqi2CXcZtq4uMMeZ5rssx2g0U5E47kQldDr4qhYKsErYkmeJG5P2kRG87wU1xjEvXfmJecwM= ARC-Authentication-Results: i=1; mx.zoho.com; spf=pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass header.from= (p=none dis=none) header.from= Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mx.zohomail.com with SMTPS id 157071967316413.178755771873398; Thu, 10 Oct 2019 08:01:13 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id F298751F1C; Thu, 10 Oct 2019 15:01:10 +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 BBE4A196B2; Thu, 10 Oct 2019 15:01:10 +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 5980618089DC; Thu, 10 Oct 2019 15:01:10 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id x9AEv6kq027975 for ; Thu, 10 Oct 2019 10:57:06 -0400 Received: by smtp.corp.redhat.com (Postfix) id 6755B1C941; Thu, 10 Oct 2019 14:57:06 +0000 (UTC) Received: from kinshicho.brq.redhat.com (unknown [10.43.2.73]) by smtp.corp.redhat.com (Postfix) with ESMTPS id DAED4452F for ; Thu, 10 Oct 2019 14:57:05 +0000 (UTC) From: Andrea Bolognani To: libvir-list@redhat.com Date: Thu, 10 Oct 2019 16:56:30 +0200 Message-Id: <20191010145631.9387-2-abologna@redhat.com> In-Reply-To: <20191010145631.9387-1-abologna@redhat.com> References: <20191010145631.9387-1-abologna@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 X-loop: libvir-list@redhat.com Subject: [libvirt] [PATCH 1/2] tests: Add capabilitie for QEMU 4.2.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: , Content-Transfer-Encoding: quoted-printable Sender: libvir-list-bounces@redhat.com Errors-To: libvir-list-bounces@redhat.com X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.30]); Thu, 10 Oct 2019 15:01:11 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Signed-off-by: Andrea Bolognani Reviewed-by: Jiri Denemark --- .../caps_4.2.0.ppc64.replies | 24406 ++++++++++++++++ .../qemucapabilitiesdata/caps_4.2.0.ppc64.xml | 1087 + 2 files changed, 25493 insertions(+) create mode 100644 tests/qemucapabilitiesdata/caps_4.2.0.ppc64.replies create mode 100644 tests/qemucapabilitiesdata/caps_4.2.0.ppc64.xml diff --git a/tests/qemucapabilitiesdata/caps_4.2.0.ppc64.replies b/tests/qe= mucapabilitiesdata/caps_4.2.0.ppc64.replies new file mode 100644 index 0000000000..d1c998f767 --- /dev/null +++ b/tests/qemucapabilitiesdata/caps_4.2.0.ppc64.replies @@ -0,0 +1,24406 @@ +{ + "execute": "qmp_capabilities", + "id": "libvirt-1" +} + +{ + "return": { + }, + "id": "libvirt-1" +} + +{ + "execute": "query-version", + "id": "libvirt-2" +} + +{ + "return": { + "qemu": { + "micro": 50, + "minor": 1, + "major": 4 + }, + "package": "v4.1.0-1378-g98b2e3c9ab" + }, + "id": "libvirt-2" +} [...] diff --git a/tests/qemucapabilitiesdata/caps_4.2.0.ppc64.xml b/tests/qemuca= pabilitiesdata/caps_4.2.0.ppc64.xml new file mode 100644 index 0000000000..a3d7ab59f5 --- /dev/null +++ b/tests/qemucapabilitiesdata/caps_4.2.0.ppc64.xml @@ -0,0 +1,1087 @@ + + 4001050 + 0 + 42900760 + v4.1.0-1378-g98b2e3c9ab + ppc64 [...] --=20 2.21.0 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list From nobody Sun May 5 11:12:33 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; dmarc=pass(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1570719653; cv=none; d=zoho.com; s=zohoarc; b=J21fLZsTLJ5qxY3ksniQA3UY6SoD+AKn+RnouV7HAhN6nFVHJ0FFL5en1ztv50gtNdO8QypQb4E3y+6NjTjh1RxQ8Lt90tcsOmpGoI6kw5cfwkSkyBgIM+UW8YktLQxj+EBBCTU/jZsAbSYhiLIQeyvrC7Zwtf0OoHXSu1h5m90= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1570719653; h=Content-Type:Content-Transfer-Encoding:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To; bh=qJeIuj2I+Q6uycrjQT2TLjmpgPvJHU+7BsWX7a4Zw7o=; b=gDsKSvirLn2JoA+Sb/8oYhI2mFqCg+IQuoxLq7YSGk0FUz9J78CKOv+a+qVR5mw5Q8v8Es2hsZspbJ0Cuf4K3URmITP8n4rUqJ3pSKcqrZrpf4pgNjxPMTCCzfofCBqG4PFVEK/vNI86cbnwj7sRou6xlitk+bqgz2jyJ9q3cdE= ARC-Authentication-Results: i=1; mx.zoho.com; spf=pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass header.from= (p=none dis=none) header.from= Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mx.zohomail.com with SMTPS id 1570719653979984.5978222729746; Thu, 10 Oct 2019 08:00:53 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id E0007316E532; Thu, 10 Oct 2019 15:00:51 +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 A3CBC1ED; Thu, 10 Oct 2019 15:00:51 +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 997DF4EE50; Thu, 10 Oct 2019 15:00:50 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id x9AEv7PC027985 for ; Thu, 10 Oct 2019 10:57:07 -0400 Received: by smtp.corp.redhat.com (Postfix) id 3A38E196B2; Thu, 10 Oct 2019 14:57:07 +0000 (UTC) Received: from kinshicho.brq.redhat.com (unknown [10.43.2.73]) by smtp.corp.redhat.com (Postfix) with ESMTPS id B09A5194BB for ; Thu, 10 Oct 2019 14:57:06 +0000 (UTC) From: Andrea Bolognani To: libvir-list@redhat.com Date: Thu, 10 Oct 2019 16:56:31 +0200 Message-Id: <20191010145631.9387-3-abologna@redhat.com> In-Reply-To: <20191010145631.9387-1-abologna@redhat.com> References: <20191010145631.9387-1-abologna@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 X-loop: libvir-list@redhat.com Subject: [libvirt] [PATCH 2/2] tests: Add capabilitie for QEMU 4.2.0 on aarch64 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: , 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.14 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.41]); Thu, 10 Oct 2019 15:00:52 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Signed-off-by: Andrea Bolognani Reviewed-by: Jiri Denemark --- .../caps_4.2.0.aarch64.replies | 20684 ++++++++++++++++ .../caps_4.2.0.aarch64.xml | 321 + 2 files changed, 21005 insertions(+) create mode 100644 tests/qemucapabilitiesdata/caps_4.2.0.aarch64.replies create mode 100644 tests/qemucapabilitiesdata/caps_4.2.0.aarch64.xml diff --git a/tests/qemucapabilitiesdata/caps_4.2.0.aarch64.replies b/tests/= qemucapabilitiesdata/caps_4.2.0.aarch64.replies new file mode 100644 index 0000000000..08987b91d3 --- /dev/null +++ b/tests/qemucapabilitiesdata/caps_4.2.0.aarch64.replies @@ -0,0 +1,20684 @@ +{ + "execute": "qmp_capabilities", + "id": "libvirt-1" +} + +{ + "return": { + }, + "id": "libvirt-1" +} + +{ + "execute": "query-version", + "id": "libvirt-2" +} + +{ + "return": { + "qemu": { + "micro": 50, + "minor": 1, + "major": 4 + }, + "package": "v4.1.0-1378-g98b2e3c9ab" + }, + "id": "libvirt-2" +} [...] diff --git a/tests/qemucapabilitiesdata/caps_4.2.0.aarch64.xml b/tests/qemu= capabilitiesdata/caps_4.2.0.aarch64.xml new file mode 100644 index 0000000000..e75b39ff16 --- /dev/null +++ b/tests/qemucapabilitiesdata/caps_4.2.0.aarch64.xml @@ -0,0 +1,321 @@ + + 4001050 + 0 + 61700760 + v4.1.0-1378-g98b2e3c9ab + aarch64 [...] --=20 2.21.0 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list