Re: [Qemu-devel] [PATCH] MIPS/GDB: Correct stub handling of CP1 FIR
On 2012-06-07 18:08, Maciej W. Rozycki wrote: > The CP1 FIR register is read-only, ignore any write attempts from the GDB > stub. > > Signed-off-by: Maciej W. Rozycki Reviewed-by: Richard Henderson r~
[Qemu-devel] [PATCH] MIPS/GDB: Correct stub handling of CP1 FIR
The CP1 FIR register is read-only, ignore any write attempts from the GDB stub. Signed-off-by: Maciej W. Rozycki --- Definitely obvious, please apply. Maciej qemu-mips-fir.diff Index: qemu-git-trunk/gdbstub.c === --- qemu-gi