aboutsummaryrefslogtreecommitdiff
path: root/target-sparc/cpu.h
AgeCommit message (Expand)Author
2015-01-20exec.c: Drop TARGET_HAS_ICE define and checksPeter Maydell
2014-06-05softmmu: move ALIGNED_ONLY to cpu.hPaolo Bonzini
2014-03-13cpu: Move breakpoints 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-03-12target-sparc: Add and use CPU_FEATURE_CASASebastian Huber
2013-12-02misc: Replace 'struct QEMUTimer' by 'QEMUTimer'Stefan Weil
2013-07-23cpu: Introduce CPUClass::memory_rw_debug() for target_memory_rw_debug()Andreas Färber
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-23SPARC LEON power-down support addedRonald Hecht
2012-12-19fpu: move public header file to include/fpuPaolo Bonzini
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-19exec: move include files to include/exec/Paolo Bonzini
2012-12-16exec: refactor cpu_restore_stateBlue Swirl
2012-12-07target-sparc: Remove t0, t1 from CPUSPARCStateRichard Henderson
2012-11-03Merge branch 'trivial-patches' of git://github.com/stefanha/qemuBlue Swirl
2012-11-01target-sparc: make do_unaligned_access staticBlue Swirl
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-07target-sparc: Move sdivx and udivx out of lineRichard Henderson
2012-06-04target-sparc: Let cpu_sparc_init() return SPARCCPUAndreas Färber
2012-04-14Use uintptr_t for various op related functionsBlue Swirl
2012-04-07target-sparc: QOM'ify CPUAndreas Färber
2012-03-24target-sparc: Add compiler attribute to some functions which don't returnStefan Weil
2012-03-18Sparc: avoid AREG0 wrappers for memory access helpersBlue Swirl
2012-03-18Sparc: avoid AREG0 for memory access helpersBlue Swirl
2012-03-17sparc64: implement PCI and ISA irqsBlue Swirl
2012-03-17sparc: reset CPU state on resetBlue Swirl
2012-03-14Rename CPUState -> CPUArchStateAndreas Färber
2012-03-14target-sparc: Don't overuse CPUStateAndreas Färber
2012-03-14target-sparc: Typedef struct CPUSPARCState earlyAndreas Färber
2011-10-26target-sparc: Change fpr representation to doubles.Richard Henderson
2011-10-26target-sparc: Pass float64 parameters instead of dt0/1 temporaries.Richard Henderson
2011-10-26Sparc: split MMU helpersBlue Swirl
2011-10-26Sparc: avoid AREG0 for softint op helpers and Leon cache controlBlue Swirl
2011-10-23Sparc: split CWP and PSTATE op helpersBlue Swirl
2011-10-23Sparc: split helper.cBlue Swirl
2011-09-10Gdbstub: Fix back-trace on SPARC32Fabien Chouteau
2011-08-07Remove unused is_softmmu parameter from cpu_handle_mmu_faultBlue Swirl
2011-07-21SPARC64: implement addtional MMU faults related to nonfaulting loadTsuneo Saito
2011-07-21SPARC64: split cpu_get_phys_page_debug() from cpu_get_phys_page_nofault()Tsuneo Saito
2011-07-21SPARC64: SFSR cleanup and fixTsuneo Saito
2011-07-21SPARC64: TTE bits cleanupTsuneo Saito
2011-07-20Fix unassigned memory access handlingBlue Swirl
2011-07-14Sparc: fix FPU and AM enable checks for translationBlue Swirl
2011-06-26Move cpu_has_work and cpu_pc_from_tb to cpu.hBlue Swirl