From nobody Wed Oct 29 06:51:52 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; dkim=fail; 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 Return-Path: Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) by mx.zohomail.com with SMTPS id 15134151179061012.5504685527736; Sat, 16 Dec 2017 01:05:17 -0800 (PST) Received: from localhost ([::1]:49858 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eQ8P6-0005uv-3z for importer@patchew.org; Sat, 16 Dec 2017 04:05:08 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53213) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eQ8N2-0004jQ-Df for qemu-devel@nongnu.org; Sat, 16 Dec 2017 04:03:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eQ8N1-000274-R4 for qemu-devel@nongnu.org; Sat, 16 Dec 2017 04:03:00 -0500 Received: from iserv.reactos.org ([2a01:4f8:221:4c5::3]:58852) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eQ8N1-000265-JU for qemu-devel@nongnu.org; Sat, 16 Dec 2017 04:02:59 -0500 Received: from [2a01:e34:ee6b:9c80:6267:20ff:fe65:a488] (helo=localhost.localdomain) by iserv.reactos.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1eQ8Mv-0001v2-F3; Sat, 16 Dec 2017 09:02:53 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=reactos.org; s=25047; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From; bh=cusAqJiw5KZE0hF47vEmVllTX28TsbOFjX4AwWsxzJk=; b=IPO8IVNDigca/yw6rquDlComnI1x9ShifRrE9vvWbD6a2ZK581H1v0Jnoh4MhbYi33soJtE0q+Ui9b67RjVkHef3coU1Ha01j4f77hopOb26h8SPNcbqHX8C+WI0ic4//M6fJEgft6x5hgNAz0mBIaOR7SmbndLnEtLVXcwWlpQ=; From: =?UTF-8?q?Herv=C3=A9=20Poussineau?= To: Aurelien Jarno , Yongbok Kim , "Michael S . Tsirkin" , Paolo Bonzini , qemu-devel@nongnu.org Date: Sat, 16 Dec 2017 10:02:28 +0100 Message-Id: <20171216090228.28505-16-hpoussin@reactos.org> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20171216090228.28505-1-hpoussin@reactos.org> References: <20171216090228.28505-1-hpoussin@reactos.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2a01:4f8:221:4c5::3 Subject: [Qemu-devel] [PATCH 15/15] piix4: we can now instanciate a PIIX4 with -device 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: =?UTF-8?q?Herv=C3=A9=20Poussineau?= Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail-DKIM: fail (Header signature does not verify) X-ZohoMail: RDKM_2 RSF_0 Z_629925259 SPT_0 Note that the PIC master can't be connected to CPU using the command line, = but it's not necessary to have a working ISA bus (for I/O, memory and DMA). Signed-off-by: Herv=C3=A9 Poussineau --- hw/isa/piix4.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/hw/isa/piix4.c b/hw/isa/piix4.c index 2e9aca6659..f520452d9d 100644 --- a/hw/isa/piix4.c +++ b/hw/isa/piix4.c @@ -255,12 +255,6 @@ static void piix4_class_init(ObjectClass *klass, void = *data) k->class_id =3D PCI_CLASS_BRIDGE_ISA; dc->desc =3D "ISA bridge"; dc->vmsd =3D &vmstate_piix4; - /* - * Reason: part of PIIX4 southbridge, needs to be wired up, - * e.g. by mips_malta_init() - */ - dc->user_creatable =3D false; - dc->hotpluggable =3D false; } =20 static const TypeInfo piix4_info =3D { --=20 2.11.0