Following the convention each machine_options function should call the next machine options first.
Signed-off-by: Marcel Apfelbaum <mar...@redhat.com> --- This is of course not needed if Eduardo's "q35: Remove old machine versions" gets accepted. hw/i386/pc_q35.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/i386/pc_q35.c b/hw/i386/pc_q35.c index 9a12068..c92c4a1 100644 --- a/hw/i386/pc_q35.c +++ b/hw/i386/pc_q35.c @@ -455,7 +455,7 @@ DEFINE_Q35_MACHINE(v1_7, "pc-q35-1.7", pc_compat_1_7, static void pc_q35_1_6_machine_options(MachineClass *m) { - pc_q35_machine_options(m); + pc_q35_1_7_machine_options(m); m->hw_version = "1.6.0"; SET_MACHINE_COMPAT(m, PC_COMPAT_1_6); } -- 2.4.3