qemu
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.
2007-09-23 blueswir1 Fix Caps lock and Num lock handling
2007-09-23 blueswir1 Add missing break statements
2007-09-22 pbrookOnly build qemu-img with softmmu targets.
2007-09-22 blueswir1 Fix breakage on big endian hosts (Aurelien Jarno)
2007-09-21 blueswir1 Rework ASI instructions (Aurelien Jarno)
2007-09-21 blueswir1 Improve keyboard handling
2007-09-21 j_mayerAvoid compilation warnings on 32 bits hosts.
2007-09-21 j_mayerAvoid compilation warnings on 64 bits hosts.
2007-09-21 j_mayerMore PowerPC definitions, from POWER 2.04 specification...
2007-09-21 j_mayerRework PowerPC 440 TLB management (thanks to Hollis...
2007-09-21 j_mayerMake CPU hflags be a masked version of the PowerPC...
2007-09-20 j_mayerExtend TB flags to 64 bits (Alexander Graf).
2007-09-20 blueswir1 Change ldl_phys to cpu_physical_memory_read, fix pte...
2007-09-20 blueswir1 Fix tadd op generation with GCC 4.x
2007-09-20 blueswir1 Detabify
2007-09-20 balrogMake likely/unlikely accessible also in hw/.
2007-09-20 balrogUse logfile only when loglevel is set (bugzilla.openmok...
2007-09-20 j_mayerMove likely and unlikely macros in a common place ...
2007-09-19 j_mayerMore PowerPC registers definitions.
2007-09-19 j_mayerTARGET_FMT_lu may also be useful.
2007-09-19 j_mayerCode provision for PowerPC BookE MMU model support.
2007-09-19 j_mayerImprove PowerPC target implementation, using computed...
2007-09-19 j_mayerAvoid Linux to stay stucked in an infinite loop when...
2007-09-19 j_mayerCode provision for PowerPC 64 MMU model support.
2007-09-19 j_mayerMore PowerPC target cleanups:
next