aboutsummaryrefslogtreecommitdiff
path: root/target-microblaze
AgeCommit message (Expand)Author
2015-06-22disas: Remove uses of CPU envPeter Crosthwaite
2015-06-21target-microblaze: Remove dead codeAlistair Francis
2015-06-21target-microblaze: Convert pvr-full to a CPU propertyAlistair Francis
2015-06-21target-microblaze: Convert version_mask to a CPU propertyAlistair Francis
2015-06-21target-microblaze: Convert endi to a CPU propertyAlistair Francis
2015-06-21target-microblaze: Convert dcache-writeback to a CPU propertyAlistair Francis
2015-06-21target-microblaze: Convert use-mmu to a CPU propertyAlistair Francis
2015-06-21target-microblaze: Rename the usefpu variableAlistair Francis
2015-06-21target-microblaze: Disable stack protection by defaultAlistair Francis
2015-06-21target-microblaze: Convert use-fpu to a CPU propertyAlistair Francis
2015-06-21target-microblaze: Tidy up the base-vectors propertyAlistair Francis
2015-06-21target-microblaze: Allow the stack protection to be disabledAlistair Francis
2015-06-21target-microblaze: Preserve the pvr registers during resetAlistair Francis
2015-06-21target-microblaze: Fix up indentationAlistair Francis
2015-06-03microblaze: cpu: Delete MMAP_SHIFT definitionPeter Crosthwaite
2015-04-30microblaze: cpu: delete unused cpu_interrupts_enabledPeter Crosthwaite
2015-04-30microblaze: cpu: Renumber EXCP_* constants to close gapMichael Tokarev
2015-04-30microblaze: cpu: Delete EXCP_NMIPeter Crosthwaite
2015-04-30microblaze: cpu: Remove unused CC_OP enumPeter Crosthwaite
2015-04-30microblaze: cpu: Remote unused cpu_get_pcPeter Crosthwaite
2015-04-30microblaze: mmu: Delete flip_um fn prototypePeter Crosthwaite
2015-03-13tcg: Change translator-side labels to a pointerRichard Henderson
2015-03-10cpu: Make cpu_init() return QOM CPUState objectEduardo Habkost
2015-02-12tcg: Introduce tcg_op_buf_count and tcg_op_buf_fullRichard Henderson
2015-02-12tcg: Move emit of INDEX_op_end into gen_tb_endRichard Henderson
2015-01-20exec.c: Drop TARGET_HAS_ICE define and checksPeter Maydell
2015-01-03gen-icount: check cflags instead of use_icount globalPaolo Bonzini
2014-12-16qemu-log: add log category for MMU infoAntony Pavlov
2014-09-25target-microblaze: Use cpu_exec_interrupt qom hookRichard Henderson
2014-08-12trace: [tcg] Include TCG-tracing header on all targetsLluís Vilanova
2014-06-10target-microblaze: Delete unused sign_extend() functionPeter Maydell
2014-06-05softmmu: introduce cpu_ldst.hPaolo Bonzini
2014-06-05softmmu: commonize helper definitionsPaolo Bonzini
2014-05-28tcg: Invert the inclusion of helper.hRichard Henderson
2014-05-13microblaze: Respect the reset vectorEdgar E. Iglesias
2014-03-13cputlb: Change tlb_set_page() argument to CPUStateAndreas Färber
2014-03-13cputlb: Change tlb_flush() argument to CPUStateAndreas Färber
2014-03-13cputlb: Change tlb_flush_page() argument to CPUStateAndreas Färber
2014-03-13target-microblaze: Replace DisasContext::env field with MicroBlazeCPUAndreas Färber
2014-03-13exec: Change cpu_abort() argument to CPUStateAndreas Färber
2014-03-13translate-all: Change cpu_restore_state() argument to CPUStateAndreas Färber
2014-03-13cpu-exec: Change cpu_loop_exit() argument to CPUStateAndreas Färber
2014-03-13exec: Change tlb_fill() argument to CPUStateAndreas Färber
2014-03-13cpu: Move breakpoints field from CPU_COMMON to CPUStateAndreas Färber
2014-03-13cpu: Move exception_index field from CPU_COMMON to CPUStateAndreas Färber
2014-03-13cpu: Turn cpu_handle_mmu_fault() into a CPUClass hookAndreas Färber
2014-03-13cpu: Turn cpu_has_work() into a CPUClass hookAndreas Färber
2014-01-14Microblaze: Convert Microblaze-pic handling to GPIOsAlistair Francis
2013-12-13target-microblaze: Use the new qemu_ld/st opcodesRichard Henderson
2013-10-24microblaze: At swx, check that the reserved word is unmodifiedEdgar E. Iglesias