Re: [Qemu-devel] [PATCH 05/11] target/hppa: remove PSW I/R/Q bit check

2019-03-11 Thread Richard Henderson
On 3/11/19 12:15 PM, Sven Schnelle wrote: > HP ODE use rfi to set the Q bit, and i don't see anything in the > documentation that this is forbidden. So remove it. > > Signed-off-by: Sven Schnelle > --- > target/hppa/op_helper.c | 5 - > 1 file changed, 5 deletions(-) Reviewed-by: Richard He

[Qemu-devel] [PATCH 05/11] target/hppa: remove PSW I/R/Q bit check

2019-03-11 Thread Sven Schnelle
HP ODE use rfi to set the Q bit, and i don't see anything in the documentation that this is forbidden. So remove it. Signed-off-by: Sven Schnelle --- target/hppa/op_helper.c | 5 - 1 file changed, 5 deletions(-) diff --git a/target/hppa/op_helper.c b/target/hppa/op_helper.c index a05681d480