From nobody Thu Nov 6 12:14:38 2025 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) client-ip=208.118.235.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com Return-Path: Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) by mx.zohomail.com with SMTPS id 1540946589822796.4679513140989; Tue, 30 Oct 2018 17:43:09 -0700 (PDT) Received: from localhost ([::1]:56308 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gHebE-0004B7-JB for importer@patchew.org; Tue, 30 Oct 2018 20:43:08 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42979) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gHeQJ-00027p-NG for qemu-devel@nongnu.org; Tue, 30 Oct 2018 20:31:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gHeQG-0003mc-5C for qemu-devel@nongnu.org; Tue, 30 Oct 2018 20:31:51 -0400 Received: from mx1.redhat.com ([209.132.183.28]:38376) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gHeQ5-0003Nr-Bf; Tue, 30 Oct 2018 20:31:38 -0400 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 2B2C83082E02; Wed, 31 Oct 2018 00:31:28 +0000 (UTC) Received: from localhost (ovpn-116-56.gru2.redhat.com [10.97.116.56]) by smtp.corp.redhat.com (Postfix) with ESMTP id A297B620A8; Wed, 31 Oct 2018 00:31:27 +0000 (UTC) From: Eduardo Habkost To: Peter Maydell , qemu-devel@nongnu.org Date: Tue, 30 Oct 2018 21:31:06 -0300 Message-Id: <20181031003120.26771-2-ehabkost@redhat.com> In-Reply-To: <20181031003120.26771-1-ehabkost@redhat.com> References: <20181031003120.26771-1-ehabkost@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.46]); Wed, 31 Oct 2018 00:31:28 +0000 (UTC) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.132.183.28 Subject: [Qemu-devel] [PULL 01/15] scripts/device-crash-test: Remove devices that are not user_creatable anymore X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Kevin Wolf , Thomas Huth , Fam Zheng , Eduardo Habkost , qemu-block@nongnu.org, =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= , Max Reitz , Cleber Rosa , =?UTF-8?q?Alex=20Benn=C3=A9e?= Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" From: Thomas Huth Devices that are derived from TYPE_SYS_BUS_DEVICE are not user_creatable anymore by default, and some others have been marked as non-user_creatable manually, so we can remove these devices from the "ignore"-list in the device-crash-test script. Signed-off-by: Thomas Huth Message-Id: <1538729067-7944-1-git-send-email-thuth@redhat.com> Signed-off-by: Eduardo Habkost --- scripts/device-crash-test | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/scripts/device-crash-test b/scripts/device-crash-test index 930200b034..e93a7c0c84 100755 --- a/scripts/device-crash-test +++ b/scripts/device-crash-test @@ -72,21 +72,6 @@ ERROR_WHITELIST =3D [ # devices that don't work out of the box because they require extra op= tions to "-device DEV": # DEVICE | ERROR MESSAGE {'device':'.*-(i386|x86_64)-cpu', 'expected':True}, # CPU socket-id= is not set - {'device':'ARM,bitband-memory', 'expected':True}, # source-memory= property not set - {'device':'arm.cortex-a9-global-timer', 'expected':True}, # a9_gtimer_= realize: num-cpu must be between 1 and 4 - {'device':'arm_mptimer', 'expected':True}, # num-cpu must = be between 1 and 4 - {'device':'armv7m', 'expected':True}, # memory proper= ty was not set - {'device':'aspeed.scu', 'expected':True}, # Unknown silic= on revision: 0x0 - {'device':'aspeed.sdmc', 'expected':True}, # Unknown silic= on revision: 0x0 - {'device':'bcm2835-dma', 'expected':True}, # bcm2835_dma_r= ealize: required dma-mr link not found: Property '.dma-mr' not found - {'device':'bcm2835-fb', 'expected':True}, # bcm2835_fb_re= alize: required vcram-base property not set - {'device':'bcm2835-mbox', 'expected':True}, # bcm2835_mbox_= realize: required mbox-mr link not found: Property '.mbox-mr' not found - {'device':'bcm2835-peripherals', 'expected':True}, # bcm2835_perip= herals_realize: required ram link not found: Property '.ram' not found - {'device':'bcm2835-property', 'expected':True}, # bcm2835_prope= rty_realize: required fb link not found: Property '.fb' not found - {'device':'bcm2835_gpio', 'expected':True}, # bcm2835_gpio_= realize: required sdhci link not found: Property '.sdbus-sdhci' not found - {'device':'bcm2836', 'expected':True}, # bcm2836_reali= ze: required ram link not found: Property '.ram' not found - {'device':'cfi.pflash01', 'expected':True}, # attribute "se= ctor-length" not specified or zero. - {'device':'cfi.pflash02', 'expected':True}, # attribute "se= ctor-length" not specified or zero. {'device':'icp', 'expected':True}, # icp_realize: = required link 'xics' not found: Property '.xics' not found {'device':'ics', 'expected':True}, # ics_base_real= ize: required link 'xics' not found: Property '.xics' not found # "-device ide-cd" does work on more recent QEMU versions, so it doesn= 't have expected=3DTrue @@ -108,7 +93,6 @@ ERROR_WHITELIST =3D [ {'device':'pc-dimm', 'expected':True}, # 'memdev' prop= erty is not set {'device':'pci-bridge', 'expected':True}, # Bridge chassi= s not specified. Each bridge is required to be assigned a unique chassis id= > 0. {'device':'pci-bridge-seat', 'expected':True}, # Bridge chassi= s not specified. Each bridge is required to be assigned a unique chassis id= > 0. - {'device':'pxa2xx-dma', 'expected':True}, # channels valu= e invalid {'device':'pxb', 'expected':True}, # Bridge chassi= s not specified. Each bridge is required to be assigned a unique chassis id= > 0. {'device':'scsi-block', 'expected':True}, # drive propert= y not set {'device':'scsi-disk', 'expected':True}, # drive propert= y not set @@ -145,7 +129,6 @@ ERROR_WHITELIST =3D [ {'device':'virtio-input-host-pci', 'expected':True}, # evdev propert= y is required {'device':'xen-pvdevice', 'expected':True}, # Device ID inv= alid, it must always be supplied {'device':'vhost-vsock-ccw', 'expected':True}, # guest-cid pro= perty must be greater than 2 - {'device':'ALTR.timer', 'expected':True}, # "clock-freque= ncy" property must be provided {'device':'zpci', 'expected':True}, # target must b= e defined {'device':'pnv-(occ|icp|lpc)', 'expected':True}, # required link= 'xics' not found: Property '.xics' not found {'device':'powernv-cpu-.*', 'expected':True}, # pnv_core_real= ize: required link 'xics' not found: Property '.xics' not found --=20 2.18.0.rc1.1.g3f1ff2140