Re: [PATCH v2 1/3] tcg: Return success from tcg_region_alloc__locked
Philippe Mathieu-Daudé <[email protected]>
| Newsgroups | gmane.comp.emulators.qemu |
|---|---|
| Message-ID | <[email protected]> |
On 13/8/26 02:50, Richard Henderson wrote: > Invert the sense of the boolean result from 'error' to 'success'. > > Signed-off-by: Richard Henderson <[email protected]> > --- > tcg/region.c | 16 ++++++++-------- > 1 file changed, 8 insertions(+), 8 deletions(-) Reviewed-by: Philippe Mathieu-Daudé <[email protected]>