Move qemu config code from smbios.c to its own files. Add support for
[seabios.git] / src / post.c
index f72e134aec4b275f4dbac9961de82dcfd7b15955..e5764c7d8472cf942109695d10e6522870d575f7 100644 (file)
@@ -20,6 +20,7 @@
 #include "mptable.h" // mptable_init
 #include "boot.h" // IPL
 #include "usb.h" // usb_setup
+#include "paravirt.h"
 
 void
 __set_irq(int vector, void *loc)
@@ -184,6 +185,8 @@ post()
     serial_setup();
     mouse_setup();
 
+    qemu_cfg_port_probe();
+
     init_bios_tables();
 
     boot_setup();