]> git.proxmox.com Git - qemu.git/commit
exec: move qemu_ram_addr_from_host_nofail to cputlb.c
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 3 Jun 2013 10:44:02 +0000 (12:44 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 4 Jul 2013 15:42:45 +0000 (17:42 +0200)
commit7443b43758ba5eeca8f81ca15fe9fced8983be26
treee41bbaa5326ea41ed978582fe0eba2b55b9608c4
parent23887b79df2be53dc49166e1b677469abfb92147
exec: move qemu_ram_addr_from_host_nofail to cputlb.c

After the next patch it would not be used elsewhere anyway.  Also,
the _nofail and the standard versions of this function return different
things, which is confusing.  Removing the function from the public headers
limits the confusion.

Reviewed-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
cputlb.c
exec.c
include/exec/cpu-common.h