summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2008-05-25fixed x86_64 regressionbellard1-4/+4
2008-05-25ppc dyngen fix (malc)bellard1-25/+39
2008-05-25ppc TCG target (malc)bellard2-0/+1493
2008-05-25jump simplificationbellard1-22/+1
2008-05-25jump optimizationsbellard1-31/+9
2008-05-25updatebellard2-86/+64
2008-05-25suppressed unused macro handlingbellard4-109/+2
2008-05-25remove absolete functionbellard1-5/+0
2008-05-25remove absolete functionbellard1-5/+0
2008-05-25transformed TN into temporaries - add local temporaries usage when needed - o...bellard4-266/+259
2008-05-25added local temporariesbellard2-45/+103
2008-05-25Ignore duplicate timer run requests.pbrook1-0/+3
2008-05-25Implement byte swapping accessesblueswir12-36/+104
2008-05-25Nicer debug outputblueswir11-0/+2
2008-05-25Remove bogus DisplayState member.pbrook1-1/+0
2008-05-25Fix VNC update regoin height.balrog1-1/+1
2008-05-25Fix off-by-one unwinding error.pbrook11-49/+12
2008-05-25Invalidate VNC framebuffer on every resize.balrog1-4/+3
2008-05-24Tab-complete arguments for "logfile" in the monitor.balrog1-1/+1
2008-05-24Relax a constraint for qemu_ld64 on ARM host.balrog1-4/+13
2008-05-24Fix a deadly typo, correct comments.balrog1-4/+6
2008-05-24Convert m68k target to TCG.pbrook11-2352/+1574
2008-05-24Fix ARM host TLB.pbrook1-61/+44
2008-05-24Fix mov[tf].ps handling for MIPS, by Richard Sandiford.ths2-6/+10
2008-05-24Un-break MIPS conditional moves, by Richard Sandiford.ths1-15/+17
2008-05-24Implement 64-bit constant loadsblueswir11-15/+27
2008-05-24Use sethi and arith functions, fix commentblueswir11-23/+26