]> Git Repo - qemu.git/blobdiff - xen-stub.c
scsi: Fix scsi_bus_legacy_add_drive() scsi-generic with serial
[qemu.git] / xen-stub.c
index 5e66ba8f048718a45672084127c362de10b8f175..ad189a6df8c276c2ff77aee0d3581b2a0ea24d58 100644 (file)
@@ -9,8 +9,8 @@
  */
 
 #include "qemu-common.h"
-#include "hw/xen.h"
-#include "memory.h"
+#include "hw/xen/xen.h"
+#include "exec/memory.h"
 #include "qmp-commands.h"
 
 void xenstore_store_pv_console_info(int i, CharDriverState *chr)
@@ -59,3 +59,12 @@ void xen_register_framebuffer(MemoryRegion *mr)
 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(MemoryRegion **ram_memory)
+{
+    return 0;
+}
This page took 0.02273 seconds and 4 git commands to generate.