aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc/pnv_homer.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/ppc/pnv_homer.c')
-rw-r--r--hw/ppc/pnv_homer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/ppc/pnv_homer.c b/hw/ppc/pnv_homer.c
index 93ae42f7e4..9a262629b7 100644
--- a/hw/ppc/pnv_homer.c
+++ b/hw/ppc/pnv_homer.c
@@ -360,6 +360,7 @@ static void pnv_homer_class_init(ObjectClass *klass, void *data)
dc->realize = pnv_homer_realize;
dc->desc = "PowerNV HOMER Memory";
device_class_set_props(dc, pnv_homer_properties);
+ dc->user_creatable = false;
}
static const TypeInfo pnv_homer_type_info = {