summaryrefslogtreecommitdiffstats
path: root/linux-user/microblaze/cpu_loop.c
Commit message (Expand)AuthorAgeFilesLines
* target/microblaze: Convert brk and brki to decodetreeRichard Henderson2020-09-011-1/+1
* target/microblaze: Fix width of ESRRichard Henderson2020-09-011-1/+1
* target/microblaze: Split out FSR from env->sregsRichard Henderson2020-09-011-2/+2
* target/microblaze: Split out ESR from env->sregsRichard Henderson2020-09-011-3/+3
* target/microblaze: Split out PC from env->sregsRichard Henderson2020-09-011-6/+6
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-0/+1
* target/microblaze: Use env_cpu, env_archcpuRichard Henderson2019-06-101-1/+1
* qom/cpu: Simplify how CPUClass:cpu_dump_state() printsMarkus Armbruster2019-04-181-2/+2
* linux-user: Don't call gdb_handlesig() before queue_signal()Peter Maydell2018-11-121-12/+4Star
* linux-user: Report error message on stderr, rather than stdoutPhilippe Mathieu-Daudé2018-07-091-3/+3
* target-microblaze: Make special registers 64-bitEdgar E. Iglesias2018-05-291-2/+2
* linux-user: move microblaze cpu loop to microblaze directoryLaurent Vivier2018-04-301-0/+150
* linux-user: create a dummy per arch cpu_loop.cLaurent Vivier2018-04-301-0/+26