]> git.proxmox.com Git - qemu.git/history - target-sparc/cpu.h
SPARC64: split cpu_get_phys_page_debug() from cpu_get_phys_page_nofault()
[qemu.git] / target-sparc / cpu.h
2008-05-10 blueswir1Remove duplicated field
2008-05-10 bellardsuppressed fixed registers
2008-05-10 blueswir1Fix compiler warnings
2008-05-09 blueswir1CPU feature selection support
2008-05-04 blueswir1Complete the TCG conversion
2008-04-23 blueswir1Document the shift values
2008-03-29 blueswir1 Move CPU stuff unrelated to translation to helper.c
2008-03-16 blueswir1 Convert mulscc to TCG, add cc_src2
2008-03-13 blueswir1 Convert condition code changing versions of add, sub...
2008-03-06 blueswir1 Convert exception ops to TCG
2008-03-05 blueswir1 Convert Sparc64 trap state ops to TCG
2008-03-02 blueswir1 Convert tick operations to TCG
2008-02-14 blueswir1 Fix remote debugger memory access problems reported...
2008-02-11 blueswir1 Sparc32 MMU register fixes (Robert Reif)
2007-11-28 blueswir1Use slavio base as boot prom address, rearrange sun4m...
2007-11-25 blueswir1 128-bit float support for user mode
2007-11-25 blueswir1 More MMU registers (Robert Reif)
2007-11-10 bellardadded cpu_model parameter to cpu_init()
2007-11-07 blueswir1 CPU specific boot mode (Robert Reif)
2007-10-14 blueswir1 Sparc64 hypervisor mode
2007-10-14 blueswir1 SuperSparc MXCC support (Robert Reif)
2007-10-14 j_mayerReplace is_user variable with mmu_idx in softmmu core,
2007-10-12 j_mayerUnify '-cpu ?' option.
2007-09-27 thsMove get_sp_from_cpustate from cpu.h to target_signal.h.
2007-09-27 thslinux-user sigaltstack() syscall, by Thayne Harbaugh.
2007-09-24 blueswir1 CPU boot mode
2007-09-20 blueswir1 Detabify
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-08-04 blueswir1 Fix Sparc32 interrupt handling
2007-07-08 blueswir1 Fix retry and done ops, trap handling
2007-07-07 blueswir1 Report normalised CWP values to userland and GDB,...
2007-07-07 blueswir1 Fix wrong number of clean/saveable windows, match...
2007-07-07 blueswir1 Fix Sparc64 page size
2007-06-03 thsMove target-specific defines to the target directories.
2007-06-01 blueswir1Enable 36-bit physical address space also on 32-bit...
2007-05-27 blueswir1Separate fault for code access to unassigned memory
2007-05-25 blueswir1Implement Sparc64 CPU timers using ptimers
2007-05-19 blueswir1Use full 36-bit physical address space on SS10
2007-05-17 blueswir1Enable faults for unassigned memory accesses and unimpl...
2007-05-06 blueswir1Report unassigned memory access to CPU (not enabled...
2007-04-22 blueswir1Sparc64 update: more VIS ops
2007-04-13 blueswir1Alignment check mechanism (not fully enabled yet) ...
2007-04-05 blueswir1Fix stdfq op (Aurelien Jarno)
2007-04-01 blueswir1Fix Sparc lda/ldda/sta/stda asi handling, fault on...
2007-04-01 blueswir1Fix Sparc co-processor ops (Aurelien Jarno)
2007-03-25 blueswir1Sparc32/64 CPU selection
2007-03-24 blueswir1Upgrade Sparc FPU version (based on patch by Aurelien...
2007-03-23 blueswir1Sparc tagged operations (Aurelien Jarno)
2007-01-31 thssiginfo fix for Darwin/Mac OS X, by Pierre d'Herbemont.
2006-12-23 thsCheck ELF binaries for machine type and endianness.
2006-07-18 bellardsparc64 fixes (Blue Swirl)
2006-06-26 bellardSPARC FPU optimization (Blue Swirl)
2006-06-21 bellardfixed sparc64 cpu fp save/restore
2006-06-21 bellardsoft floats for SPARC (Blue Swirl)
2005-12-05 bellardInitial SPARC SMP support (Blue Swirl)
2005-11-20 bellardadded CPU_COMMON and CPUState.tb_jmp_cache[]
2005-07-23 bellardsparc64 fixes (Blue Swirl)
2005-07-02 bellardsparc64 marge (Blue Swirl)
2005-04-17 bellardgdb support for user mode (Paul Brook)
2005-03-13 bellardsoft float support
2005-02-22 bellardPSR.PS fix (Blue Swirl)
2005-02-19 bellardsparc Linux works better with NWINDOWS = 8
2005-02-13 bellardsparc fixes
2005-02-07 bellardclean up - comments
2005-01-30 bellardinitial sparc64 support - sparc fixes (Blue Swirl)
2005-01-03 bellardremoved warning
2004-12-19 bellardSPARC merge
2004-10-09 bellardmonitor fixes
2004-10-04 bellardsparc merge (Blue Swirl)
2004-10-03 bellardremoved access_type hack
2004-09-30 bellardfull system SPARC emulation (Blue Swirl)
2004-04-25 bellardprecise self modifying code support
2004-01-24 bellardadded TARGET_LONG_BITS
2004-01-04 bellardSPARC fixes: corrected PC/NPC logic (now slower but...
2003-09-30 bellardsparc emulation target (thanx to Thomas M. Ogrisegg)