]> git.proxmox.com Git - qemu.git/blobdiff - xen-stub.c
aio / timers: Rearrange timer.h & make legacy functions call non-legacy
[qemu.git] / xen-stub.c
index 1ee841137e2443c64d5c96ec89fb2819b0891559..47c8e73e0fff90b35bb54f4b21a61c3d51feed46 100644 (file)
@@ -9,7 +9,7 @@
  */
 
 #include "qemu-common.h"
-#include "hw/xen.h"
+#include "hw/xen/xen.h"
 #include "exec/memory.h"
 #include "qmp-commands.h"
 
@@ -63,3 +63,8 @@ void qmp_xen_set_global_dirty_log(bool enable, Error **errp)
 void xen_modified_memory(ram_addr_t start, ram_addr_t length)
 {
 }
+
+int xen_hvm_init(void)
+{
+    return 0;
+}