qemu
2007-10-01 j_mayerQuickly hack PowerPC BIOS able to boot on CDROM again.
2007-10-01 j_mayerFix missing nip updates for instructions that potential...
2007-10-01 j_mayerHandle all MMU models in switches, even if it's just...
2007-10-01 j_mayerMore comments about unimplemented SPRs.
2007-10-01 j_mayerOptimisations: avoid generation of duplicated micro...
2007-10-01 j_mayerCompilation fix (forgotten patch).
2007-10-01 j_mayerRemove definitions for deprecated SLB & TLB related...
2007-10-01 j_mayerAvoid op helpers that would just call helpers for TLB...
2007-10-01 j_mayerShare more SPR instanciations between all PowerPC 401...
2007-10-01 j_mayerImplement embedded PowerPC exceptions prefix and vector...
2007-10-01 j_mayerShare input pins and internal interrupt controller...
2007-09-30 blueswir1 Fix Sparc64 ldfa, lddfa, stfa, and stdfa instructions
2007-09-30 blueswir1 Fix Sparc64 wrasr instructions
2007-09-30 j_mayerFix (once again) PowerPC sync weight field.
2007-09-30 j_mayerFix PowerPC TLB miss dump code.
2007-09-30 j_mayerFix missing case in the new PowerPC exception model.
2007-09-30 j_mayerFix inconsistent end conditions in ppc_find_xxx functions.
2007-09-30 j_mayerFix compilation on Darwin platform, avoiding the use...
2007-09-30 thsFix mmap to handle differing host/target page sizes...
2007-09-30 thsAdd get_sp_from_cpustate implementation.
2007-09-30 j_mayer* Update OEA environment, following the PowerPC 2.04...
2007-09-30 thsSupport UltraVNC clients, by Eduardo Felipe.
2007-09-30 j_mayerSynchronize with latest PowerPC ISA VEA:
2007-09-30 thsAdd mipsn32{,el}-linux-user.
2007-09-30 thsRemove unused variable.
2007-09-30 thsCode provision for n32/n64 mips userland emulation...
2007-09-30 j_mayerAvoid crash on NULL timers.
2007-09-30 j_mayerImplement Process Priority Register as defined in the...
2007-09-30 j_mayerImplement new floating-point instructions (fre, frin...
2007-09-30 j_mayerImprove single-precision floats load & stores:
2007-09-30 j_mayerXER is to be treated as a 64 bits register on 64 bits...
2007-09-30 thsUpdate TODO.
2007-09-30 j_mayerImplement the PowerPC alternate time-base, following...
2007-09-29 thsDon't hardcode the host architecture name.
2007-09-29 thsUpdate tarbin rule.
2007-09-29 thsEnable sh4-softmmu and sh4-linux-user builds by default...
2007-09-29 thsFix rte opcode, by Magnus Damm.
2007-09-29 thsAdd FRQCR read support, by Magnus Damm.
2007-09-29 thsAdd INTC controller prototype, by Magnus Damm.
2007-09-29 thsStand-alone SCI/SCIF emulation code, by Magnus Damm.
2007-09-29 thsStand-alone TMU emulation code, by Magnus Damm.
2007-09-29 thsAdd R2D-PLUS support, by Magnus Damm.
2007-09-29 thsSupervisor mode implementation, by Aurelien Jarno.
2007-09-29 thsLess magic constants.
2007-09-29 j_mayerPowerPC emulation optimization:
2007-09-29 j_mayerCode provision for hypervisor timers resources,
2007-09-29 j_mayerFix PowerPC target objects dependencies
2007-09-29 j_mayerProvision for x86_64-linux-user target: needs get_sp_fr...
2007-09-29 j_mayerRework PowerPC exceptions model to make it more versatile:
2007-09-29 j_mayermake cpu_abort dump cpu state in logfile, which is...
2007-09-29 j_mayeralways_inline gcc directive can be useful.
2007-09-29 j_mayerhost_utils.o may also be useful for user-mode emulation.
2007-09-29 j_mayerDefine the proper bfd_mach to be used by the disassembl...
2007-09-29 j_mayerChange POWERPC_PPC_GENERIC to POWERPC_DEFAULT.
2007-09-28 thsFix MIPS FP underflow handling, spotted by Daniel Jacob...
2007-09-28 thsBuild fix, ppc64 needs also a get_sp_from_cpustate...
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-27 thsBuild fix for PowerPC hosts, where "PPC" is a predefine...
2007-09-27 j_mayerImplement size bit in PowerPC 64 comparisons.
2007-09-27 j_mayermemset string pages to zero to avoid putting random...
2007-09-27 thsSVM VINTR fix, by Alexander Graf.
2007-09-27 j_mayerFixes for PowerPC 64 rotate and mask instructions.
2007-09-27 j_mayerNew ppc64-linux-user target.
2007-09-26 j_mayerAdd flags to support PowerPC 405 bootinfos variations.
2007-09-26 j_mayerGreat rework and cleanups to ease PowerPC implementatio...
2007-09-26 thshflags computation cleanup, by Aurelien Jarno.
2007-09-26 thsWrap a few often used tests with unlikely(), by Aurelie...
2007-09-26 j_mayerConvert syscall arguments and return value from long...
2007-09-25 thslinux-user utimensat() syscall, by Thayne Harbaugh.
2007-09-25 blueswir1 Remove the target dependency introduced by previous...
2007-09-25 blueswir1 Fix monitor expressions
2007-09-25 thsTimer start/stop implementation, by Aurelien Jarno.
2007-09-25 thsCheck if the hosts defines a symlinkat syscall.
2007-09-25 thsOptimise instructions accessing CP0, by Aurelien Jarno.
2007-09-25 thsvvfat mbr fixes, by Ivan Kalvachev.
2007-09-25 thsImprove completion in monitor, by Pascal Terjan.
2007-09-25 balrogMove ECC calculation to a more appropriate place.
2007-09-24 blueswir1 CPU boot mode
2007-09-24 blueswir1 Fix loading above 4G
2007-09-24 blueswir1 Fix >4G physical memory dump for Sparc32
2007-09-24 thsPer-CPU instruction decoding implementation, by Aurelie...
2007-09-24 thslinux-user faccessat() syscall, by Thayne Harbaugh.
2007-09-24 thslinux-user fchmodat() syscall, by Thayne Harbaugh.
2007-09-24 thslinux-user readlinkat() syscall, by Thayne Harbaugh.
2007-09-24 thslinux-user symlinkat() syscall, by Thayne Harbaugh.
2007-09-24 thslinux-user linkat() syscall, by Thayne Harbaugh.
2007-09-24 thslinux-user renameat() syscall, by Thayne Harbaugh.
2007-09-24 thslinux-user unlinkat() syscall, by Thayne Harbaugh.
2007-09-24 thslinux-user fchownat() syscall, by Thayne Harbaugh.
2007-09-24 thslinux-user mknodat() syscall, by Thayne Harbaugh.
2007-09-24 thslinux-user mkdirat() syscall, by Thayne Harbaugh.
2007-09-24 thslinux-user openat() syscall, by Thayne Harbaugh.
2007-09-24 thsUpdate Linux kernel syscall list.
2007-09-23 thsSync termbits.h with current Linux kernel.
2007-09-23 thsAdd new MIPS/Linux syscalls.
2007-09-23 thsCorrect and update mips termbits.h.
2007-09-23 thsFix mips usermode emulation.
2007-09-23 thsAdd missing svm.h header, and add a Changelog entry.
2007-09-23 thsSVM Support, by Alexander Graf.
next