aboutsummaryrefslogtreecommitdiff
path: root/target/microblaze
AgeCommit message (Expand)AuthorFilesLines
2020-05-14target/microblaze: monitor: Increase the number of registers reportedJoe Komlodi1-2/+14
2020-05-14target/microblaze: gdb: Fix incorrect SReg reportingJoe Komlodi1-10/+49
2020-05-14target/microblaze: gdb: Extend the number of registers presented to GDBJoe Komlodi2-4/+50
2020-05-14target/microblaze: Fix FPU2 instruction checkJoe Komlodi1-1/+1
2020-05-14target/microblaze: Add MFS Rd,EDR translationTong Ho1-0/+1
2020-04-30target/microblaze: Add the pvr-user2 propertyEdgar E. Iglesias2-0/+3
2020-04-30target/microblaze: Add the pvr-user1 propertyEdgar E. Iglesias2-1/+4
2020-04-30target/microblaze: Add the unaligned-exceptions propertyEdgar E. Iglesias3-2/+7
2020-04-30target/microblaze: Add the div-zero-exception propertyEdgar E. Iglesias3-2/+8
2020-04-30target/microblaze: Add the ill-opcode-exception propertyEdgar E. Iglesias3-1/+6
2020-04-30target/microblaze: Add the opcode-0x0-illegal CPU propertyEdgar E. Iglesias3-2/+7
2020-04-29various: Remove suspicious '\' character outside of #define in C codePhilippe Mathieu-Daudé1-7/+7
2020-03-19Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell2-5/+5
2020-03-17cpu: Use DeviceClass reset instead of a special CPUClass resetPeter Maydell2-5/+5
2020-03-17gdbstub: extend GByteArray to read register helpersAlex Bennée2-2/+2
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2020-01-24cpu: Use cpu_class_set_parent_reset()Greg Kurz1-2/+1
2020-01-15tcg: Search includes from the project root source directoryPhilippe Mathieu-Daudé1-1/+1
2020-01-15target/microblaze: Remove MMU_MODE{0,1,2}_SUFFIXRichard Henderson1-3/+0
2019-12-18qemu_log_lock/unlock now preserves the qemu_logfile handle.Robert Foley1-2/+2
2019-11-12target/microblaze: Plug temp leak around eval_cond_jmp()Edgar E. Iglesias1-1/+4
2019-11-12target/microblaze: Plug temp leaks with delay slot setupEdgar E. Iglesias1-12/+14
2019-11-12target/microblaze: Plug temp leaks for loads/storesEdgar E. Iglesias1-26/+20
2019-09-03tcg: TCGMemOp is now accelerator independent MemOpTony Nguyen1-2/+2
2019-08-22Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-08-21' in...Peter Maydell1-1/+1
2019-08-21hw/core: Move cpu.c, cpu.h from qom/ to hw/core/Markus Armbruster1-1/+1
2019-08-20icount: remove unnecessary gen_io_end callsPavel Dovgalyuk1-2/+0
2019-08-19targets (various): use softfloat-helpers.h where we canAlex Bennée1-1/+1
2019-06-12Supply missing header guardsMarkus Armbruster2-0/+9
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster2-2/+0
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-1/+1
2019-06-10cpu: Remove CPU_COMMONRichard Henderson1-2/+0
2019-06-10cpu: Introduce CPUNegativeOffsetStateRichard Henderson1-2/+3
2019-06-10cpu: Introduce cpu_set_cpustate_pointersRichard Henderson1-2/+1
2019-06-10cpu: Move ENV_OFFSET to exec/gen-icount.hRichard Henderson1-1/+0
2019-06-10target/microblaze: Use env_cpu, env_archcpuRichard Henderson4-25/+19
2019-06-10cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson1-2/+0
2019-06-10cpu: Define ArchCPURichard Henderson1-0/+1
2019-06-10cpu: Define CPUArchState with typedefRichard Henderson1-3/+2
2019-06-10tcg: Split out target/arch/cpu-param.hRichard Henderson2-12/+20
2019-05-10tcg: Use CPUClass::tlb_fill in cputlb.cRichard Henderson1-6/+0
2019-05-10target/microblaze: Convert to CPUClass::tlb_fillRichard Henderson4-74/+62
2019-04-24tcg: Hoist max_insns computation to tb_gen_codeRichard Henderson1-9/+1
2019-04-18qom/cpu: Simplify how CPUClass:cpu_dump_state() printsMarkus Armbruster3-22/+22
2019-01-22target/microblaze: Add props enabling exceptions on failed bus accessesEdgar E. Iglesias2-1/+13
2019-01-22target/microblaze: Switch to transaction_failed hookPeter Maydell3-14/+17
2018-06-15target-microblaze: Rework NOP/zero instruction handlingEdgar E. Iglesias1-11/+4
2018-06-15target-microblaze: mmu: Correct masking of output addressesEdgar E. Iglesias1-1/+0
2018-06-01tcg: Pass tb and index to tcg_gen_exit_tb separatelyRichard Henderson1-3/+3
2018-05-29target-microblaze: Consolidate MMU enabled checksEdgar E. Iglesias2-4/+6