Handle cpu_model in copy_cpu(), by Kirill A. Shutemov.
[qemu] / target-sparc / translate.c
2007-12-09 thsHandle cpu_model in copy_cpu(), by Kirill A. Shutemov.
2007-11-25 blueswir1 Fix floating point register decoding
2007-11-25 blueswir1 128-bit float support for user mode
2007-11-10 bellardadded cpu_model parameter to cpu_init()
2007-11-10 blueswir1 More Sparc64 CPU definitions
2007-11-09 blueswir1 More CPU definitions
2007-11-07 blueswir1 CPU specific boot mode (Robert Reif)
2007-10-17 blueswir1 Enable all alignment checks
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-10 blueswir1 Fix taddcctv and tsubcctv (David Matthews)
2007-10-03 blueswir1 Fix Sparc64 ldfa/stfa and float ops with fpr >= 32
2007-09-30 blueswir1 Fix Sparc64 ldfa, lddfa, stfa, and stdfa instructions
2007-09-30 blueswir1 Fix Sparc64 wrasr instructions
2007-09-24 blueswir1 CPU boot mode
2007-09-21 blueswir1 Rework ASI instructions (Aurelien Jarno)
2007-09-20 blueswir1 Detabify
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-09-11 thsFix tb->size mishandling, by Daniel Jacobowitz.
2007-07-11 blueswir1 More alignment checks
2007-07-08 blueswir1 Save state in Sparc64 return op
2007-07-07 blueswir1 Use unsigned 32-bit load for ld/lduw
2007-07-07 blueswir1 Fix wrong number of clean/saveable windows, match...
2007-07-04 blueswir1 Fix Sparc64 movr
2007-06-25 blueswir1 Drop unused parameters
2007-06-10 blueswir1 Fix Sparc64 prefetcha op
2007-05-25 blueswir1Implement Sparc64 CPU timers using ptimers
2007-05-17 blueswir1Enable faults for unassigned memory accesses and unimpl...
2007-05-07 blueswir1Fix pc/npc for unaligned load/stores, maybe other excep...
2007-04-29 blueswir1More Sparc32 CPUs
2007-04-29 blueswir1Fix CPU type zapped by system_reset
2007-04-22 blueswir1Sparc64 update: more VIS ops
2007-04-22 blueswir1Constification
2007-04-13 blueswir1Fix Sparc64 wrfprs, move VIS ops where they belong...
2007-04-13 blueswir1Alignment check mechanism (not fully enabled yet) ...
2007-04-07 j_mayercpu_get_phys_page_debug should return target_phys_addr_t
2007-04-06 blueswir1Full implementation of IEEE exceptions (Aurelien Jarno)
2007-04-06 blueswir1Enforce even float register pair for double register...
2007-04-05 blueswir1Fix stdfq op (Aurelien Jarno)
2007-04-05 blueswir1Fix co-processor branch and store ops (Aurelien Jarno)
2007-04-01 blueswir1Fix off-by-one error
2007-04-01 blueswir1Add SparcStation-10 machine
2007-04-01 blueswir1Fix Sparc shift ops (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-04-01 blueswir1Fix Sparc ASR handling (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-03-21 blueswir1Fix Sparc branches, original patch by Aurelien Jarno
2006-10-23 bellardwrwim insn fix (Paul Robinson)
2006-07-18 bellardSparc64 user emulator fixes (Blue Swirl)
2006-07-18 bellardsparc64 fixes (Blue Swirl)
2006-06-26 bellardSPARC FPU optimization (Blue Swirl)
2006-06-25 bellardcpu_get_phys_page_debug fix (Blue Swirl)
2006-06-23 bellardSparc64 BPr branch target fix (Blue Swirl)
2006-06-21 bellardsparc branch fix (Blue Swirl)
2006-06-18 pbrookSparc64 insn fixes (Blue Swirl).
2006-06-14 bellardFPU fix (Joerg Platte)
2005-11-21 bellardcpu_single_env usage fix
2005-11-20 bellarduse direct jump only for jumps in the same page
2005-11-11 bellardsparc merge (Blue Swirl)
2005-07-23 bellardsparc64 fixes (Blue Swirl)
2005-07-02 bellardsparc64 marge (Blue Swirl)
2005-04-10 bellardfixed MMU bug on code page boundary
2005-03-20 bellardsparc exception fix (we go up to the shell prompt)
2005-03-01 bellardx86_64 support
2005-02-13 bellardfixed jmpl, rett and call
2005-01-30 bellardinitial sparc64 support - sparc fixes (Blue Swirl)
2005-01-28 bellardflush TLBs at cpu reset
2005-01-03 bellard64 bit target support
2004-12-19 bellardSPARC merge
2004-10-10 bellardsparc fixes
2004-10-09 bellardmonitor fixes
2004-10-03 bellardremoved access_type hack
2004-09-30 bellardfull system SPARC emulation (Blue Swirl)
2004-06-22 bellardcpu_single_env init
2004-04-25 bellardflush insn support
2004-03-21 bellardmore log items
2004-02-16 bellarddirect chaining support for SPARC
2004-01-24 bellardadded cpu_get_phys_page_debug()
2004-01-05 bellarduse generic GenOpFunc
2004-01-04 bellardSPARC fixes: corrected PC/NPC logic (now slower but...
2003-09-30 bellardsparc emulation target (thanx to Thomas M. Ogrisegg)