summaryrefslogtreecommitdiffstats
path: root/include/hw
diff options
context:
space:
mode:
authorPaul Durrant2017-03-07 11:55:31 +0100
committerStefano Stabellini2017-03-22 19:47:39 +0100
commit5100afb5f59906f63490c050d2eee578b9ba2b3d (patch)
treef3be9960a8954ab3fb7d2703d58eba1c412351ef /include/hw
parentxen: make use of xen_xc implicit in xen_common.h inlines (diff)
downloadqemu-5100afb5f59906f63490c050d2eee578b9ba2b3d.tar.gz
qemu-5100afb5f59906f63490c050d2eee578b9ba2b3d.tar.xz
qemu-5100afb5f59906f63490c050d2eee578b9ba2b3d.zip
xen: rename xen_modified_memory() to xen_hvm_modified_memory()
This patch is a purely cosmetic change that avoids a name collision in a subsequent patch. Signed-off-by: Paul Durrant <paul.durrant@citrix.com> Reviewed-by: Anthony Perard <anthony.perard@citrix.com> Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
Diffstat (limited to 'include/hw')
-rw-r--r--include/hw/xen/xen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hw/xen/xen.h b/include/hw/xen/xen.h
index 09c2ce5170..2b1733b747 100644
--- a/include/hw/xen/xen.h
+++ b/include/hw/xen/xen.h
@@ -43,7 +43,7 @@ void xen_hvm_init(PCMachineState *pcms, MemoryRegion **ram_memory);
void xen_ram_alloc(ram_addr_t ram_addr, ram_addr_t size,
struct MemoryRegion *mr, Error **errp);
-void xen_modified_memory(ram_addr_t start, ram_addr_t length);
+void xen_hvm_modified_memory(ram_addr_t start, ram_addr_t length);
void xen_register_framebuffer(struct MemoryRegion *mr);