]> git.proxmox.com Git - qemu.git/blobdiff - xen-stub.c
cpu: Move stopped field to CPUState
[qemu.git] / xen-stub.c
index 8ff2b79ac6f9e006b929c21a7257ffc467f07a63..921439263ada7a6f20893ba145b130f344d9efc4 100644 (file)
@@ -11,6 +11,7 @@
 #include "qemu-common.h"
 #include "hw/xen.h"
 #include "memory.h"
+#include "qmp-commands.h"
 
 void xenstore_store_pv_console_info(int i, CharDriverState *chr)
 {
@@ -54,3 +55,11 @@ int xen_init(void)
 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)
+{
+}