From nobody Wed Nov 27 07:38:30 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=1556555182; cv=none; d=zoho.com; s=zohoarc; b=U5KIG5fm3moV/JR8aAeUdJFF8Z6n7iF6wuK+IUxOo6+WIG5wPcZ9kPOk6vmkEUK4au4mkm+lB5Rcgbhr5Ia1rzQtuPxGsDDc80WZT/PD1keNYYThECQzaFlwsGF4istOVSncX2dceMSuXxxW/bzgI936HGgHj4QgrvQd8Ju8RlM= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1556555182; 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:ARC-Authentication-Results; bh=3nkbSoXZ3L+t3CfxEdOWgcH2h/Fjijny/zW28dd3Tgw=; b=d22EhvMxqS+XgbRcb8qYEIgSLPOkmppSZYpivCraAMjnDIgO5mtoyCJvfnz2HgcOeKGndAn/VymmFb3yB+UTEA1PoX2F3GPI2j78n6iMRDj+nZF8bMl173cGzCtdrn70MUm0cxlDljT7KbutVwbw/VeZ/YSmyIu387dTRHLXgbg= 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 1556555182871553.5204373214062; Mon, 29 Apr 2019 09:26:22 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 1E6F03082128; Mon, 29 Apr 2019 16:26:21 +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 EDCB01001DE0; Mon, 29 Apr 2019 16:26:20 +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 A975A18089D3; Mon, 29 Apr 2019 16:26:20 +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 x3TGQIEX004485 for ; Mon, 29 Apr 2019 12:26:18 -0400 Received: by smtp.corp.redhat.com (Postfix) id 12B39600C2; Mon, 29 Apr 2019 16:26:18 +0000 (UTC) Received: from kinshicho.redhat.com (unknown [10.40.205.83]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 2824263F96 for ; Mon, 29 Apr 2019 16:26:15 +0000 (UTC) From: Andrea Bolognani To: libvir-list@redhat.com Date: Mon, 29 Apr 2019 18:25:55 +0200 Message-Id: <20190429162555.19576-6-abologna@redhat.com> In-Reply-To: <20190429162555.19576-1-abologna@redhat.com> References: <20190429162555.19576-1-abologna@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 X-loop: libvir-list@redhat.com Subject: [libvirt] [PATCH 5/5] tests: Add capabilities for QEMU 4.0.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.22 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.42]); Mon, 29 Apr 2019 16:26:21 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Signed-off-by: Andrea Bolognani --- .../caps_4.0.0.ppc64.replies | 23960 ++++++++++++++++ .../qemucapabilitiesdata/caps_4.0.0.ppc64.xml | 1077 + 2 files changed, 25037 insertions(+) create mode 100644 tests/qemucapabilitiesdata/caps_4.0.0.ppc64.replies create mode 100644 tests/qemucapabilitiesdata/caps_4.0.0.ppc64.xml diff --git a/tests/qemucapabilitiesdata/caps_4.0.0.ppc64.replies b/tests/qe= mucapabilitiesdata/caps_4.0.0.ppc64.replies new file mode 100644 index 0000000000..e1bc78bfae --- /dev/null +++ b/tests/qemucapabilitiesdata/caps_4.0.0.ppc64.replies @@ -0,0 +1,23960 @@ +{ + "execute": "qmp_capabilities", + "id": "libvirt-1" +} + +{ + "return": { + }, + "id": "libvirt-1" +} + +{ + "execute": "query-version", + "id": "libvirt-2" +} + +{ + "return": { + "qemu": { + "micro": 0, + "minor": 0, + "major": 4 + }, + "package": "v4.0.0" + }, + "id": "libvirt-2" +} [...] diff --git a/tests/qemucapabilitiesdata/caps_4.0.0.ppc64.xml b/tests/qemuca= pabilitiesdata/caps_4.0.0.ppc64.xml new file mode 100644 index 0000000000..9c4e6583ec --- /dev/null +++ b/tests/qemucapabilitiesdata/caps_4.0.0.ppc64.xml @@ -0,0 +1,1077 @@ + [...] + 4000000 + 0 + 42900758 + v4.0.0 + ppc64 [...] --=20 2.20.1 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list