xen: actually setup hypercalls.
[seabios.git] / src / post.c
index 6f7aa14651b299c13de5c29f248d1f0ee599789e..e195e891fcab8bf1fd0c24f4bec1467d4a6e3469 100644 (file)
@@ -229,6 +229,9 @@ maininit(void)
     pci_setup();
     smm_init();
 
+    // Setup Xen hypercalls
+    xen_init_hypercalls();
+
     // Initialize internal tables
     boot_setup();