aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2007-09-20 Detabifyblueswir1
2007-09-20Make likely/unlikely accessible also in hw/.balrog
2007-09-20Use logfile only when loglevel is set (http://bugzilla.openmoko.org/cgi-bin/bugzbalrog
2007-09-20Move likely and unlikely macros in a common place (Aurelien Jarno).j_mayer
2007-09-19More PowerPC registers definitions.j_mayer
2007-09-19TARGET_FMT_lu may also be useful.j_mayer
2007-09-19Code provision for PowerPC BookE MMU model support.j_mayer
2007-09-19Improve PowerPC target implementation, using computed hflags as TB flags.j_mayer
2007-09-19Avoid Linux to stay stucked in an infinite loop when requesting a reboot.j_mayer
2007-09-19Code provision for PowerPC 64 MMU model support.j_mayer
2007-09-19More PowerPC target cleanups:j_mayer
2007-09-18Fix invalid MAP_xxx flags for PowerPC targets.j_mayer
2007-09-18Always keep the bootinfo structure in the first 16 MB,j_mayer
2007-09-18Fix PowerPC 32 emulation on 64 bits hosts:j_mayer
2007-09-17Prevent segfaulting when -clock is specified multiple times.balrog