aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-05-30Fix typo.pbrook
2008-05-30Move clone() register setup to target specific code. Handle fork-like clone.pbrook
2008-05-30Fix for 32-bit MIPS.ths
2008-05-29Avoid qemu SIGFPE for MIPS DIV, by Richard Sandiford.ths
2008-05-29Fix truncate/extend reversal in MIPS DIV{, U} handling, by Richard Sandiford.ths
2008-05-29Fix modulus result from MIPS DDIV & avoid overflowing division,ths
2008-05-29MicroSparc I didn't have fsmuld opblueswir1
2008-05-29Remove unused (for now) reg_REGWPTR (original patch by Glauber Costa)blueswir1
2008-05-29NPTL host detection and futex syscall passthrough.pbrook
2008-05-29Fix rounding error.pbrook
2008-05-29Strace fallback for unknown syscalls.pbrook
2008-05-29Implement clock_nanosleep.pbrook
2008-05-29Push common interrupt variables to cpu-defs.h (Glauber Costa)bellard
2008-05-29keep static code gen buffer for user mode - mark user mode reserved pages aft...bellard
2008-05-29Implement ARM magic kernel page and TLS register.pbrook
2008-05-28moved halted field to CPU_COMMONbellard
2008-05-28svn:ignore qemu-nbd and qemu-nbd.8pbrook
2008-05-28Don't link usermode emulation against libqemu_common.apbrook
2008-05-28force bit 1 in eflags loadbellard
2008-05-28SVM reworkbellard
2008-05-28Honour current_tc for MIPS M{T,F}{HI,LO}, by Richard Sandiford.ths
2008-05-28consistent naming for i386 TCG helper filebellard
2008-05-28updatebellard
2008-05-28more testsbellard
2008-05-28variable dynamic translation buffer sizebellard
2008-05-28Align file accesses with cache=off (O_DIRECT) (Kevin Wolf, Laurent Vivier)bellard
2008-05-27removed unused codebellard
2008-05-27CRIS: Re-add the X flag to the tb flags, it allows for better code generation...edgar_igl
2008-05-27qemu-nbd tool (Anthony Liguori)bellard
2008-05-27CRIS: Use $eda to instead of debug1 (removed) for fault addr.edgar_igl
2008-05-27CRIS: Restructure the translator to allow for better code generation.edgar_igl
2008-05-27ETRAX: Avoid compiler warning.edgar_igl
2008-05-27ETRAX: Allow boot from flash. Support the watchdog timer and resets through it.edgar_igl
2008-05-27Free tempsblueswir1
2008-05-27Move non-op functions from op_helper.c to helper.c and vice versa.blueswir1
2008-05-26More TCG type fixesblueswir1
2008-05-26Fix signed/unsigned issues of immediate version of brcond (malc)bellard
2008-05-26Fix cas on i386blueswir1
2008-05-25fixed x86_64 regressionbellard
2008-05-25ppc dyngen fix (malc)bellard
2008-05-25ppc TCG target (malc)bellard
2008-05-25jump simplificationbellard
2008-05-25jump optimizationsbellard
2008-05-25updatebellard
2008-05-25suppressed unused macro handlingbellard
2008-05-25remove absolete functionbellard
2008-05-25remove absolete functionbellard
2008-05-25transformed TN into temporaries - add local temporaries usage when needed - o...bellard
2008-05-25added local temporariesbellard
2008-05-25Ignore duplicate timer run requests.pbrook