summaryrefslogtreecommitdiffstats
path: root/xen-hvm.c
diff options
context:
space:
mode:
authorPaul Durrant2017-03-07 11:55:31 +0100
committerStefano Stabellini2017-03-22 19:47:39 +0100
commit5100afb5f59906f63490c050d2eee578b9ba2b3d (patch)
treef3be9960a8954ab3fb7d2703d58eba1c412351ef /xen-hvm.c
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 'xen-hvm.c')
-rw-r--r--xen-hvm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen-hvm.c b/xen-hvm.c
index dbb8c66dd3..edf4983702 100644
--- a/xen-hvm.c
+++ b/xen-hvm.c
@@ -1391,7 +1391,7 @@ void xen_shutdown_fatal_error(const char *fmt, ...)
qemu_system_shutdown_request();
}
-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)
{
if (unlikely(xen_in_migration)) {
int rc;