From nobody Sat Apr 27 03:46:40 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=1570436931; cv=none; d=zoho.com; s=zohoarc; b=iI2L0EfmLK+6ojEygvkEbTOCW6WK7zq2PDFx2ZOMqgqUQxLvZ/lZ/2Ffnkc4ItBTBWsm4EOVLQPE6axZQ1W+FHkEJIg08ZVn6Gk/bSBprD1Z08olnzpGfQabFfhQ8ZnWA2m7DFA0j1ur2+ymfNiNpnpXCeuo4SEYoDixaAHyJEI= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1570436931; h=Content-Type:Content-Transfer-Encoding:Cc: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=pRc8HbMHgGyIHFUpXZmBWh6H1VKLLZMUsK2CHsjmB3o=; b=Ws/7H24de/1x/NBLIYoCHByqxhhB3a5p+DqzXnj9nXKuDTgsyum23uiGWb3t/xKBuV4Llkwph+vn2enEa7hISYqekdDc5iM8NLx9Cy8UNqsPQvBRPqb3A5l6QzVlveEFEqwVpwqDWK94cvEbroDNHCtFM7+ro6khjYuWoy5FwBs= 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 1570436931809906.9978304382105; Mon, 7 Oct 2019 01:28:51 -0700 (PDT) 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 D0B578A1C90; Mon, 7 Oct 2019 08:28:49 +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 784935C223; Mon, 7 Oct 2019 08:28:49 +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 1182A1803B37; Mon, 7 Oct 2019 08:28:49 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id x978Slx7029900 for ; Mon, 7 Oct 2019 04:28:47 -0400 Received: by smtp.corp.redhat.com (Postfix) id A26CF5D70D; Mon, 7 Oct 2019 08:28:47 +0000 (UTC) Received: from angien.brq.redhat.com (unknown [10.43.2.229]) by smtp.corp.redhat.com (Postfix) with ESMTP id 02AD25EE1D; Mon, 7 Oct 2019 08:28:46 +0000 (UTC) From: Peter Krempa To: libvir-list@redhat.com Date: Mon, 7 Oct 2019 10:28:37 +0200 Message-Id: <74d7540abc632cf9fb424337b032f5e615920714.1570436844.git.pkrempa@redhat.com> In-Reply-To: References: MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-loop: libvir-list@redhat.com Cc: Peter Krempa Subject: [libvirt] [PATCH 1/5] tests: qemuxml2argv: Remove unused data for 'serial-pty' 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.16 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.6.2 (mx1.redhat.com [10.5.110.69]); Mon, 07 Oct 2019 08:28:50 +0000 (UTC) Content-Type: text/plain; charset="utf-8" The last use was removed in 7b604379ba747cd8 when we deleted the old commandline parser. The same functionality is tested by 'serial-pty-chardev'. Signed-off-by: Peter Krempa Reviewed-by: Michal Privoznik --- tests/qemuxml2argvdata/serial-pty.args | 24 ----------------- tests/qemuxml2argvdata/serial-pty.xml | 36 -------------------------- 2 files changed, 60 deletions(-) delete mode 100644 tests/qemuxml2argvdata/serial-pty.args delete mode 100644 tests/qemuxml2argvdata/serial-pty.xml diff --git a/tests/qemuxml2argvdata/serial-pty.args b/tests/qemuxml2argvdat= a/serial-pty.args deleted file mode 100644 index be3ed2e30a..0000000000 --- a/tests/qemuxml2argvdata/serial-pty.args +++ /dev/null @@ -1,24 +0,0 @@ -LC_ALL=3DC \ -PATH=3D/bin \ -HOME=3D/home/test \ -USER=3Dtest \ -LOGNAME=3Dtest \ -QEMU_AUDIO_DRV=3Dnone \ -/usr/bin/qemu-system-i686 \ --name QEMUGuest1 \ --S \ --M pc \ --m 214 \ --smp 1,sockets=3D1,cores=3D1,threads=3D1 \ --uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \ --nographic \ --nodefaults \ --chardev socket,id=3Dcharmonitor,path=3D/tmp/lib/domain--1-QEMUGuest1/moni= tor.sock,\ -server,nowait \ --mon chardev=3Dcharmonitor,id=3Dmonitor,mode=3Dreadline \ --no-acpi \ --boot c \ --usb \ --drive file=3D/dev/HostVG/QEMUGuest1,format=3Draw,if=3Dnone,id=3Ddrive-ide= 0-0-0 \ --device ide-drive,bus=3Dide.0,unit=3D0,drive=3Ddrive-ide0-0-0,id=3Dide0-0-= 0 \ --serial pty diff --git a/tests/qemuxml2argvdata/serial-pty.xml b/tests/qemuxml2argvdata= /serial-pty.xml deleted file mode 100644 index 4b441da13e..0000000000 --- a/tests/qemuxml2argvdata/serial-pty.xml +++ /dev/null @@ -1,36 +0,0 @@ - - QEMUGuest1 - c7a5fdbd-edaf-9455-926a-d65c16db1809 - 219136 - 219136 - 1 - - hvm - - - - destroy - restart - destroy - - /usr/bin/qemu-system-i686 - - - - -
- - - - - - - - - - - - - - - --=20 2.21.0 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list From nobody Sat Apr 27 03:46:40 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=1570436932; cv=none; d=zoho.com; s=zohoarc; b=NocnfhOc58pkHf9ELqQPXkWfqviCtkMRYx7i5DnlsgoGGv5Mh8h7CqILyR4rlZp2KZeZ7p874Ntt0mP1ano2ZRg8yyqMVObxf2AjQcyUrUeUXrNxdXo5zBDGOhMSsFkAf4dzTaPZne6ba9IstwSStXicF69aEQnC0U8T9cFMkrc= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1570436932; h=Content-Type:Content-Transfer-Encoding:Cc: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=FfzhLXSGyccvzMjp1TwzVYOhEpfYlryQRtT4yUjQeWM=; b=cWwGqtNo3NlVAwBZ9HESvh5aNXi1hC2irmZti1dPu+FX08vlhkVQVRA1hoFAhoChtnXKMUuOZG56utS6sZtZRtBJ0mC9sOZs6N0xvlWYWCh5cnmgi4ONDh8sk9zMpINxlxPsM4R7N9DK8nW2ECb2h/9Uxu27xgHBPJ+ttV7dN0Q= 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 1570436932421104.54945404338764; Mon, 7 Oct 2019 01:28:52 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 627C58A1C99; Mon, 7 Oct 2019 08:28:50 +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 329E560606; Mon, 7 Oct 2019 08:28:50 +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 DDA35180B536; Mon, 7 Oct 2019 08:28:49 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id x978SmmZ029913 for ; Mon, 7 Oct 2019 04:28:48 -0400 Received: by smtp.corp.redhat.com (Postfix) id 9A1E25D772; Mon, 7 Oct 2019 08:28:48 +0000 (UTC) Received: from angien.brq.redhat.com (unknown [10.43.2.229]) by smtp.corp.redhat.com (Postfix) with ESMTP id F01D75D6D0; Mon, 7 Oct 2019 08:28:47 +0000 (UTC) From: Peter Krempa To: libvir-list@redhat.com Date: Mon, 7 Oct 2019 10:28:38 +0200 Message-Id: <6ca44ce15ee99fec8c467ec2c304e6216371002a.1570436844.git.pkrempa@redhat.com> In-Reply-To: References: MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-loop: libvir-list@redhat.com Cc: Peter Krempa Subject: [libvirt] [PATCH 2/5] tests: qemuxml2argv: Remove unused data for 'pseries-disk' 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.13 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.6.2 (mx1.redhat.com [10.5.110.69]); Mon, 07 Oct 2019 08:28:51 +0000 (UTC) Content-Type: text/plain; charset="utf-8" The last use was removed in 7b604379ba747cd8 when we deleted the old commandline parser. The same functionality is tested by many tests for pseries guests. Signed-off-by: Peter Krempa Reviewed-by: Michal Privoznik --- tests/qemuxml2argvdata/pseries-disk.args | 18 ---------- tests/qemuxml2argvdata/pseries-disk.xml | 42 ------------------------ 2 files changed, 60 deletions(-) delete mode 100644 tests/qemuxml2argvdata/pseries-disk.args delete mode 100644 tests/qemuxml2argvdata/pseries-disk.xml diff --git a/tests/qemuxml2argvdata/pseries-disk.args b/tests/qemuxml2argvd= ata/pseries-disk.args deleted file mode 100644 index 2dd5f1c09f..0000000000 --- a/tests/qemuxml2argvdata/pseries-disk.args +++ /dev/null @@ -1,18 +0,0 @@ -LC_ALL=3DC \ -PATH=3D/bin \ -HOME=3D/home/test \ -USER=3Dtest \ -LOGNAME=3Dtest \ -QEMU_AUDIO_DRV=3Dnone \ -/usr/bin/qemu-system-ppc64 \ --name QEMUGuest1 \ --S \ --M pseries \ --m 512 \ --smp 1 \ --no-acpi \ --boot c \ --usb \ --boot c \ --hda /dev/HostVG/QEMUGuest1 \ --cdrom /root/boot.iso diff --git a/tests/qemuxml2argvdata/pseries-disk.xml b/tests/qemuxml2argvda= ta/pseries-disk.xml deleted file mode 100644 index 39f4a1f726..0000000000 --- a/tests/qemuxml2argvdata/pseries-disk.xml +++ /dev/null @@ -1,42 +0,0 @@ - - QEMUGuest1 - 87eedafe-eedc-4336-8130-ed9fe5dc90c8 - 524288 - 524288 - 1 - - hvm - - - - destroy - restart - destroy - - /usr/bin/qemu-system-ppc64 - - - - -
- - - - - - -
- - - - - - - - - - - - --=20 2.21.0 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list From nobody Sat Apr 27 03:46:40 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=1570436941; cv=none; d=zoho.com; s=zohoarc; b=WZ5R8WGCOLvo+CCbaMN70Cpe2N0K/x0kf27TFcVhFZB+BSzZcjCmSuncPzywVqI4GQmlN07KLKyx8IbcDJu82uPMKgL9mFxdCTP3+g08xv+cTiQJzH57Alv1EoLcRIU3GoDl6Gxl17+uwynszq/oSVFzzU2u9aaYDqi3ThWTPcE= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1570436941; h=Content-Type:Content-Transfer-Encoding:Cc: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=lPPh09/soKgfKDUoQxg0PD30Eo/0keJ4m8VpXDs3Elw=; b=ZwjXbrROFtvusmdwgxYAdx6wv769cfkRak2r9jexRwiCUocjDpLQRsi72qYIc5WFX7xsobXQYMv/0AkYzfANO9RFL1eFeqP3f5321x/P2ETYmscGxEFtHtyS9eH1962OvRV4hULuthHvyi6mnFXtp3CsZ9uLFuUt1AySVU2Ih4M= 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 1570436941034271.9932579601883; Mon, 7 Oct 2019 01:29:01 -0700 (PDT) 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 42C543086202; Mon, 7 Oct 2019 08:28:59 +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 178B36012C; Mon, 7 Oct 2019 08:28:59 +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 C3F8D4EE6D; Mon, 7 Oct 2019 08:28:58 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id x978Sn9h029919 for ; Mon, 7 Oct 2019 04:28:49 -0400 Received: by smtp.corp.redhat.com (Postfix) id 929EB5D772; Mon, 7 Oct 2019 08:28:49 +0000 (UTC) Received: from angien.brq.redhat.com (unknown [10.43.2.229]) by smtp.corp.redhat.com (Postfix) with ESMTP id E79265D6D0; Mon, 7 Oct 2019 08:28:48 +0000 (UTC) From: Peter Krempa To: libvir-list@redhat.com Date: Mon, 7 Oct 2019 10:28:39 +0200 Message-Id: <820b048797ed0d3ae83de9df25077612dd558d1a.1570436844.git.pkrempa@redhat.com> In-Reply-To: References: MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-loop: libvir-list@redhat.com Cc: Peter Krempa Subject: [libvirt] [PATCH 3/5] tests: qemuxml2argv: Remove unused data for s390 keywrap 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.11 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.42]); Mon, 07 Oct 2019 08:28:59 +0000 (UTC) Content-Type: text/plain; charset="utf-8" The last use was removed in 7b604379ba747cd8 when we deleted the old commandline parser. The argv generator tests are provided by: machine-aeskeywrap-on-caps machine-aeskeywrap-on-cap machine-aeskeywrap-off-caps machine-aeskeywrap-off-cap machine-deakeywrap-on-caps machine-deakeywrap-on-cap machine-deakeywrap-off-caps machine-deakeywrap-off-cap Signed-off-by: Peter Krempa Reviewed-by: Michal Privoznik --- .../machine-aeskeywrap-off-argv.args | 20 -------------- .../machine-aeskeywrap-off-argv.xml | 27 ------------------- .../machine-aeskeywrap-on-argv.args | 20 -------------- .../machine-aeskeywrap-on-argv.xml | 27 ------------------- .../machine-deakeywrap-off-argv.args | 20 -------------- .../machine-deakeywrap-off-argv.xml | 27 ------------------- .../machine-deakeywrap-on-argv.args | 20 -------------- .../machine-deakeywrap-on-argv.xml | 27 ------------------- .../machine-keywrap-none-argv.args | 20 -------------- .../machine-keywrap-none-argv.xml | 24 ----------------- 10 files changed, 232 deletions(-) delete mode 100644 tests/qemuxml2argvdata/machine-aeskeywrap-off-argv.args delete mode 100644 tests/qemuxml2argvdata/machine-aeskeywrap-off-argv.xml delete mode 100644 tests/qemuxml2argvdata/machine-aeskeywrap-on-argv.args delete mode 100644 tests/qemuxml2argvdata/machine-aeskeywrap-on-argv.xml delete mode 100644 tests/qemuxml2argvdata/machine-deakeywrap-off-argv.args delete mode 100644 tests/qemuxml2argvdata/machine-deakeywrap-off-argv.xml delete mode 100644 tests/qemuxml2argvdata/machine-deakeywrap-on-argv.args delete mode 100644 tests/qemuxml2argvdata/machine-deakeywrap-on-argv.xml delete mode 100644 tests/qemuxml2argvdata/machine-keywrap-none-argv.args delete mode 100644 tests/qemuxml2argvdata/machine-keywrap-none-argv.xml diff --git a/tests/qemuxml2argvdata/machine-aeskeywrap-off-argv.args b/test= s/qemuxml2argvdata/machine-aeskeywrap-off-argv.args deleted file mode 100644 index c1609b1724..0000000000 --- a/tests/qemuxml2argvdata/machine-aeskeywrap-off-argv.args +++ /dev/null @@ -1,20 +0,0 @@ -LC_ALL=3DC \ -PATH=3D/bin \ -HOME=3D/home/test \ -USER=3Dtest \ -LOGNAME=3Dtest \ -QEMU_AUDIO_DRV=3Dnone \ -/usr/bin/qemu-system-s390x \ --name QEMUGuest1 \ --S \ --machine s390-ccw-virtio,accel=3Dtcg,aes-key-wrap=3Doff \ --m 214 \ --smp 1 \ --uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \ --nographic \ --nodefaults \ --monitor unix:/tmp/test-monitor,server,nowait \ --no-acpi \ --boot c \ --drive file=3D/dev/HostVG/QEMUGuest1,format=3Draw,if=3Dvirtio,index=3D0,\ -id=3Ddrive-virtio-disk0 diff --git a/tests/qemuxml2argvdata/machine-aeskeywrap-off-argv.xml b/tests= /qemuxml2argvdata/machine-aeskeywrap-off-argv.xml deleted file mode 100644 index 0975d4a251..0000000000 --- a/tests/qemuxml2argvdata/machine-aeskeywrap-off-argv.xml +++ /dev/null @@ -1,27 +0,0 @@ - - QEMUGuest1 - c7a5fdbd-edaf-9455-926a-d65c16db1809 - 219100 - 219100 - 1 - - hvm - - - - destroy - restart - destroy - - /usr/bin/qemu-system-s390x - - - - - - - - - - - diff --git a/tests/qemuxml2argvdata/machine-aeskeywrap-on-argv.args b/tests= /qemuxml2argvdata/machine-aeskeywrap-on-argv.args deleted file mode 100644 index 775b48422f..0000000000 --- a/tests/qemuxml2argvdata/machine-aeskeywrap-on-argv.args +++ /dev/null @@ -1,20 +0,0 @@ -LC_ALL=3DC \ -PATH=3D/bin \ -HOME=3D/home/test \ -USER=3Dtest \ -LOGNAME=3Dtest \ -QEMU_AUDIO_DRV=3Dnone \ -/usr/bin/qemu-system-s390x \ --name QEMUGuest1 \ --S \ --machine s390-ccw-virtio,accel=3Dtcg,aes-key-wrap=3Don \ --m 214 \ --smp 1 \ --uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \ --nographic \ --nodefaults \ --monitor unix:/tmp/test-monitor,server,nowait \ --no-acpi \ --boot c \ --drive file=3D/dev/HostVG/QEMUGuest1,format=3Draw,if=3Dvirtio,index=3D0,\ -id=3Ddrive-virtio-disk0 diff --git a/tests/qemuxml2argvdata/machine-aeskeywrap-on-argv.xml b/tests/= qemuxml2argvdata/machine-aeskeywrap-on-argv.xml deleted file mode 100644 index 8aa8f8eea7..0000000000 --- a/tests/qemuxml2argvdata/machine-aeskeywrap-on-argv.xml +++ /dev/null @@ -1,27 +0,0 @@ - - QEMUGuest1 - c7a5fdbd-edaf-9455-926a-d65c16db1809 - 219100 - 219100 - 1 - - hvm - - - - destroy - restart - destroy - - /usr/bin/qemu-system-s390x - - - - - - - - - - - diff --git a/tests/qemuxml2argvdata/machine-deakeywrap-off-argv.args b/test= s/qemuxml2argvdata/machine-deakeywrap-off-argv.args deleted file mode 100644 index e35ab0f759..0000000000 --- a/tests/qemuxml2argvdata/machine-deakeywrap-off-argv.args +++ /dev/null @@ -1,20 +0,0 @@ -LC_ALL=3DC \ -PATH=3D/bin \ -HOME=3D/home/test \ -USER=3Dtest \ -LOGNAME=3Dtest \ -QEMU_AUDIO_DRV=3Dnone \ -/usr/bin/qemu-system-s390x \ --name QEMUGuest1 \ --S \ --machine s390-ccw-virtio,accel=3Dtcg,dea-key-wrap=3Doff \ --m 214 \ --smp 1 \ --uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \ --nographic \ --nodefaults \ --monitor unix:/tmp/test-monitor,server,nowait \ --no-acpi \ --boot c \ --drive file=3D/dev/HostVG/QEMUGuest1,format=3Draw,if=3Dvirtio,index=3D0,\ -id=3Ddrive-virtio-disk0 diff --git a/tests/qemuxml2argvdata/machine-deakeywrap-off-argv.xml b/tests= /qemuxml2argvdata/machine-deakeywrap-off-argv.xml deleted file mode 100644 index 90b6d9f670..0000000000 --- a/tests/qemuxml2argvdata/machine-deakeywrap-off-argv.xml +++ /dev/null @@ -1,27 +0,0 @@ - - QEMUGuest1 - c7a5fdbd-edaf-9455-926a-d65c16db1809 - 219100 - 219100 - 1 - - hvm - - - - destroy - restart - destroy - - /usr/bin/qemu-system-s390x - - - - - - - - - - - diff --git a/tests/qemuxml2argvdata/machine-deakeywrap-on-argv.args b/tests= /qemuxml2argvdata/machine-deakeywrap-on-argv.args deleted file mode 100644 index 18dd415794..0000000000 --- a/tests/qemuxml2argvdata/machine-deakeywrap-on-argv.args +++ /dev/null @@ -1,20 +0,0 @@ -LC_ALL=3DC \ -PATH=3D/bin \ -HOME=3D/home/test \ -USER=3Dtest \ -LOGNAME=3Dtest \ -QEMU_AUDIO_DRV=3Dnone \ -/usr/bin/qemu-system-s390x \ --name QEMUGuest1 \ --S \ --machine s390-ccw-virtio,accel=3Dtcg,dea-key-wrap=3Don \ --m 214 \ --smp 1 \ --uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \ --nographic \ --nodefaults \ --monitor unix:/tmp/test-monitor,server,nowait \ --no-acpi \ --boot c \ --drive file=3D/dev/HostVG/QEMUGuest1,format=3Draw,if=3Dvirtio,index=3D0,\ -id=3Ddrive-virtio-disk0 diff --git a/tests/qemuxml2argvdata/machine-deakeywrap-on-argv.xml b/tests/= qemuxml2argvdata/machine-deakeywrap-on-argv.xml deleted file mode 100644 index 76a6a51427..0000000000 --- a/tests/qemuxml2argvdata/machine-deakeywrap-on-argv.xml +++ /dev/null @@ -1,27 +0,0 @@ - - QEMUGuest1 - c7a5fdbd-edaf-9455-926a-d65c16db1809 - 219100 - 219100 - 1 - - hvm - - - - destroy - restart - destroy - - /usr/bin/qemu-system-s390x - - - - - - - - - - - diff --git a/tests/qemuxml2argvdata/machine-keywrap-none-argv.args b/tests/= qemuxml2argvdata/machine-keywrap-none-argv.args deleted file mode 100644 index 283e9b31c3..0000000000 --- a/tests/qemuxml2argvdata/machine-keywrap-none-argv.args +++ /dev/null @@ -1,20 +0,0 @@ -LC_ALL=3DC \ -PATH=3D/bin \ -HOME=3D/home/test \ -USER=3Dtest \ -LOGNAME=3Dtest \ -QEMU_AUDIO_DRV=3Dnone \ -/usr/bin/qemu-system-s390x \ --name QEMUGuest1 \ --S \ --machine s390-ccw-virtio,accel=3Dtcg \ --m 214 \ --smp 1 \ --uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \ --nographic \ --nodefaults \ --monitor unix:/tmp/test-monitor,server,nowait \ --no-acpi \ --boot c \ --drive file=3D/dev/HostVG/QEMUGuest1,format=3Draw,if=3Dvirtio,index=3D0,\ -id=3Ddrive-virtio-disk0 diff --git a/tests/qemuxml2argvdata/machine-keywrap-none-argv.xml b/tests/q= emuxml2argvdata/machine-keywrap-none-argv.xml deleted file mode 100644 index 0a963a1d65..0000000000 --- a/tests/qemuxml2argvdata/machine-keywrap-none-argv.xml +++ /dev/null @@ -1,24 +0,0 @@ - - QEMUGuest1 - c7a5fdbd-edaf-9455-926a-d65c16db1809 - 219100 - 219100 - 1 - - hvm - - - - destroy - restart - destroy - - /usr/bin/qemu-system-s390x - - - - - - - - --=20 2.21.0 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list From nobody Sat Apr 27 03:46:40 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=1570436941; cv=none; d=zoho.com; s=zohoarc; b=aASo2c11kXj+pKogaDqAL1QHvV0QdnQIa+gr26Ln8k2qMK0rp1bPeszwgsF6o9A+EANm1LzQ1+4EzXf4SCFex8GhgDoabVJeqkux7jCrUzDVSxm1PxgIuwS4AP85GOBIyyez8xyvUyoqVBgheYFuNSon4WggWt67YEraW0bK+/U= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1570436941; h=Content-Type:Content-Transfer-Encoding:Cc: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=e5i80VI2eHfoiyBuWydf2EuZ20wP9eHqluwZy8Zmywc=; b=KWUMKouaPPUCfEmQIYgG6ZQoc4sNFopdBdHja/zlq4RET6qu2GMPTSI+7AKvTtZXH6uV5ida16gLyhPco1j5kFJJKibNtsUtXYaxpzJT9a1sylqUnlPk6+g/6AdKj9s72h4VpVT/yp6LTYszYvdrgMNe+60Xo6i70Ht1D9xhvAE= 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 1570436941317646.9337831506971; Mon, 7 Oct 2019 01:29:01 -0700 (PDT) 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 43165307D928; Mon, 7 Oct 2019 08:28:59 +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 13A346012A; Mon, 7 Oct 2019 08:28:59 +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 C2F3F1803B4C; Mon, 7 Oct 2019 08:28:58 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id x978SoT2029928 for ; Mon, 7 Oct 2019 04:28:50 -0400 Received: by smtp.corp.redhat.com (Postfix) id 885D35B681; Mon, 7 Oct 2019 08:28:50 +0000 (UTC) Received: from angien.brq.redhat.com (unknown [10.43.2.229]) by smtp.corp.redhat.com (Postfix) with ESMTP id DF3475D6D0; Mon, 7 Oct 2019 08:28:49 +0000 (UTC) From: Peter Krempa To: libvir-list@redhat.com Date: Mon, 7 Oct 2019 10:28:40 +0200 Message-Id: <34404eb29d5a9223e51105337943ed10e9a36d79.1570436844.git.pkrempa@redhat.com> In-Reply-To: References: MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-loop: libvir-list@redhat.com Cc: Peter Krempa Subject: [libvirt] [PATCH 4/5] tests: qemuxml2argv: Remove unused output of 'mlock-on' legacy test 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.11 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.48]); Mon, 07 Oct 2019 08:28:59 +0000 (UTC) Content-Type: text/plain; charset="utf-8" The test data was modernized to use actual caps but commit 4dadcaa98e5 forgot to delete this test data. Signed-off-by: Peter Krempa Reviewed-by: Michal Privoznik --- tests/qemuxml2argvdata/mlock-on.args | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 tests/qemuxml2argvdata/mlock-on.args diff --git a/tests/qemuxml2argvdata/mlock-on.args b/tests/qemuxml2argvdata/= mlock-on.args deleted file mode 100644 index 0c1343ea05..0000000000 --- a/tests/qemuxml2argvdata/mlock-on.args +++ /dev/null @@ -1,27 +0,0 @@ -LC_ALL=3DC \ -PATH=3D/bin \ -HOME=3D/tmp/lib/domain--1-QEMUGuest1 \ -USER=3Dtest \ -LOGNAME=3Dtest \ -XDG_DATA_HOME=3D/tmp/lib/domain--1-QEMUGuest1/.local/share \ -XDG_CACHE_HOME=3D/tmp/lib/domain--1-QEMUGuest1/.cache \ -XDG_CONFIG_HOME=3D/tmp/lib/domain--1-QEMUGuest1/.config \ -QEMU_AUDIO_DRV=3Dnone \ -/usr/bin/qemu-system-i686 \ --name QEMUGuest1 \ --S \ --machine pc,accel=3Dtcg,usb=3Doff,dump-guest-core=3Doff \ --m 214 \ --overcommit mem-lock=3Don \ --smp 1,sockets=3D1,cores=3D1,threads=3D1 \ --uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \ --display none \ --no-user-config \ --nodefaults \ --chardev socket,id=3Dcharmonitor,path=3D/tmp/lib/domain--1-QEMUGuest1/moni= tor.sock,\ -server,nowait \ --mon chardev=3Dcharmonitor,id=3Dmonitor,mode=3Dcontrol \ --rtc base=3Dutc \ --no-shutdown \ --no-acpi \ --usb --=20 2.21.0 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list From nobody Sat Apr 27 03:46:40 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=1570436946; cv=none; d=zoho.com; s=zohoarc; b=NpueqKw4RqufWHMqG++3VsklpDAa3CsiNsn7BQRPBMgMpx7xvJgrkE0//D+1u+cNPAygraYVYnMqd3wBb1WmUdrpnj6Nm6K4LoazfPICXeb9bbq1u/zopo4hFouiGUi8b0hHEMd2rW8kpqGGxyzMWlG3IG3oMv7oivvoj/Use8w= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1570436946; h=Content-Type:Content-Transfer-Encoding:Cc: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=Z3UOSzBb2KpqbMuyuQlbKxybehtS7wBk2iAZ0WPEf30=; b=G55PwcBZXRHka20CEplfq7DQYEYw+PNEagMEKC8jM20euiY6KKQW5ralJa1aTn6ThWg85Ob8A821Bx+/ivAnTz/oFH1PnzpMIqeRWf1CQahrCp64az9xcq9Y/YYq+BwkuyX/t8M8l2cKSSJt8oBWQ9rLkXyq4L1kPSySZjRkeUY= 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 1570436946872818.3164424965178; Mon, 7 Oct 2019 01:29:06 -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 116933082132; Mon, 7 Oct 2019 08:29:05 +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 D3AFC10013A1; Mon, 7 Oct 2019 08:29:04 +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 7B97F4EE50; Mon, 7 Oct 2019 08:29:04 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id x978SpOw029939 for ; Mon, 7 Oct 2019 04:28:51 -0400 Received: by smtp.corp.redhat.com (Postfix) id 7FFCE5EE1D; Mon, 7 Oct 2019 08:28:51 +0000 (UTC) Received: from angien.brq.redhat.com (unknown [10.43.2.229]) by smtp.corp.redhat.com (Postfix) with ESMTP id D61DC5D6D0; Mon, 7 Oct 2019 08:28:50 +0000 (UTC) From: Peter Krempa To: libvir-list@redhat.com Date: Mon, 7 Oct 2019 10:28:41 +0200 Message-Id: In-Reply-To: References: MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-loop: libvir-list@redhat.com Cc: Peter Krempa Subject: [libvirt] [PATCH 5/5] tests: qemuxml2argv: Make use of versioned cpu-tsc-frequency and cpu-host-model-cmt tests 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, 07 Oct 2019 08:29:05 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Commit fb973cfbb4de added versioned test outputs for the above mentioned tests but didn't actually enable them. Fix that mistake and fix the output of the tsc-frequency test. Signed-off-by: Peter Krempa Reviewed-by: Michal Privoznik --- tests/qemuxml2argvdata/cpu-tsc-frequency.x86_64-4.0.0.args | 4 ++-- tests/qemuxml2argvtest.c | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/qemuxml2argvdata/cpu-tsc-frequency.x86_64-4.0.0.args b/t= ests/qemuxml2argvdata/cpu-tsc-frequency.x86_64-4.0.0.args index a3b6e4e57e..b0e6d05b6c 100644 --- a/tests/qemuxml2argvdata/cpu-tsc-frequency.x86_64-4.0.0.args +++ b/tests/qemuxml2argvdata/cpu-tsc-frequency.x86_64-4.0.0.args @@ -14,8 +14,8 @@ QEMU_AUDIO_DRV=3Dnone \ file=3D/tmp/lib/domain--1-QEMUGuest1/master-key.aes \ -machine pc-i440fx-4.0,accel=3Dkvm,usb=3Doff,dump-guest-core=3Doff \ -cpu Skylake-Client-IBRS,ss=3Don,vmx=3Don,hypervisor=3Don,tsc_adjust=3Don,\ -clflushopt=3Don,umip=3Don,ssbd=3Don,xsaves=3Don,pdpe1gb=3Don,skip-l1dfl-vm= entry=3Don,\ -invtsc=3Don,tsc-frequency=3D3504000000 \ +clflushopt=3Don,umip=3Don,ssbd=3Don,xsaves=3Don,pdpe1gb=3Don,invtsc=3Don,\ +tsc-frequency=3D3504000000 \ -m 214 \ -overcommit mem-lock=3Doff \ -smp 1,sockets=3D1,cores=3D1,threads=3D1 \ diff --git a/tests/qemuxml2argvtest.c b/tests/qemuxml2argvtest.c index b7cb356d13..db79301f0e 100644 --- a/tests/qemuxml2argvtest.c +++ b/tests/qemuxml2argvtest.c @@ -1767,7 +1767,9 @@ mymain(void) DO_TEST("cpu-Haswell3", QEMU_CAPS_KVM); DO_TEST("cpu-Haswell-noTSX", QEMU_CAPS_KVM); DO_TEST("cpu-host-model-cmt", NONE); + DO_TEST_CAPS_VER("cpu-host-model-cmt", "4.0.0"); DO_TEST("cpu-tsc-frequency", QEMU_CAPS_KVM); + DO_TEST_CAPS_VER("cpu-tsc-frequency", "4.0.0"); DO_TEST_CAPS_VER("cpu-translation", "4.0.0"); DO_TEST_CAPS_LATEST("cpu-translation"); qemuTestSetHostCPU(driver.caps, NULL); --=20 2.21.0 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list