Doing the PR on request from Edgar.
r~ The following changes since commit 9d5589bb3feed442ae7ee24d2d882aa0312349a6: Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.2-pull-request' into staging (2020-09-07 15:31:04 +0100) are available in the Git repository at: https://github.com/rth7680/qemu.git tags/pull-mb-20200907 for you to fetch changes up to 971338d7906b89359c75bd657e4275fdb12cf38d: configure: Do not set TARGET_ABI32 for microblaze (2020-09-07 10:42:04 -0700) ---------------------------------------------------------------- Fix icount regresion. Use lookup_and_goto_tb. Cleanup and fill in VMStateDescription. ---------------------------------------------------------------- Richard Henderson (19): target/microblaze: Collected fixes for env->iflags target/microblaze: Renumber D_FLAG target/microblaze: Cleanup mb_cpu_do_interrupt target/microblaze: Rename mmu structs target/microblaze: Rename DISAS_UPDATE to DISAS_EXIT target/microblaze: Introduce DISAS_EXIT_NEXT, DISAS_EXIT_JUMP target/microblaze: Replace cpustate_changed with DISAS_EXIT_NEXT target/microblaze: Handle DISAS_EXIT_NEXT in delay slot target/microblaze: Force rtid, rted, rtbd to exit target/microblaze: Use tcg_gen_lookup_and_goto_ptr target/microblaze: Diagnose invalid insns in delay slots target/microblaze: Split out MicroBlazeCPUConfig target/microblaze: Reorg MicroBlazeCPUConfig to minimize holes target/microblaze: Move pvr regs to MicroBlazeCPUConfig target/microblaze: Treat pvr_regs as constant target/microblaze: Move mmu parameters to MicroBlazeCPUConfig target/microblaze: Fill in VMStateDescription for cpu target/microblaze: Put MicroBlazeCPUConfig into DisasContext configure: Do not set TARGET_ABI32 for microblaze configure | 1 - target/microblaze/cpu.h | 81 +++++++------ target/microblaze/mmu.h | 20 +--- hw/microblaze/petalogix_ml605_mmu.c | 6 +- target/microblaze/cpu.c | 120 ++++++++++---------- target/microblaze/gdbstub.c | 6 +- target/microblaze/helper.c | 220 ++++++++++++++++-------------------- target/microblaze/machine.c | 106 +++++++++++++++++ target/microblaze/mmu.c | 39 ++++--- target/microblaze/op_helper.c | 2 +- target/microblaze/translate.c | 198 +++++++++++++++++++++----------- target/microblaze/meson.build | 5 +- 12 files changed, 482 insertions(+), 322 deletions(-) create mode 100644 target/microblaze/machine.c