aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2007-09-21Avoid compilation warnings on 32 bits hosts.j_mayer1-1/+3
2007-09-21Avoid compilation warnings on 64 bits hosts.j_mayer2-6/+12
2007-09-21More PowerPC definitions, from POWER 2.04 specifications and misc sources.j_mayer5-345/+1109
2007-09-21Rework PowerPC 440 TLB management (thanks to Hollis Blanchard)j_mayer4-175/+110
2007-09-21Make CPU hflags be a masked version of the PowerPC MSR.j_mayer2-4/+5
2007-09-20Extend TB flags to 64 bits (Alexander Graf).j_mayer4-6/+7
2007-09-20 Change ldl_phys to cpu_physical_memory_read, fix pte addressblueswir11-4/+6
2007-09-20 Fix tadd op generation with GCC 4.xblueswir11-1/+4
2007-09-20 Detabifyblueswir16-2212/+2212
2007-09-20Make likely/unlikely accessible also in hw/.balrog4-4/+12
2007-09-20Use logfile only when loglevel is set (http://bugzilla.openmoko.org/cgi-bin/bugzbalrog1-9/+6
2007-09-20Move likely and unlikely macros in a common place (Aurelien Jarno).j_mayer3-8/+3
2007-09-19More PowerPC registers definitions.j_mayer1-19/+44
2007-09-19TARGET_FMT_lu may also be useful.j_mayer3-2/+6
2007-09-19Code provision for PowerPC BookE MMU model support.j_mayer5-14/+365
2007-09-19Improve PowerPC target implementation, using computed hflags as TB flags.j_mayer1-2/+1
2007-09-19Avoid Linux to stay stucked in an infinite loop when requesting a reboot.j_mayer1-0/+6
2007-09-19Code provision for PowerPC 64 MMU model support.j_mayer1-65/+276
2007-09-19More PowerPC target cleanups:j_mayer2-38/+35
2007-09-18Fix invalid MAP_xxx flags for PowerPC targets.j_mayer1-0/+5
2007-09-18Always keep the bootinfo structure in the first 16 MB,j_mayer1-8/+12
2007-09-18Fix PowerPC 32 emulation on 64 bits hosts:j_mayer1-12/+20
2007-09-17Prevent segfaulting when -clock is specified multiple times.balrog1-1/+1
2007-09-17Pass correct pointer to HID keyboard event handler, fixes regression from IDL...balrog1-1/+1
2007-09-17PowerPC flags update/use fixes:j_mayer4-31/+41
2007-09-17Coding style fixes in PowerPC related code (no functional change):j_mayer13-267/+274
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths173-1557/+1557
2007-09-16Solaris x86_64 configure patch, by Ben Taylor.ths1-0/+16
2007-09-16vmdk compatibility level 6 images, by Soren Hansen.ths6-26/+43
2007-09-16Add some missing checks for host syscalls.ths1-5/+7