Re: [Qemu-devel] [RFC v4 26/28] cputlb: tweak qemu_ram_addr_from_host_nofail reporting

2016-09-08 Thread Richard Henderson
On 08/11/2016 08:24 AM, Alex Bennée wrote: > This moves the helper function closer to where it is called and updates > the error message to report via error_report instead of the deprecated > fprintf. > > Signed-off-by: Alex Bennée > --- > cputlb.c | 24 > 1 file changed

[Qemu-devel] [RFC v4 26/28] cputlb: tweak qemu_ram_addr_from_host_nofail reporting

2016-08-11 Thread Alex Bennée
This moves the helper function closer to where it is called and updates the error message to report via error_report instead of the deprecated fprintf. Signed-off-by: Alex Bennée --- cputlb.c | 24 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/cputlb.c