]> Git Repo - qemu.git/blobdiff - hw/ppc/ppc4xx_pci.c
Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-2.10-pull-request' into...
[qemu.git] / hw / ppc / ppc4xx_pci.c
index dc1968297025591e323e5869695c6f98c4d37c3c..6953f8b9ac70077a0c0e97bfc5622460a9bc2ced 100644 (file)
@@ -351,7 +351,7 @@ static void ppc4xx_host_bridge_class_init(ObjectClass *klass, void *data)
      * PCI-facing part of the host bridge, not usable without the
      * host-facing part, which can't be device_add'ed, yet.
      */
-    dc->cannot_instantiate_with_device_add_yet = true;
+    dc->user_creatable = false;
 }
 
 static const TypeInfo ppc4xx_host_bridge_info = {
This page took 0.02365 seconds and 4 git commands to generate.