summaryrefslogtreecommitdiff
path: root/target-sparc/cpu.h
AgeCommit message (Expand)AuthorFilesLines
2016-02-23all: Clean up includesPeter Maydell1-1/+0
2016-01-16target-sparc: Convert to VMStateDescriptionJuan Quintela1-6/+0
2016-01-16target-sparc: Split cpu_put_psr into side-effect and no-side-effect partsPeter Maydell1-0/+1
2016-01-07sun4u: split out NPT and INT_DIS into separate CPUTimer fieldsMark Cave-Ayland1-0/+2
2015-10-07target-*: Drop cpu_gen_code defineRichard Henderson1-1/+0
2015-10-07target-sparc: Add npc state to insn_startRichard Henderson1-0/+1
2015-09-25sparc: Remove ELF_MACHINE from cpu.hPeter Crosthwaite1-6/+0
2015-09-11tlb: Add "ifetch" argument to cpu_mmu_index()Benjamin Herrenschmidt1-1/+1
2015-07-09cpu-exec: Purge all uses of ENV_GET_CPU()Peter Crosthwaite1-1/+1
2015-03-10cpu: Make cpu_init() return QOM CPUState objectEduardo Habkost1-8/+1
2015-01-20exec.c: Drop TARGET_HAS_ICE define and checksPeter Maydell1-2/+0
2014-06-05softmmu: move ALIGNED_ONLY to cpu.hPaolo Bonzini1-0/+2
2014-03-13cpu: Move breakpoints field from CPU_COMMON to CPUStateAndreas Färber1-0/+1
2014-03-13cpu: Turn cpu_handle_mmu_fault() into a CPUClass hookAndreas Färber1-2/+1
2014-03-13cpu: Turn cpu_has_work() into a CPUClass hookAndreas Färber1-9/+0
2014-03-12target-sparc: Add and use CPU_FEATURE_CASASebastian Huber1-1/+3
2013-12-02misc: Replace 'struct QEMUTimer' by 'QEMUTimer'Stefan Weil1-1/+1
2013-07-23cpu: Introduce CPUClass::memory_rw_debug() for target_memory_rw_debug()Andreas Färber1-3/+2
2013-07-23cpu: Introduce CPUClass::synchronize_from_tb() for cpu_pc_from_tb()Andreas Färber1-6/+0
2013-07-09linux-user: Move cpu_clone_regs() and cpu_set_tls() into linux-userPeter Maydell1-12/+0
2013-06-28cpu: Turn cpu_unassigned_access() into a CPUState hookAndreas Färber1-2/+3
2013-03-12cpu: Replace do_interrupt() by CPUClass::do_interrupt methodAndreas Färber1-1/+0
2013-03-12cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber1-2/+3
2013-02-23SPARC LEON power-down support addedRonald Hecht1-0/+1
2012-12-19fpu: move public header file to include/fpuPaolo Bonzini1-1/+1
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-1/+1
2012-12-19exec: move include files to include/exec/Paolo Bonzini1-3/+3
2012-12-16exec: refactor cpu_restore_stateBlue Swirl1-1/+0
2012-12-07target-sparc: Remove t0, t1 from CPUSPARCStateRichard Henderson1-1/+0
2012-11-03Merge branch 'trivial-patches' of git://github.com/stefanha/qemuBlue Swirl1-3/+0
2012-11-01target-sparc: make do_unaligned_access staticBlue Swirl1-3/+0
2012-10-31cpus: Pass CPUState to [qemu_]cpu_has_work()Andreas Färber1-1/+3
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity1-2/+2
2012-10-07target-sparc: Move sdivx and udivx out of lineRichard Henderson1-0/+1
2012-06-04target-sparc: Let cpu_sparc_init() return SPARCCPUAndreas Färber1-3/+14
2012-04-14Use uintptr_t for various op related functionsBlue Swirl1-1/+1
2012-04-07target-sparc: QOM'ify CPUAndreas Färber1-0/+1
2012-03-24target-sparc: Add compiler attribute to some functions which don't returnStefan Weil1-2/+3
2012-03-18Sparc: avoid AREG0 wrappers for memory access helpersBlue Swirl1-83/+2
2012-03-18Sparc: avoid AREG0 for memory access helpersBlue Swirl1-0/+82
2012-03-17sparc64: implement PCI and ISA irqsBlue Swirl1-0/+3
2012-03-17sparc: reset CPU state on resetBlue Swirl1-2/+3
2012-03-14Rename CPUState -> CPUArchStateAndreas Färber1-1/+1
2012-03-14target-sparc: Don't overuse CPUStateAndreas Färber1-28/+28
2012-03-14target-sparc: Typedef struct CPUSPARCState earlyAndreas Färber1-2/+4
2011-10-26target-sparc: Change fpr representation to doubles.Richard Henderson1-3/+4
2011-10-26target-sparc: Pass float64 parameters instead of dt0/1 temporaries.Richard Henderson1-1/+0
2011-10-26Sparc: split MMU helpersBlue Swirl1-1/+1
2011-10-26Sparc: avoid AREG0 for softint op helpers and Leon cache controlBlue Swirl1-6/+25
2011-10-23Sparc: split CWP and PSTATE op helpersBlue Swirl1-1/+3