[SeaBIOS] [BROKEN RFC 4/5] Legacy16InitializeYourself(): detect hypervisors for the qemu debug port's sake

Laszlo Ersek lersek at redhat.com
Wed Feb 13 04:52:13 CET 2013


Signed-off-by: Laszlo Ersek <lersek at redhat.com>
---
 src/csm.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/csm.c b/src/csm.c
index 554b304..aac9e78 100644
--- a/src/csm.c
+++ b/src/csm.c
@@ -68,6 +68,9 @@ csm_maininit(struct bregs *regs)
 static void
 handle_csm_0000(struct bregs *regs)
 {
+    qemu_kvm_preinit();
+    __xen_preinit();
+
     dprintf(3, "Legacy16InitializeYourself table %04x:%04x\n", regs->es,
             regs->bx);
 
-- 
1.7.1





More information about the SeaBIOS mailing list