Update MIPS specific documentation.
[qemu] / target-sparc /
2007-12-11 blueswir1 Partial fix to Sparc32 Linux host global register...
2007-12-10 blueswir1 Add ASIs (Robert Reif)
2007-12-09 thsHandle cpu_model in copy_cpu(), by Kirill A. Shutemov.
2007-11-29 blueswir1 Increase prom size for boot mode
2007-11-28 blueswir1Use slavio base as boot prom address, rearrange sun4m...
2007-11-28 blueswir1 Fix compilation and warnings on PPC host
2007-11-25 blueswir1 Fix floating point register decoding
2007-11-25 blueswir1 128-bit float support for user mode
2007-11-25 blueswir1 More MMU registers (Robert Reif)
2007-11-19 blueswir1 Fix MXCC register 64 bit read word order (Robert Reif)
2007-11-17 pbrookBreak up vl.h.
2007-11-17 blueswir1 Remove unnecessary register masking (Robert Reif)
2007-11-17 blueswir1 Fix MXCC error register (Robert Reif)
2007-11-17 blueswir1 Add MXCC module reset register (Robert Reif)
2007-11-11 bellardremoved warning
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-29 thsAdjust s390 addresses (the MSB is defined as "to be...
2007-10-28 blueswir1 Use shared ctpop64 helper
2007-10-20 blueswir1 Avoid gcc warnings
2007-10-20 blueswir1 Fix compiling Sparc64 on PPC host
2007-10-17 blueswir1 Use ldq and stq for 8 byte accesses (original patch...
2007-10-17 blueswir1 Enable all alignment checks
2007-10-14 blueswir1 Fix bug in Sparc32 sta op (Robert Reif)
2007-10-14 blueswir1 Sparc64 hypervisor mode
2007-10-14 blueswir1 SuperSparc MXCC support (Robert Reif)
2007-10-14 blueswir1 Support for 32 bit ABI on 64 bit targets (only enabled...
2007-10-14 j_mayerReplace is_user variable with mmu_idx in softmmu core,
2007-10-12 j_mayerUnify '-cpu ?' option.
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-10-01 blueswir1 Fix block load ASIs
2007-09-30 blueswir1 Fix Sparc64 ldfa, lddfa, stfa, and stdfa instructions
2007-09-30 blueswir1 Fix Sparc64 wrasr instructions
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-23 blueswir1 Add missing break statements
2007-09-21 blueswir1 Rework ASI instructions (Aurelien Jarno)
2007-09-20 blueswir1 Fix tadd op generation with GCC 4.x
2007-09-20 blueswir1 Detabify
2007-09-17 thsfind -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again...
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-08-04 blueswir1 Fix Sparc32 interrupt handling
2007-07-11 blueswir1 More alignment checks
2007-07-08 blueswir1 Fix retry and done ops, trap handling
2007-07-08 blueswir1 Save state in Sparc64 return op
2007-07-07 blueswir1 Report normalised CWP values to userland and GDB,...
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-07 blueswir1 Fix Sparc64 page size
2007-07-04 blueswir1 Fix Sparc64 movr
2007-06-25 blueswir1 Drop unused parameters
2007-06-10 blueswir1 Fix Sparc64 prefetcha op
2007-06-03 thsMove target-specific defines to the target directories.
2007-06-03 thsClean up of some target specifics in exec.c/cpu-exec.c.
2007-06-01 blueswir1Enable 36-bit physical address space also on 32-bit...
2007-06-01 blueswir1Sparc64 linux-user build fix
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-07 blueswir1Enable unaligned access faults
2007-05-07 blueswir1Fix pc/npc for unaligned load/stores, maybe other excep...
2007-05-06 blueswir1Report unassigned memory access to CPU (not enabled...
2007-05-02 blueswir1Handle division by zero case in Sparc64 udivx and sdivx ops
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
2007-03-19 thsFix qemu crash due to sparc division-by-zero, by Aureli...
2007-03-19 thsSPARC host fixes, by Ben Taylor.
2007-02-10 thsFix floating point to integer conversion, by Aurelien...
2007-02-02 thsSparc arm/mips/sparc register patch, by Martin Bochnig.
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-12-06 thssparc-softmmu build fix
2006-10-23 bellardwrwim insn fix (Paul Robinson)
2006-07-18 bellardSparc64 user emulator fixes (Blue Swirl)
2006-07-18 bellardsparc64 fixes (Blue Swirl)
next