mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-01-06 06:27:41 -07:00
target/microblaze: Treat pvr_regs as constant
Do not allow gdb to set the values, and don't bother dumping unchanging values with -d cpu. Tested-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com> Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
a4bcfc3380
commit
5ad7cc07e5
2 changed files with 0 additions and 9 deletions
|
|
@ -132,10 +132,6 @@ int mb_cpu_gdb_write_register(CPUState *cs, uint8_t *mem_buf, int n)
|
|||
case GDB_BTR:
|
||||
env->btr = tmp;
|
||||
break;
|
||||
case GDB_PVR0 ... GDB_PVR11:
|
||||
/* PVR12 is intentionally skipped */
|
||||
cpu->cfg.pvr_regs[n - GDB_PVR0] = tmp;
|
||||
break;
|
||||
case GDB_EDR:
|
||||
env->edr = tmp;
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue