Re: [Qemu-devel] [PATCH] target-mips: Allow DSP access to be disabled once enabled.

2013-01-08 Thread Aurelien Jarno
On Mon, Jan 07, 2013 at 10:26:44PM -0800, Eric Johnson wrote: > Clear the DSP hflags at the start of compute_hflags. Otherwise access > is not properly disabled once enabled. > > Signed-off-by: Eric Johnson > --- > target-mips/cpu.h |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-)

[Qemu-devel] [PATCH] target-mips: Allow DSP access to be disabled once enabled.

2013-01-07 Thread Eric Johnson
Clear the DSP hflags at the start of compute_hflags. Otherwise access is not properly disabled once enabled. Signed-off-by: Eric Johnson --- target-mips/cpu.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/target-mips/cpu.h b/target-mips/cpu.h index 31602ac..5963d62 1