aboutsummaryrefslogtreecommitdiff
path: root/target-sparc
AgeCommit message (Expand)Author
2012-06-21qemu-log: use LOG_UNIMP for some target CPU casesBlue Swirl
2012-06-07build: move other target-*/ objects to nested Makefile.objsPaolo Bonzini
2012-06-07build: move libobj-y variable to nested Makefile.objsPaolo Bonzini
2012-06-07build: move obj-TARGET-y variables to nested Makefile.objsPaolo Bonzini
2012-06-04Kill off cpu_state_reset()Andreas Färber
2012-06-04target-sparc: Let cpu_sparc_init() return SPARCCPUAndreas Färber
2012-05-12fix block loads broken in commit 30038fd818Artyom Tarasenko
2012-05-12Implement address masking for SPARC v9 CPUsArtyom Tarasenko
2012-04-19sparc: fix qtestBlue Swirl
2012-04-14Use uintptr_t for various op related functionsBlue Swirl
2012-04-07target-sparc: QOM'ify CPUAndreas Färber
2012-04-07target-sparc: Rename cpu_init.cAndreas Färber
2012-03-27sparc: pass page aligned addresses to tlb_set_pageBlue Swirl
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
2012-03-14Rename cpu_reset() to cpu_state_reset()Andreas Färber
2012-01-22target-sparc: Fix mixup of uint64 and uint64_tAndreas Färber
2012-01-03sparc: avoid cpu_get_physical_page_desc()Avi Kivity
2011-12-02fix spelling in target sub directoryDong Xu Wang
2011-11-19Improve "ta 0" shutdownFabien Chouteau
2011-10-26target-sparc: Implement FALIGNDATA inline.Richard Henderson
2011-10-26target-sparc: Implement BMASK/BSHUFFLE.Richard Henderson
2011-10-26target-sparc: Implement ALIGNADDR* inline.Richard Henderson
2011-10-26target-sparc: Implement EDGE* instructions.Richard Henderson
2011-10-26target-sparc: Implement fpack{16,32,fix}.Richard Henderson
2011-10-26target-sparc: Implement PDIST.Richard Henderson
2011-10-26target-sparc: Do exceptions management fully inside the helpers.Richard Henderson
2011-10-26target-sparc: Change fpr representation to doubles.Richard Henderson
2011-10-26target-sparc: Undo cpu_fpr rename.Richard Henderson
2011-10-26target-sparc: Extract float128 move to a function.Richard Henderson
2011-10-26target-sparc: Extract common code for floating-point operations.Richard Henderson
2011-10-26target-sparc: Make FPU/VIS helpers const when possible.Richard Henderson
2011-10-26target-sparc: Pass float64 parameters instead of dt0/1 temporaries.Richard Henderson
2011-10-26target-sparc: Add accessors for double-precision fpr access.Richard Henderson
2011-10-26target-sparc: Mark fprs dirty in store accessor.Richard Henderson
2011-10-26target-sparc: Add accessors for single-precision fpr access.Richard Henderson
2011-10-26Sparc: split load and store op helpersBlue Swirl
2011-10-26Sparc: convert win_helper to trace frameworkBlue Swirl
2011-10-26Sparc: convert interrupt helpers to trace frameworkBlue Swirl
2011-10-26Sparc: convert mmu_helper to trace frameworkBlue Swirl
2011-10-26Sparc: split MMU helpersBlue Swirl
2011-10-26Sparc: fix coding style in helper.cBlue Swirl
2011-10-26Sparc: avoid AREG0 for division op helpersBlue Swirl
2011-10-26Sparc: avoid AREG0 for softint op helpers and Leon cache controlBlue Swirl