Searched hist:"7443 b43758ba5eeca8f81ca15fe9fced8983be26" (Results 1 – 2 of 2) sorted by relevance
/qemu/include/exec/ |
H A D | cpu-common.h | 7443b43758ba5eeca8f81ca15fe9fced8983be26 Mon Jun 03 10:44:02 UTC 2013 Paolo Bonzini <pbonzini@redhat.com> 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>
|
/qemu/accel/tcg/ |
H A D | cputlb.c | 7443b43758ba5eeca8f81ca15fe9fced8983be26 Mon Jun 03 10:44:02 UTC 2013 Paolo Bonzini <pbonzini@redhat.com> 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>
|