]> git.proxmox.com Git - mirror_qemu.git/commit
target/ppc: pass const string to kvmppc_is_mem_backend_page_size_ok()
authorGreg Kurz <groug@kaod.org>
Tue, 6 Jun 2017 16:12:24 +0000 (18:12 +0200)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Thu, 24 Aug 2017 21:39:25 +0000 (16:39 -0500)
commit917a5b9f2ff2d9005c4229ac87dff8e54660154a
treeb7feae612a53528dad350cc99a5056fbbe41cc69
parent2401d8a490e728f2a63ac7a0c875f969cd298c46
target/ppc: pass const string to kvmppc_is_mem_backend_page_size_ok()

This function has three implementations. Two are stubs that do nothing
and the third one only passes the obj_path argument to:

Object *object_resolve_path(const char *path, bool *ambiguous);

Signed-off-by: Greg Kurz <groug@kaod.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
(cherry picked from commit ec69355beffe138c0f97306e65410e5dbc605554)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
target/ppc/kvm.c
target/ppc/kvm_ppc.h