aboutsummaryrefslogtreecommitdiff
path: root/target-microblaze/cpu.h
AgeCommit message (Expand)Author
2016-07-12target-*: Clean up cpu.h header guardsMarkus Armbruster
2016-06-29target-*: Don't redefine cpu_exec()Peter Crosthwaite
2016-05-19cpu: move exec-all.h inclusion out of cpu.hPaolo Bonzini
2016-05-19target-microblaze: make cpu-qom.h not target specificPaolo Bonzini
2016-05-12tb: consistently use uint32_t for tb->flagsEmilio G. Cota
2016-02-23all: Clean up includesPeter Maydell
2015-10-07target-*: Drop cpu_gen_code defineRichard Henderson
2015-09-25mb: Remove ELF_MACHINE from cpu.hPeter Crosthwaite
2015-09-11tlb: Add "ifetch" argument to cpu_mmu_index()Benjamin Herrenschmidt
2015-07-09cpu-exec: Purge all uses of ENV_GET_CPU()Peter Crosthwaite
2015-06-21target-microblaze: Convert pvr-full to a CPU propertyAlistair Francis
2015-06-21target-microblaze: Convert endi to a CPU propertyAlistair Francis
2015-06-21target-microblaze: Convert use-mmu to a CPU 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-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-03-10cpu: Make cpu_init() return QOM CPUState objectEduardo Habkost
2015-01-20exec.c: Drop TARGET_HAS_ICE define and checksPeter Maydell
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-10-24microblaze: At swx, check that the reserved word is unmodifiedEdgar E. Iglesias
2013-07-23cpu: Introduce CPUClass::synchronize_from_tb() for cpu_pc_from_tb()Andreas Färber
2013-07-09linux-user: Move cpu_clone_regs() and cpu_set_tls() into linux-userPeter Maydell
2013-06-28cpu: Turn cpu_unassigned_access() into a CPUState hookAndreas Färber
2013-03-12cpu: Replace do_interrupt() by CPUClass::do_interrupt methodAndreas Färber
2013-03-12cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber
2013-02-16target-microblaze: Move TCG initialization to MicroBlazeCPU initfnAndreas Färber
2013-02-01target-microblaze: Mark as unmigratableAndreas Färber
2013-01-21target-microblaze: Drop unused cpu_mb_close() prototypeAndreas Färber
2012-12-19fpu: move public header file to include/fpuPaolo Bonzini
2012-12-19exec: move include files to include/exec/Paolo Bonzini
2012-10-31cpus: Pass CPUState to [qemu_]cpu_has_work()Andreas Färber
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity
2012-10-19microblaze: Support setting of TLS ptrEdgar E. Iglesias
2012-06-04target-microblaze: Let cpu_mb_init() return MicroBlazeCPUAndreas Färber
2012-06-04target-microblaze: lwx/swx: first implementationPeter A. G. Crosthwaite
2012-04-24target-microblaze: QOM'ify CPUAndreas Färber
2012-03-14target-lm32/microblaze: Drop second CPU{LM32, MB}State typedefAndreas Färber
2012-03-14Rename CPUState -> CPUArchStateAndreas Färber
2012-03-14target-microblaze: Don't overuse CPUStateAndreas Färber
2012-03-14target-lm32/microblaze: Typedef struct CPU{MB,LM32}StateAndreas Färber
2012-02-28target-microblaze: Clean includesStefan Weil
2012-01-12microblaze: Emulate the hw stackprotectorEdgar E. Iglesias
2011-12-02fix spelling in target sub directoryDong Xu Wang