qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH] hw/q35: fix pc-q35-1.6 machine options


From: Marcel Apfelbaum
Subject: [Qemu-devel] [PATCH] hw/q35: fix pc-q35-1.6 machine options
Date: Thu, 17 Dec 2015 19:34:07 +0200

Following the convention each machine_options function should call
the next machine options first.

Signed-off-by: Marcel Apfelbaum <address@hidden>
---

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]