diff options
| author | Anthony Liguori <aliguori@us.ibm.com> | 2012-10-04 19:56:26 -0500 |
|---|---|---|
| committer | Anthony Liguori <aliguori@us.ibm.com> | 2012-10-04 19:56:26 -0500 |
| commit | a14c74928ba1fdaada515717f4d3c3fa3275d6f7 (patch) | |
| tree | 7062cfac7b7ce5c87d9a48090756f3f4ca85709a /hw/xen.h | |
| parent | 05d4f2f2ca6053bfea2e97cf324901ca18e49c76 (diff) | |
| parent | 8aba7dc02d5660df7e7d8651304b3079908358be (diff) | |
| download | focaccia-qemu-a14c74928ba1fdaada515717f4d3c3fa3275d6f7.tar.gz focaccia-qemu-a14c74928ba1fdaada515717f4d3c3fa3275d6f7.zip | |
Merge remote-tracking branch 'sstabellini/xen-2012-10-03' into staging
* sstabellini/xen-2012-10-03: xen: Set the vram dirty when an error occur. exec, memory: Call to xen_modified_memory. exec: Introduce helper to set dirty flags. xen: Introduce xen_modified_memory. QMP, Introduce xen-set-global-dirty-log command. qemu/xen: Add 64 bits big bar support on qemu xen: Fix, no unplug of pt device by platform device.
Diffstat (limited to 'hw/xen.h')
| -rw-r--r-- | hw/xen.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/xen.h b/hw/xen.h index e5926b7b8a..d14e92d5aa 100644 --- a/hw/xen.h +++ b/hw/xen.h @@ -48,6 +48,7 @@ void xenstore_store_pv_console_info(int i, struct CharDriverState *chr); struct MemoryRegion; void xen_ram_alloc(ram_addr_t ram_addr, ram_addr_t size, struct MemoryRegion *mr); +void xen_modified_memory(ram_addr_t start, ram_addr_t length); #endif struct MemoryRegion; |