Re: [PATCH v6 11/21] accel/tcg: Move qemu_ram_addr_from_host_nofail to physmem.c

2022-08-21 Thread Alistair Francis
On Fri, Aug 19, 2022 at 1:34 PM Richard Henderson wrote: > > The base qemu_ram_addr_from_host function is already in > softmmu/physmem.c; move the nofail version to be adjacent. > > Signed-off-by: Richard Henderson Reviewed-by: Alistair Francis Alistair > --- > include/exec/cpu-common.h | 1

[PATCH v6 11/21] accel/tcg: Move qemu_ram_addr_from_host_nofail to physmem.c

2022-08-18 Thread Richard Henderson
The base qemu_ram_addr_from_host function is already in softmmu/physmem.c; move the nofail version to be adjacent. Signed-off-by: Richard Henderson --- include/exec/cpu-common.h | 1 + accel/tcg/cputlb.c| 12 softmmu/physmem.c | 12 3 files changed, 13