]> git.proxmox.com Git - mirror_qemu.git/commit
accel/tcg: Move qemu_ram_addr_from_host_nofail to physmem.c
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 10 Aug 2022 19:04:15 +0000 (12:04 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 6 Sep 2022 07:04:26 +0000 (08:04 +0100)
commit97e03465f7dac073434373428388eb6e0998ecea
tree994547d6104588f26024ca6479d77eaf5647adad
parent0c90ba16e3b51381dc82b0f54532c6609261aea0
accel/tcg: Move qemu_ram_addr_from_host_nofail to physmem.c

The base qemu_ram_addr_from_host function is already in
softmmu/physmem.c; move the nofail version to be adjacent.

Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Acked-by: Ilya Leoshkevich <iii@linux.ibm.com>
Tested-by: Ilya Leoshkevich <iii@linux.ibm.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/tcg/cputlb.c
include/exec/cpu-common.h
softmmu/physmem.c