aboutsummaryrefslogtreecommitdiff
path: root/target/microblaze
AgeCommit message (Expand)Author
2020-09-01target/microblaze: Rename env_* tcg variables to cpu_*Richard Henderson
2020-09-01target/microblaze: Remove helper_debug and env->debugRichard Henderson
2020-09-01target/microblaze: Mark raise_exception as noreturnRichard Henderson
2020-09-01target/microblaze: Tidy raising of exceptionsRichard Henderson
2020-09-01target/microblaze: Remove cpu_earRichard Henderson
2020-09-01target/microblaze: Fix width of EDRRichard Henderson
2020-09-01target/microblaze: Fix width of BTRRichard Henderson
2020-09-01target/microblaze: Fix width of FSRRichard Henderson
2020-09-01target/microblaze: Fix width of ESRRichard Henderson
2020-09-01target/microblaze: Fix width of MSRRichard Henderson
2020-09-01target/microblaze: Fix width of PC and BTARGETRichard Henderson
2020-09-01target/microblaze: Split the cpu_SR arrayRichard Henderson
2020-09-01target/microblaze: Split out EDR from env->sregsRichard Henderson
2020-09-01target/microblaze: Split out BTR from env->sregsRichard Henderson
2020-09-01target/microblaze: Split out FSR from env->sregsRichard Henderson
2020-09-01target/microblaze: Split out ESR from env->sregsRichard Henderson
2020-09-01target/microblaze: Split out EAR from env->sregsRichard Henderson
2020-09-01target/microblaze: Split out MSR from env->sregsRichard Henderson
2020-09-01target/microblaze: Split out PC from env->sregsRichard Henderson
2020-09-01target/microblaze: Tidy gdbstubRichard Henderson
2020-08-24target/microblaze: mbar: Trap sleeps from user-spaceEdgar E. Iglesias
2020-08-24target/microblaze: swx: Use atomic_cmpxchgEdgar E. Iglesias
2020-08-24target/microblaze: mbar: Add support for data-access barriersEdgar E. Iglesias
2020-08-24target/microblaze: mbar: Move LOG_DIS to before sleepEdgar E. Iglesias
2020-08-24target/microblaze: mbar: Transfer dc->rd to mbar_immEdgar E. Iglesias
2020-08-21meson: targetPaolo Bonzini
2020-05-14target/microblaze: monitor: Increase the number of registers reportedJoe Komlodi
2020-05-14target/microblaze: gdb: Fix incorrect SReg reportingJoe Komlodi
2020-05-14target/microblaze: gdb: Extend the number of registers presented to GDBJoe Komlodi
2020-05-14target/microblaze: Fix FPU2 instruction checkJoe Komlodi
2020-05-14target/microblaze: Add MFS Rd,EDR translationTong Ho
2020-04-30target/microblaze: Add the pvr-user2 propertyEdgar E. Iglesias
2020-04-30target/microblaze: Add the pvr-user1 propertyEdgar E. Iglesias
2020-04-30target/microblaze: Add the unaligned-exceptions propertyEdgar E. Iglesias
2020-04-30target/microblaze: Add the div-zero-exception propertyEdgar E. Iglesias
2020-04-30target/microblaze: Add the ill-opcode-exception propertyEdgar E. Iglesias
2020-04-30target/microblaze: Add the opcode-0x0-illegal CPU propertyEdgar E. Iglesias
2020-04-29various: Remove suspicious '\' character outside of #define in C codePhilippe Mathieu-Daudé
2020-03-19Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell
2020-03-17cpu: Use DeviceClass reset instead of a special CPUClass resetPeter Maydell
2020-03-17gdbstub: extend GByteArray to read register helpersAlex Bennée
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2020-01-24cpu: Use cpu_class_set_parent_reset()Greg Kurz
2020-01-15tcg: Search includes from the project root source directoryPhilippe Mathieu-Daudé
2020-01-15target/microblaze: Remove MMU_MODE{0,1,2}_SUFFIXRichard Henderson
2019-12-18qemu_log_lock/unlock now preserves the qemu_logfile handle.Robert Foley
2019-11-12target/microblaze: Plug temp leak around eval_cond_jmp()Edgar E. Iglesias
2019-11-12target/microblaze: Plug temp leaks with delay slot setupEdgar E. Iglesias
2019-11-12target/microblaze: Plug temp leaks for loads/storesEdgar E. Iglesias
2019-09-03tcg: TCGMemOp is now accelerator independent MemOpTony Nguyen