From nobody Mon Feb 9 13:57:31 2026 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=1564063604; cv=none; d=zoho.com; s=zohoarc; b=RLflOFPfo9vLMRU4ozI1TYpNs7WEhno4qYZtSJ3me0ZFrjreoJZa9QyQmFvsjQjjjDNmIdT8YnDziv8CMQhcdI/nopMPnCu0uDe89sa031b26KVdPDCM53HY2YNeaAfKToyyAdx0aEhbDxXD8GKCR6Pz2x4mTHOdedYRHx3FqXI= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1564063604; 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=4MLgCJHPy9ToCW/hZXZzJ/MfHUXx36PQqMdyzqpDcUo=; b=PO9IahhZnKAnSVJ8UjRsNjROv3EIs+cN2wHDlAAL6Ms9Kf08FIDdogeT0ZvYzuhxvIzjSAAr0fCEAScI50VnI+yQE9vgUB62hl3QrtO2xAhAebAad0PJsQZ/LnWF8Ac8AqrchNsKmHSDdOM+J29PrM285nxYuj0ErE0YIn4s4Rk= 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 1564063604200544.3220916357579; Thu, 25 Jul 2019 07:06:44 -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 C7E9330917A6; Thu, 25 Jul 2019 14:06:42 +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 2CA315DE8E; Thu, 25 Jul 2019 14:06:42 +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 DBD15180020C; Thu, 25 Jul 2019 14:06:41 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id x6PE6VA2007043 for ; Thu, 25 Jul 2019 10:06:31 -0400 Received: by smtp.corp.redhat.com (Postfix) id 29B826092D; Thu, 25 Jul 2019 14:06:31 +0000 (UTC) Received: from kinshicho.brq.redhat.com (unknown [10.43.2.73]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 80A5560606 for ; Thu, 25 Jul 2019 14:06:30 +0000 (UTC) From: Andrea Bolognani To: libvir-list@redhat.com Date: Thu, 25 Jul 2019 16:06:15 +0200 Message-Id: <20190725140625.2397-2-abologna@redhat.com> In-Reply-To: <20190725140625.2397-1-abologna@redhat.com> References: <20190725140625.2397-1-abologna@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 X-loop: libvir-list@redhat.com Subject: [libvirt] [PATCH RFC 01/11] tests: Update replies for QEMU 2.12.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, 25 Jul 2019 14:06:43 +0000 (UTC) Content-Type: text/plain; charset="utf-8" We have some early replies that don't quite match with how QEMU 2.12.0 as released behaves. Signed-off-by: Andrea Bolognani --- .../caps_2.12.0.aarch64.replies | 165 ++++++++++++------ .../caps_2.12.0.aarch64.xml | 4 +- 2 files changed, 109 insertions(+), 60 deletions(-) diff --git a/tests/qemucapabilitiesdata/caps_2.12.0.aarch64.replies b/tests= /qemucapabilitiesdata/caps_2.12.0.aarch64.replies index 7a3d0fe0e4..c4d9c42d72 100644 --- a/tests/qemucapabilitiesdata/caps_2.12.0.aarch64.replies +++ b/tests/qemucapabilitiesdata/caps_2.12.0.aarch64.replies @@ -17,11 +17,11 @@ { "return": { "qemu": { - "micro": 90, - "minor": 11, + "micro": 0, + "minor": 12, "major": 2 }, - "package": "v2.12.0-rc0" + "package": "v2.12.0" }, "id": "libvirt-2" } @@ -4268,29 +4268,24 @@ { "return": [ { - "name": "serial", - "type": "str" + "name": "min_io_size", + "type": "uint16" }, { - "name": "port_index", - "type": "uint16" + "name": "secs", + "type": "uint32" }, { - "name": "dpofua", + "name": "removable", "description": "on/off", "type": "bool" }, { - "name": "bootindex", - "type": "int32" - }, - { - "name": "logical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" + "name": "channel", + "type": "uint32" }, { - "name": "discard_granularity", + "name": "heads", "type": "uint32" }, { @@ -4298,72 +4293,80 @@ "type": "uint32" }, { - "name": "max_unmap_size", - "type": "uint64" + "name": "dpofua", + "description": "on/off", + "type": "bool" }, { - "name": "drive", - "description": "Node name or ID of a block device to use as a backen= d", + "name": "ver", "type": "str" }, { - "name": "port_wwn", - "type": "uint64" - }, - { - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" + "name": "scsi-id", + "type": "uint32" }, { - "name": "share-rw", - "type": "bool" + "name": "cyls", + "type": "uint32" }, { - "name": "opt_io_size", - "type": "uint32" + "name": "logical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" }, { - "name": "min_io_size", + "name": "rotation_rate", "type": "uint16" }, { - "name": "product", + "name": "drive", + "description": "Node name or ID of a block device to use as a backen= d", "type": "str" }, { - "name": "scsi-id", - "type": "uint32" + "name": "scsi_version", + "type": "int32" }, { - "name": "channel", + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/aut= o", + "type": "BlockdevOnError" + }, + { + "name": "discard_granularity", "type": "uint32" }, { - "name": "vendor", - "type": "str" + "name": "port_wwn", + "type": "uint64" }, { - "name": "wwn", + "name": "max_unmap_size", "type": "uint64" }, { - "name": "werror", + "name": "rerror", "description": "Error handling policy, report/ignore/enospc/stop/aut= o", "type": "BlockdevOnError" }, { - "name": "removable", - "description": "on/off", + "name": "max_io_size", + "type": "uint64" + }, + { + "name": "wwn", + "type": "uint64" + }, + { + "name": "share-rw", "type": "bool" }, { - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/aut= o", - "type": "BlockdevOnError" + "name": "product", + "type": "str" }, { - "name": "ver", + "name": "vendor", "type": "str" }, { @@ -4372,8 +4375,25 @@ "type": "uint16" }, { - "name": "max_io_size", - "type": "uint64" + "name": "port_index", + "type": "uint16" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "serial", + "type": "str" + }, + { + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "opt_io_size", + "type": "uint32" } ], "id": "libvirt-14" @@ -4393,6 +4413,10 @@ "name": "serial", "type": "str" }, + { + "name": "secs", + "type": "uint32" + }, { "name": "logical_block_size", "description": "A power of two between 512 and 32768", @@ -4402,14 +4426,22 @@ "name": "discard_granularity", "type": "uint32" }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "rotation_rate", + "type": "uint16" + }, { "name": "drive", "description": "Node name or ID of a block device to use as a backen= d", "type": "str" }, { - "name": "bootindex", - "type": "int32" + "name": "heads", + "type": "uint32" }, { "name": "write-cache", @@ -4432,6 +4464,11 @@ "name": "unit", "type": "uint32" }, + { + "name": "bios-chs-trans", + "description": "Logical CHS translation algorithm, auto/none/lba/lar= ge/rechs", + "type": "BiosAtaTranslation" + }, { "name": "wwn", "type": "uint64" @@ -4458,6 +4495,10 @@ "name": "physical_block_size", "description": "A power of two between 512 and 32768", "type": "uint16" + }, + { + "name": "cyls", + "type": "uint32" } ], "id": "libvirt-15" @@ -5287,25 +5328,29 @@ "type": "HostMemPolicy" }, { - "name": "share", + "name": "dump", "type": "bool" }, { - "name": "host-nodes", - "type": "int" + "name": "share", + "type": "bool" }, { "name": "prealloc", "type": "bool" }, { - "name": "dump", - "type": "bool" + "name": "size", + "type": "int" }, { - "name": "size", + "name": "host-nodes", "type": "int" }, + { + "name": "id", + "type": "string" + }, { "name": "merge", "type": "bool" @@ -6682,6 +6727,10 @@ }, { "parameters": [ + { + "name": "x-oob", + "type": "boolean" + }, { "name": "pretty", "type": "boolean" @@ -14838,9 +14887,9 @@ "type": "int" }, { - "name": "static", + "name": "preallocation", "default": null, - "type": "bool" + "type": "356" } ], "meta-type": "object" diff --git a/tests/qemucapabilitiesdata/caps_2.12.0.aarch64.xml b/tests/qem= ucapabilitiesdata/caps_2.12.0.aarch64.xml index 140da91b86..614fd14fb1 100644 --- a/tests/qemucapabilitiesdata/caps_2.12.0.aarch64.xml +++ b/tests/qemucapabilitiesdata/caps_2.12.0.aarch64.xml @@ -153,10 +153,10 @@ - 2011090 + 2012000 0 61700807 - v2.12.0-rc0 + v2.12.0 aarch64 --=20 2.21.0 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list