]> git.ipfire.org Git - thirdparty/qemu.git/blobdiff - xen-common-stub.c
cirrus: fix off-by-one in cirrus_bitblt_rop_bkwd_transp_*_16
[thirdparty/qemu.git] / xen-common-stub.c
index bd56ca2ce5ea1dd30d92ffa8cf1eccc1b8d5ef33..699c3f1c642e33b396fe14f20b7c883f635b609a 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;
-}
-