diff options
Diffstat (limited to 'hw/ppc')
-rw-r--r-- | hw/ppc/spapr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/ppc/spapr.c b/hw/ppc/spapr.c index e076f60..2ca92f2 100644 --- a/hw/ppc/spapr.c +++ b/hw/ppc/spapr.c @@ -4496,7 +4496,7 @@ static const TypeInfo spapr_machine_info = { */ static void spapr_machine_4_2_class_options(MachineClass *mc) { - /* Defaults for the latest behaviour inherited from the base class */ + compat_props_add(mc->compat_props, hw_compat_4_2, hw_compat_4_2_len); } DEFINE_SPAPR_MACHINE(4_2, "4.2", true); |