Merge remote-tracking branch 'ehabkost/tags/x86-pull-request' into staging
[sdk/emulator/qemu.git] / xen-common-stub.c
index bd56ca2..699c3f1 100644 (file)
@@ -5,15 +5,10 @@
  * See the COPYING file in the top-level directory.
  */
 
+#include "qemu/osdep.h"
 #include "qemu-common.h"
 #include "hw/xen/xen.h"
 
 void xenstore_store_pv_console_info(int i, CharDriverState *chr)
 {
 }
-
-int xen_init(MachineClass *mc)
-{
-    return -ENOSYS;
-}
-