aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-05-31Add TLS sections.pbrook1-0/+2
2008-05-31Make signal queues per thread.pbrook4-173/+204
2008-05-31Fix usermode build.pbrook1-1/+1
2008-05-31Add more SuperSparcsblueswir11-0/+36
2008-05-30Copy siginfo.si_code.pbrook1-1/+1
2008-05-30Translate whole of target_sigset. Use host sigset accessors.pbrook1-38/+30
2008-05-30Fix structure type in sigtimedwait syscall.pbrook1-2/+2
2008-05-30support of long calls for PPC (malc)bellard3-34/+82
2008-05-30kqemu API change - allow use of kqemu with 32 bit QEMU on a 64 bit hostbellard6-135/+285
2008-05-30Handle NULL argp/envp in execve syscall.pbrook1-4/+4
2008-05-30Implement waitid syscall.pbrook1-0/+15
2008-05-30Perform target->host signal mapping for *kill syscalls.pbrook3-4/+10
2008-05-30Fix typo.pbrook9-9/+9
2008-05-30Move clone() register setup to target specific code. Handle fork-like clone.pbrook10-58/+92
2008-05-30Fix for 32-bit MIPS.ths1-9/+10
2008-05-29Avoid qemu SIGFPE for MIPS DIV, by Richard Sandiford.ths1-14/+10
2008-05-29Fix truncate/extend reversal in MIPS DIV{, U} handling, by Richard Sandiford.ths1-8/+8
2008-05-29Fix modulus result from MIPS DDIV & avoid overflowing division,ths1-9/+14
2008-05-29MicroSparc I didn't have fsmuld opblueswir13-9/+19
2008-05-29Remove unused (for now) reg_REGWPTR (original patch by Glauber Costa)blueswir13-19/+0
2008-05-29NPTL host detection and futex syscall passthrough.pbrook2-0/+90
2008-05-29Fix rounding error.pbrook1-1/+1
2008-05-29Strace fallback for unknown syscalls.pbrook1-1/+2
2008-05-29Implement clock_nanosleep.pbrook1-0/+11
2008-05-29Push common interrupt variables to cpu-defs.h (Glauber Costa)bellard10-18/+4
2008-05-29keep static code gen buffer for user mode - mark user mode reserved pages aft...bellard1-5/+29
2008-05-29Implement ARM magic kernel page and TLS register.pbrook4-10/+96
2008-05-28moved halted field to CPU_COMMONbellard16-28/+11
2008-05-28svn:ignore qemu-nbd and qemu-nbd.8pbrook0-0/+0
2008-05-28Don't link usermode emulation against libqemu_common.apbrook2-4/+16
2008-05-28force bit 1 in eflags loadbellard1-1/+1
2008-05-28SVM reworkbellard8-478/+383
2008-05-28Honour current_tc for MIPS M{T,F}{HI,LO}, by Richard Sandiford.ths3-45/+46
2008-05-28consistent naming for i386 TCG helper filebellard4-6433/+6399
2008-05-28updatebellard1-5/+2
2008-05-28more testsbellard2-18/+88
2008-05-28variable dynamic translation buffer sizebellard7-54/+88
2008-05-28Align file accesses with cache=off (O_DIRECT) (Kevin Wolf, Laurent Vivier)bellard1-2/+238
2008-05-27removed unused codebellard1-7/+0
2008-05-27CRIS: Re-add the X flag to the tb flags, it allows for better code generation...edgar_igl1-1/+1
2008-05-27qemu-nbd tool (Anthony Liguori)bellard7-2/+881
2008-05-27CRIS: Use $eda to instead of debug1 (removed) for fault addr.edgar_igl1-1/+1
2008-05-27CRIS: Restructure the translator to allow for better code generation.edgar_igl5-386/+544
2008-05-27ETRAX: Avoid compiler warning.edgar_igl1-3/+2
2008-05-27ETRAX: Allow boot from flash. Support the watchdog timer and resets through it.edgar_igl2-82/+163
2008-05-27Free tempsblueswir11-109/+313
2008-05-27Move non-op functions from op_helper.c to helper.c and vice versa.blueswir15-243/+233
2008-05-26More TCG type fixesblueswir11-11/+8
2008-05-26Fix signed/unsigned issues of immediate version of brcond (malc)bellard1-11/+48
2008-05-26Fix cas on i386blueswir11-1/+1