]> Git Repo - qemu.git/blobdiff - hw/pci-host/prep.c
Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into staging
[qemu.git] / hw / pci-host / prep.c
index 260a119a9e79bf529aee6ff65c19cf5f81f138f5..900a6edfcf351fc69dd0c3cd9ff63b3fee97c392 100644 (file)
@@ -364,7 +364,7 @@ static void raven_class_init(ObjectClass *klass, void *data)
      * Reason: 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 raven_info = {
This page took 0.020356 seconds and 4 git commands to generate.