Re: [Qemu-devel] [PATCH 05/20] target/openrisc: Split out is_user

2018-05-30 Thread Stafford Horne
On Sun, May 27, 2018 at 09:13:09AM -0500, Richard Henderson wrote: > This allows us to limit the amount of ifdefs and isolate > the test for usermode. > > Signed-off-by: Richard Henderson Reviewed-by: Stafford Horne

Re: [Qemu-devel] [PATCH 05/20] target/openrisc: Split out is_user

2018-05-27 Thread Philippe Mathieu-Daudé
On 05/27/2018 11:13 AM, Richard Henderson wrote: > This allows us to limit the amount of ifdefs and isolate > the test for usermode. > > Signed-off-by: Richard Henderson Reviewed-by: Philippe Mathieu-Daudé > --- > target/openrisc/translate.c | 27 --- > 1 file changed,

[Qemu-devel] [PATCH 05/20] target/openrisc: Split out is_user

2018-05-27 Thread Richard Henderson
This allows us to limit the amount of ifdefs and isolate the test for usermode. Signed-off-by: Richard Henderson --- target/openrisc/translate.c | 27 --- 1 file changed, 12 insertions(+), 15 deletions(-) diff --git a/target/openrisc/translate.c b/target/openrisc/transla