From nobody Sun May 19 21:29:24 2024 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 1538729489752324.9600928958906; Fri, 5 Oct 2018 01:51:29 -0700 (PDT) Received: from localhost ([::1]:33880 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g8LpY-0001ye-It for importer@patchew.org; Fri, 05 Oct 2018 04:51:28 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38118) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g8Lnj-0000VC-Rx for qemu-devel@nongnu.org; Fri, 05 Oct 2018 04:49:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g8Lit-0003TN-2j for qemu-devel@nongnu.org; Fri, 05 Oct 2018 04:44:38 -0400 Received: from mx1.redhat.com ([209.132.183.28]:52614) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1g8Lis-0003RZ-PH for qemu-devel@nongnu.org; Fri, 05 Oct 2018 04:44:34 -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 6D71F86674 for ; Fri, 5 Oct 2018 08:44:33 +0000 (UTC) Received: from thuth.com (dhcp-200-199.str.redhat.com [10.33.200.199]) by smtp.corp.redhat.com (Postfix) with ESMTP id AFD2669FB6; Fri, 5 Oct 2018 08:44:32 +0000 (UTC) From: Thomas Huth To: Eduardo Habkost Date: Fri, 5 Oct 2018 10:44:27 +0200 Message-Id: <1538729067-7944-1-git-send-email-thuth@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.26]); Fri, 05 Oct 2018 08:44:33 +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] [PATCH] 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: qemu-devel@nongnu.org Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail: RDMRC_1 RSF_0 Z_629925259 SPT_0 Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" 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 --- scripts/device-crash-test | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/scripts/device-crash-test b/scripts/device-crash-test index 6ed1f32..4ded1f3 100755 --- a/scripts/device-crash-test +++ b/scripts/device-crash-test @@ -73,21 +73,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 @@ -109,7 +94,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 @@ -146,7 +130,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 1.8.3.1