diff options
Diffstat (limited to 'hw/core/machine.c')
-rw-r--r-- | hw/core/machine.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/core/machine.c b/hw/core/machine.c index d6204967c3..f00f6381d2 100644 --- a/hw/core/machine.c +++ b/hw/core/machine.c @@ -35,6 +35,9 @@ GlobalProperty hw_compat_3_1[] = { }; const size_t hw_compat_3_1_len = G_N_ELEMENTS(hw_compat_3_1); +GlobalProperty hw_compat_3_0[] = {}; +const size_t hw_compat_3_0_len = G_N_ELEMENTS(hw_compat_3_0); + static char *machine_get_accel(Object *obj, Error **errp) { MachineState *ms = MACHINE(obj); |