aboutsummaryrefslogtreecommitdiff
path: root/linux-user/microblaze/cpu_loop.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-01target/microblaze: Convert brk and brki to decodetreeRichard Henderson1-1/+1
2020-09-01target/microblaze: Fix width of ESRRichard Henderson1-1/+1
2020-09-01target/microblaze: Split out FSR from env->sregsRichard Henderson1-2/+2
2020-09-01target/microblaze: Split out ESR from env->sregsRichard Henderson1-3/+3
2020-09-01target/microblaze: Split out PC from env->sregsRichard Henderson1-6/+6
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-0/+1
2019-06-10target/microblaze: Use env_cpu, env_archcpuRichard Henderson1-1/+1
2019-04-18qom/cpu: Simplify how CPUClass:cpu_dump_state() printsMarkus Armbruster1-2/+2
2018-11-12linux-user: Don't call gdb_handlesig() before queue_signal()Peter Maydell1-12/+4
2018-07-09linux-user: Report error message on stderr, rather than stdoutPhilippe Mathieu-Daudé1-3/+3
2018-05-29target-microblaze: Make special registers 64-bitEdgar E. Iglesias1-2/+2
2018-04-30linux-user: move microblaze cpu loop to microblaze directoryLaurent Vivier1-0/+150
2018-04-30linux-user: create a dummy per arch cpu_loop.cLaurent Vivier1-0/+26