qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 15/15] piix4: we can now instanciate a PIIX4 with -d


From: Hervé Poussineau
Subject: [Qemu-devel] [PATCH 15/15] piix4: we can now instanciate a PIIX4 with -device
Date: Sat, 16 Dec 2017 10:02:28 +0100

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é Poussineau <address@hidden>
---
 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 = PCI_CLASS_BRIDGE_ISA;
     dc->desc = "ISA bridge";
     dc->vmsd = &vmstate_piix4;
-    /*
-     * Reason: part of PIIX4 southbridge, needs to be wired up,
-     * e.g. by mips_malta_init()
-     */
-    dc->user_creatable = false;
-    dc->hotpluggable = false;
 }
 
 static const TypeInfo piix4_info = {
-- 
2.11.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]