qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 20/21] Move qemu cfg init before smp init.


From: Gleb Natapov
Subject: [Qemu-devel] [PATCH 20/21] Move qemu cfg init before smp init.
Date: Thu, 8 Oct 2009 17:59:25 +0200

We will need to read qemu config during smp init.

Signed-off-by: Gleb Natapov <address@hidden>
---
 src/post.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/post.c b/src/post.c
index e6f9c39..674f402 100644
--- a/src/post.c
+++ b/src/post.c
@@ -161,6 +161,8 @@ post()
     init_ivt();
     init_bda();
 
+    qemu_cfg_port_probe();
+
     pic_setup();
     timer_setup();
     mathcp_setup();
@@ -185,8 +187,6 @@ post()
     serial_setup();
     mouse_setup();
 
-    qemu_cfg_port_probe();
-
     init_bios_tables();
 
     boot_setup();
-- 
1.6.3.3





reply via email to

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