summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-09-27Move get_sp_from_cpustate from cpu.h to target_signal.h.ths13-38/+39
2007-09-27linux-user sigaltstack() syscall, by Thayne Harbaugh.ths20-43/+425
2007-09-27Build fix for PowerPC hosts, where "PPC" is a predefined macro name.ths1-15/+15
2007-09-27Implement size bit in PowerPC 64 comparisons.j_mayer1-4/+4
2007-09-27memset string pages to zero to avoid putting random data on the stackj_mayer2-4/+5
2007-09-27SVM VINTR fix, by Alexander Graf.ths3-6/+13
2007-09-27Fixes for PowerPC 64 rotate and mask instructions.j_mayer2-7/+38
2007-09-27New ppc64-linux-user target.j_mayer5-39/+13
2007-09-26Add flags to support PowerPC 405 bootinfos variations.j_mayer3-4/+6
2007-09-26Great rework and cleanups to ease PowerPC implementations definitions.j_mayer11-3150/+4307
2007-09-26hflags computation cleanup, by Aurelien Jarno.ths3-62/+32
2007-09-26Wrap a few often used tests with unlikely(), by Aurelien Jarno.ths1-6/+6
2007-09-26Convert syscall arguments and return value from long to int or target_long.j_mayer2-83/+108
2007-09-25linux-user utimensat() syscall, by Thayne Harbaugh.ths1-0/+26
2007-09-25 Remove the target dependency introduced by previous patchblueswir11-1/+1
2007-09-25 Fix monitor expressionsblueswir11-11/+11
2007-09-25Timer start/stop implementation, by Aurelien Jarno.ths4-8/+46
2007-09-25Check if the hosts defines a symlinkat syscall.ths1-1/+1
2007-09-25Optimise instructions accessing CP0, by Aurelien Jarno.ths4-34/+49
2007-09-25vvfat mbr fixes, by Ivan Kalvachev.ths1-29/+66
2007-09-25Improve completion in monitor, by Pascal Terjan.ths1-1/+16
2007-09-25Move ECC calculation to a more appropriate place.balrog3-11/+17
2007-09-24 CPU boot modeblueswir16-10/+21
2007-09-24 Fix loading above 4Gblueswir11-2/+2
2007-09-24 Fix >4G physical memory dump for Sparc32blueswir11-19/+31
2007-09-24Per-CPU instruction decoding implementation, by Aurelien Jarno.ths6-103/+230
2007-09-24linux-user faccessat() syscall, by Thayne Harbaugh.ths1-0/+19
2007-09-24linux-user fchmodat() syscall, by Thayne Harbaugh.ths1-0/+20
2007-09-24linux-user readlinkat() syscall, by Thayne Harbaugh.ths1-0/+27
2007-09-24linux-user symlinkat() syscall, by Thayne Harbaugh.ths1-0/+27
2007-09-24linux-user linkat() syscall, by Thayne Harbaugh.ths1-0/+27
2007-09-24linux-user renameat() syscall, by Thayne Harbaugh.ths1-0/+27
2007-09-24linux-user unlinkat() syscall, by Thayne Harbaugh.ths1-0/+19
2007-09-24linux-user fchownat() syscall, by Thayne Harbaugh.ths1-0/+20
2007-09-24linux-user mknodat() syscall, by Thayne Harbaugh.ths1-0/+20
2007-09-24linux-user mkdirat() syscall, by Thayne Harbaugh.ths1-0/+19
2007-09-24linux-user openat() syscall, by Thayne Harbaugh.ths1-0/+22
2007-09-24Update Linux kernel syscall list.ths10-6/+401
2007-09-23Sync termbits.h with current Linux kernel.ths7-11/+45
2007-09-23Add new MIPS/Linux syscalls.ths1-0/+5
2007-09-23Correct and update mips termbits.h.ths1-12/+28
2007-09-23Fix mips usermode emulation.ths1-0/+3
2007-09-23Add missing svm.h header, and add a Changelog entry.ths2-0/+359
2007-09-23SVM Support, by Alexander Graf.ths9-15/+921
2007-09-23 Fix Caps lock and Num lock handlingblueswir11-3/+26
2007-09-23 Add missing break statementsblueswir11-0/+20
2007-09-22Only build qemu-img with softmmu targets.pbrook2-1/+6
2007-09-22 Fix breakage on big endian hosts (Aurelien Jarno)blueswir11-1/+1
2007-09-21 Rework ASI instructions (Aurelien Jarno)blueswir15-204/+727
2007-09-21 Improve keyboard handlingblueswir11-3/+34