aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-09-26Add flags to support PowerPC 405 bootinfos variations.j_mayer
2007-09-26Great rework and cleanups to ease PowerPC implementations definitions.j_mayer
2007-09-26hflags computation cleanup, by Aurelien Jarno.ths
2007-09-26Wrap a few often used tests with unlikely(), by Aurelien Jarno.ths
2007-09-26Convert syscall arguments and return value from long to int or target_long.j_mayer
2007-09-25linux-user utimensat() syscall, by Thayne Harbaugh.ths
2007-09-25 Remove the target dependency introduced by previous patchblueswir1
2007-09-25 Fix monitor expressionsblueswir1
2007-09-25Timer start/stop implementation, by Aurelien Jarno.ths
2007-09-25Check if the hosts defines a symlinkat syscall.ths
2007-09-25Optimise instructions accessing CP0, by Aurelien Jarno.ths
2007-09-25vvfat mbr fixes, by Ivan Kalvachev.ths
2007-09-25Improve completion in monitor, by Pascal Terjan.ths
2007-09-25Move ECC calculation to a more appropriate place.balrog
2007-09-24 CPU boot modeblueswir1
2007-09-24 Fix loading above 4Gblueswir1
2007-09-24 Fix >4G physical memory dump for Sparc32blueswir1
2007-09-24Per-CPU instruction decoding implementation, by Aurelien Jarno.ths
2007-09-24linux-user faccessat() syscall, by Thayne Harbaugh.ths
2007-09-24linux-user fchmodat() syscall, by Thayne Harbaugh.ths
2007-09-24linux-user readlinkat() syscall, by Thayne Harbaugh.ths
2007-09-24linux-user symlinkat() syscall, by Thayne Harbaugh.ths
2007-09-24linux-user linkat() syscall, by Thayne Harbaugh.ths
2007-09-24linux-user renameat() syscall, by Thayne Harbaugh.ths
2007-09-24linux-user unlinkat() syscall, by Thayne Harbaugh.ths
2007-09-24linux-user fchownat() syscall, by Thayne Harbaugh.ths
2007-09-24linux-user mknodat() syscall, by Thayne Harbaugh.ths
2007-09-24linux-user mkdirat() syscall, by Thayne Harbaugh.ths
2007-09-24linux-user openat() syscall, by Thayne Harbaugh.ths
2007-09-24Update Linux kernel syscall list.ths
2007-09-23Sync termbits.h with current Linux kernel.ths
2007-09-23Add new MIPS/Linux syscalls.ths
2007-09-23Correct and update mips termbits.h.ths
2007-09-23Fix mips usermode emulation.ths
2007-09-23Add missing svm.h header, and add a Changelog entry.ths
2007-09-23SVM Support, by Alexander Graf.ths
2007-09-23 Fix Caps lock and Num lock handlingblueswir1
2007-09-23 Add missing break statementsblueswir1
2007-09-22Only build qemu-img with softmmu targets.pbrook
2007-09-22 Fix breakage on big endian hosts (Aurelien Jarno)blueswir1
2007-09-21 Rework ASI instructions (Aurelien Jarno)blueswir1
2007-09-21 Improve keyboard handlingblueswir1
2007-09-21Avoid compilation warnings on 32 bits hosts.j_mayer
2007-09-21Avoid compilation warnings on 64 bits hosts.j_mayer
2007-09-21More PowerPC definitions, from POWER 2.04 specifications and misc sources.j_mayer
2007-09-21Rework PowerPC 440 TLB management (thanks to Hollis Blanchard)j_mayer
2007-09-21Make CPU hflags be a masked version of the PowerPC MSR.j_mayer
2007-09-20Extend TB flags to 64 bits (Alexander Graf).j_mayer
2007-09-20 Change ldl_phys to cpu_physical_memory_read, fix pte addressblueswir1
2007-09-20 Fix tadd op generation with GCC 4.xblueswir1