qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel]  [PATCH] hw/q35: fix pc-q35-1.6 machine options
@ 2015-12-17 17:34 Marcel Apfelbaum
  2015-12-18 18:25 ` Eduardo Habkost
  0 siblings, 1 reply; 2+ messages in thread
From: Marcel Apfelbaum @ 2015-12-17 17:34 UTC (permalink / raw)
  To: qemu-devel; +Cc: marcel, pbonzini, ehabkost, mst

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

Signed-off-by: Marcel Apfelbaum <marcel@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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-12-18 18:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-17 17:34 [Qemu-devel] [PATCH] hw/q35: fix pc-q35-1.6 machine options Marcel Apfelbaum
2015-12-18 18:25 ` Eduardo Habkost

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).