aboutsummaryrefslogtreecommitdiff
path: root/target/microblaze
AgeCommit message (Expand)AuthorFilesLines
2020-09-01target/microblaze: Remove LOG_DISRichard Henderson1-77/+1
2020-09-01target/microblaze: Remove empty D macrosRichard Henderson3-11/+4
2020-09-01target/microblaze: Remove DISAS_GNURichard Henderson1-1/+0
2020-09-01target/microblaze: Remove SIM_COMPATRichard Henderson1-4/+1
2020-09-01target/microblaze: Convert to translator_loopRichard Henderson1-137/+146
2020-09-01target/microblaze: Convert to DisasContextBaseRichard Henderson1-51/+51
2020-09-01target/microblaze: Check singlestep_enabled in gen_goto_tbRichard Henderson1-1/+6
2020-09-01target/microblaze: Use DISAS_NORETURNRichard Henderson1-10/+7
2020-09-01target/microblaze: Split out MSR[C] to its own variableRichard Henderson5-95/+81
2020-09-01target/microblaze: Tidy mb_tcg_initRichard Henderson1-37/+29
2020-09-01target/microblaze: Rename env_* tcg variables to cpu_*Richard Henderson1-27/+27
2020-09-01target/microblaze: Remove helper_debug and env->debugRichard Henderson4-39/+2
2020-09-01target/microblaze: Mark raise_exception as noreturnRichard Henderson1-1/+1
2020-09-01target/microblaze: Tidy raising of exceptionsRichard Henderson1-25/+37
2020-09-01target/microblaze: Remove cpu_earRichard Henderson1-8/+15
2020-09-01target/microblaze: Fix width of EDRRichard Henderson2-7/+6
2020-09-01target/microblaze: Fix width of BTRRichard Henderson2-8/+6
2020-09-01target/microblaze: Fix width of FSRRichard Henderson2-7/+6
2020-09-01target/microblaze: Fix width of ESRRichard Henderson4-11/+11
2020-09-01target/microblaze: Fix width of MSRRichard Henderson4-29/+17
2020-09-01target/microblaze: Fix width of PC and BTARGETRichard Henderson5-63/+43
2020-09-01target/microblaze: Split the cpu_SR arrayRichard Henderson1-41/+65
2020-09-01target/microblaze: Split out EDR from env->sregsRichard Henderson3-16/+6
2020-09-01target/microblaze: Split out BTR from env->sregsRichard Henderson4-6/+9
2020-09-01target/microblaze: Split out FSR from env->sregsRichard Henderson4-8/+11
2020-09-01target/microblaze: Split out ESR from env->sregsRichard Henderson5-22/+24
2020-09-01target/microblaze: Split out EAR from env->sregsRichard Henderson5-11/+14
2020-09-01target/microblaze: Split out MSR from env->sregsRichard Henderson6-49/+51
2020-09-01target/microblaze: Split out PC from env->sregsRichard Henderson7-27/+32
2020-09-01target/microblaze: Tidy gdbstubRichard Henderson1-90/+99
2020-08-24target/microblaze: mbar: Trap sleeps from user-spaceEdgar E. Iglesias1-0/+5
2020-08-24target/microblaze: swx: Use atomic_cmpxchgEdgar E. Iglesias1-8/+13
2020-08-24target/microblaze: mbar: Add support for data-access barriersEdgar E. Iglesias1-0/+5
2020-08-24target/microblaze: mbar: Move LOG_DIS to before sleepEdgar E. Iglesias1-1/+2
2020-08-24target/microblaze: mbar: Transfer dc->rd to mbar_immEdgar E. Iglesias1-2/+4
2020-08-21meson: targetPaolo Bonzini2-3/+14
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