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

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


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

diff --git a/vgasrc/vgabios.c b/vgasrc/vgabios.c
index 3e26e32..0855338 100644
--- a/vgasrc/vgabios.c
+++ b/vgasrc/vgabios.c
@@ -1282,6 +1282,8 @@ void VISIBLE16
 vga_post(struct bregs *regs)
 {
     debug_serial_preinit();
+    qemu_kvm_preinit();
+    __xen_preinit();
     dprintf(1, "Start SeaVGABIOS (version %s)\n", VERSION);
     debug_enter(regs, DEBUG_VGA_POST);
 
-- 
1.7.1





More information about the SeaBIOS mailing list