summaryrefslogtreecommitdiff
path: root/target-microblaze
AgeCommit message (Expand)AuthorFilesLines
2015-07-09disas: microblaze: QOMify target specific disas setupPeter Crosthwaite1-0/+8
2015-07-09cpu-exec: Purge all uses of ENV_GET_CPU()Peter Crosthwaite1-1/+1
2015-07-09cpu: Change cpu_exec_init() arg to cpu, not envPeter Crosthwaite1-1/+1
2015-07-09cpu: Add Error argument to cpu_exec_init()Bharata B Rao1-1/+1
2015-06-22disas: Remove uses of CPU envPeter Crosthwaite1-1/+1
2015-06-21target-microblaze: Remove dead codeAlistair Francis1-4/+0
2015-06-21target-microblaze: Convert pvr-full to a CPU propertyAlistair Francis4-6/+10
2015-06-21target-microblaze: Convert version_mask to a CPU propertyAlistair Francis2-1/+54
2015-06-21target-microblaze: Convert endi to a CPU propertyAlistair Francis3-2/+5
2015-06-21target-microblaze: Convert dcache-writeback to a CPU propertyAlistair Francis2-0/+6
2015-06-21target-microblaze: Convert use-mmu to a CPU propertyAlistair Francis4-4/+6
2015-06-21target-microblaze: Rename the usefpu variableAlistair Francis3-8/+8
2015-06-21target-microblaze: Disable stack protection by defaultAlistair Francis1-1/+1
2015-06-21target-microblaze: Convert use-fpu to a CPU propertyAlistair Francis3-10/+14
2015-06-21target-microblaze: Tidy up the base-vectors propertyAlistair Francis3-7/+8
2015-06-21target-microblaze: Allow the stack protection to be disabledAlistair Francis4-2/+13
2015-06-21target-microblaze: Preserve the pvr registers during resetAlistair Francis2-22/+28
2015-06-21target-microblaze: Fix up indentationAlistair Francis1-5/+5
2015-06-03microblaze: cpu: Delete MMAP_SHIFT definitionPeter Crosthwaite1-1/+0
2015-04-30microblaze: cpu: delete unused cpu_interrupts_enabledPeter Crosthwaite1-5/+0
2015-04-30microblaze: cpu: Renumber EXCP_* constants to close gapMichael Tokarev1-5/+5
2015-04-30microblaze: cpu: Delete EXCP_NMIPeter Crosthwaite1-1/+0
2015-04-30microblaze: cpu: Remove unused CC_OP enumPeter Crosthwaite1-6/+0
2015-04-30microblaze: cpu: Remote unused cpu_get_pcPeter Crosthwaite1-5/+0
2015-04-30microblaze: mmu: Delete flip_um fn prototypePeter Crosthwaite1-1/+0
2015-03-13tcg: Change translator-side labels to a pointerRichard Henderson1-8/+4
2015-03-10cpu: Make cpu_init() return QOM CPUState objectEduardo Habkost1-8/+1
2015-02-12tcg: Introduce tcg_op_buf_count and tcg_op_buf_fullRichard Henderson1-12/+8
2015-02-12tcg: Move emit of INDEX_op_end into gen_tb_endRichard Henderson1-1/+1
2015-01-20exec.c: Drop TARGET_HAS_ICE define and checksPeter Maydell1-2/+0
2015-01-03gen-icount: check cflags instead of use_icount globalPaolo Bonzini1-1/+1
2014-12-16qemu-log: add log category for MMU infoAntony Pavlov1-4/+4
2014-09-25target-microblaze: Use cpu_exec_interrupt qom hookRichard Henderson3-0/+18
2014-08-12trace: [tcg] Include TCG-tracing header on all targetsLluís Vilanova1-0/+3
2014-06-10target-microblaze: Delete unused sign_extend() functionPeter Maydell1-13/+0
2014-06-05softmmu: introduce cpu_ldst.hPaolo Bonzini2-1/+2
2014-06-05softmmu: commonize helper definitionsPaolo Bonzini1-10/+0
2014-05-28tcg: Invert the inclusion of helper.hRichard Henderson3-9/+3
2014-05-13microblaze: Respect the reset vectorEdgar E. Iglesias1-0/+2
2014-03-13cputlb: Change tlb_set_page() argument to CPUStateAndreas Färber1-2/+2
2014-03-13cputlb: Change tlb_flush() argument to CPUStateAndreas Färber2-2/+3
2014-03-13cputlb: Change tlb_flush_page() argument to CPUStateAndreas Färber1-1/+2
2014-03-13target-microblaze: Replace DisasContext::env field with MicroBlazeCPUAndreas Färber1-44/+43
2014-03-13exec: Change cpu_abort() argument to CPUStateAndreas Färber2-15/+21
2014-03-13translate-all: Change cpu_restore_state() argument to CPUStateAndreas Färber1-4/+1
2014-03-13cpu-exec: Change cpu_loop_exit() argument to CPUStateAndreas Färber1-2/+2
2014-03-13exec: Change tlb_fill() argument to CPUStateAndreas Färber1-5/+8
2014-03-13cpu: Move breakpoints field from CPU_COMMON to CPUStateAndreas Färber2-3/+4
2014-03-13cpu: Move exception_index field from CPU_COMMON to CPUStateAndreas Färber2-10/+10
2014-03-13cpu: Turn cpu_handle_mmu_fault() into a CPUClass hookAndreas Färber4-10/+14