]> git.proxmox.com Git - mirror_qemu.git/commit
target/microblaze: Split out FSR from env->sregs
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 20 Aug 2020 04:54:38 +0000 (21:54 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 1 Sep 2020 14:41:38 +0000 (07:41 -0700)
commit5a8e01366c5dfe93f608e7d37f385962495d5161
treeca9cded97f936ff994bec3ee8bd21f86675805b6
parent78e9caf2f9410c8b90bb6d5a6449c750056c3f8a
target/microblaze: Split out FSR from env->sregs

Continue eliminating the sregs array in favor of individual members.
Does not correct the width of FSR, yet.

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>
linux-user/microblaze/cpu_loop.c
target/microblaze/cpu.h
target/microblaze/gdbstub.c
target/microblaze/op_helper.c
target/microblaze/translate.c