summaryrefslogtreecommitdiffstats
path: root/target/microblaze
Commit message (Expand)AuthorAgeFilesLines
* target/microblaze: monitor: Increase the number of registers reportedJoe Komlodi2020-05-141-2/+14
* target/microblaze: gdb: Fix incorrect SReg reportingJoe Komlodi2020-05-141-10/+49
* target/microblaze: gdb: Extend the number of registers presented to GDBJoe Komlodi2020-05-142-4/+50
* target/microblaze: Fix FPU2 instruction checkJoe Komlodi2020-05-141-1/+1
* target/microblaze: Add MFS Rd,EDR translationTong Ho2020-05-141-0/+1
* target/microblaze: Add the pvr-user2 propertyEdgar E. Iglesias2020-04-302-0/+3
* target/microblaze: Add the pvr-user1 propertyEdgar E. Iglesias2020-04-302-1/+4
* target/microblaze: Add the unaligned-exceptions propertyEdgar E. Iglesias2020-04-303-2/+7
* target/microblaze: Add the div-zero-exception propertyEdgar E. Iglesias2020-04-303-2/+8
* target/microblaze: Add the ill-opcode-exception propertyEdgar E. Iglesias2020-04-303-1/+6
* target/microblaze: Add the opcode-0x0-illegal CPU propertyEdgar E. Iglesias2020-04-303-2/+7
* various: Remove suspicious '\' character outside of #define in C codePhilippe Mathieu-Daudé2020-04-291-7/+7
* Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell2020-03-192-5/+5
|\
| * cpu: Use DeviceClass reset instead of a special CPUClass resetPeter Maydell2020-03-182-5/+5
* | gdbstub: extend GByteArray to read register helpersAlex Bennée2020-03-172-2/+2
|/
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* cpu: Use cpu_class_set_parent_reset()Greg Kurz2020-01-241-2/+1Star
* tcg: Search includes from the project root source directoryPhilippe Mathieu-Daudé2020-01-161-1/+1
* target/microblaze: Remove MMU_MODE{0,1,2}_SUFFIXRichard Henderson2020-01-161-3/+0Star
* qemu_log_lock/unlock now preserves the qemu_logfile handle.Robert Foley2019-12-181-2/+2
* target/microblaze: Plug temp leak around eval_cond_jmp()Edgar E. Iglesias2019-11-121-1/+4
* target/microblaze: Plug temp leaks with delay slot setupEdgar E. Iglesias2019-11-121-12/+14
* target/microblaze: Plug temp leaks for loads/storesEdgar E. Iglesias2019-11-121-26/+20Star
* tcg: TCGMemOp is now accelerator independent MemOpTony Nguyen2019-09-031-2/+2
* Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-08-21' in...Peter Maydell2019-08-221-1/+1
|\
| * hw/core: Move cpu.c, cpu.h from qom/ to hw/core/Markus Armbruster2019-08-211-1/+1
* | icount: remove unnecessary gen_io_end callsPavel Dovgalyuk2019-08-201-2/+0Star
|/
* targets (various): use softfloat-helpers.h where we canAlex Bennée2019-08-191-1/+1
* Supply missing header guardsMarkus Armbruster2019-06-122-0/+9
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-122-2/+0Star
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-1/+1
* cpu: Remove CPU_COMMONRichard Henderson2019-06-101-2/+0Star
* cpu: Introduce CPUNegativeOffsetStateRichard Henderson2019-06-101-2/+3
* cpu: Introduce cpu_set_cpustate_pointersRichard Henderson2019-06-101-2/+1Star
* cpu: Move ENV_OFFSET to exec/gen-icount.hRichard Henderson2019-06-101-1/+0Star
* target/microblaze: Use env_cpu, env_archcpuRichard Henderson2019-06-104-25/+19Star
* cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson2019-06-101-2/+0Star
* cpu: Define ArchCPURichard Henderson2019-06-101-0/+1
* cpu: Define CPUArchState with typedefRichard Henderson2019-06-101-3/+2Star
* tcg: Split out target/arch/cpu-param.hRichard Henderson2019-06-102-12/+20
* tcg: Use CPUClass::tlb_fill in cputlb.cRichard Henderson2019-05-101-6/+0Star
* target/microblaze: Convert to CPUClass::tlb_fillRichard Henderson2019-05-104-74/+62Star
* tcg: Hoist max_insns computation to tb_gen_codeRichard Henderson2019-04-241-9/+1Star
* qom/cpu: Simplify how CPUClass:cpu_dump_state() printsMarkus Armbruster2019-04-183-22/+22
* target/microblaze: Add props enabling exceptions on failed bus accessesEdgar E. Iglesias2019-01-222-1/+13
* target/microblaze: Switch to transaction_failed hookPeter Maydell2019-01-223-14/+17
* target-microblaze: Rework NOP/zero instruction handlingEdgar E. Iglesias2018-06-151-11/+4Star
* target-microblaze: mmu: Correct masking of output addressesEdgar E. Iglesias2018-06-151-1/+0Star
* tcg: Pass tb and index to tcg_gen_exit_tb separatelyRichard Henderson2018-06-021-3/+3
* target-microblaze: Consolidate MMU enabled checksEdgar E. Iglesias2018-05-292-4/+6