summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-05-06Fix OMAP1 MPU-timer rate on 32-bit hosts.balrog1-1/+1
2008-05-06Fix signal handler compilation on __arm__.balrog1-1/+1
2008-05-06Force correct evaluation order in a a == b != c condition.balrog1-1/+1
2008-05-06Fix i64 remainder calculation copy-paste error.balrog1-2/+2
2008-05-06Use TCG for MIPS GPR moves.ths4-42/+83
2008-05-06Fix MIPS64 branches. Funny how this survived testing.ths1-1/+1
2008-05-06ide: Enable byte&word access to DMA address registeraurel321-0/+50
2008-05-06Teach the CRIS disassembler to stay within the provided buffer.edgar_igl1-6/+4
2008-05-06Make sure we flush cached blocks from the tb-jmp-cache when we replace valid ...edgar_igl1-8/+20
2008-05-06Make the paged properties of the tb-jmp-cache hash function work for TARGET_P...edgar_igl1-3/+3
2008-05-06More TCG updates for CRISedgar_igl1-64/+90
2008-05-06CRIS MMU Updatesedgar_igl3-10/+28
2008-05-05Really really revert commit r4343aurel321-0/+4
2008-05-05Really revert commit r4343aurel321-2/+0
2008-05-05Revert commit r4342 and r4343, wasn't intended to be committedaurel322-2/+1
2008-05-05PPC: fix isel opcode decodingaurel321-1/+1
2008-05-05hw/pc.c: fix warningaurel321-0/+1
2008-05-05Don't stop translation for mtc0 compareaurel321-2/+0
2008-05-05Disable debug code for production.aurel321-1/+1
2008-05-05qemu: generate signals on tap I/Oaurel321-0/+1
2008-05-05CVE-2007-1320 - Cirrus LGD-54XX "bitblt" heap overflowaurel322-13/+48
2008-05-05Fix Sparc64 serial device breakageblueswir11-1/+2
2008-05-05Put Pseudo-TTY in rawmode for char devicesaurel321-12/+62
2008-05-05Qemu 32-bit i386, gcc >= 3.4 spill error fixaurel322-2/+15
2008-05-048250: Customized base baudrateaurel3214-25/+36
2008-05-048250: throttle TX-completion IRQsaurel321-6/+49
2008-05-04Correctly save and restore env->a20_mask now that it is a 64-bitaurel321-2/+6
2008-05-04Allow bootdevice change from the monitoraurel325-0/+68
2008-05-04MusicPal mono playback support.balrog1-14/+29
2008-05-04OMAP STI/XTI console.balrog3-0/+217
2008-05-04Remember the state of level-triggered interruptsaurel321-2/+7
2008-05-04PPC UIC: Remove interrupt polarity codeaurel321-5/+1
2008-05-04Fix spurious VGA updatesaurel321-2/+10
2008-05-04remove target ifdefs from vl.caurel3211-620/+650
2008-05-04Remove debug sample rate slowdown.balrog1-1/+1
2008-05-04Use external clock in wm8750 slave mode.balrog3-9/+57
2008-05-04Complete the TCG conversion (and delete some files, too)blueswir12-89/+0
2008-05-04Complete the TCG conversionblueswir16-42/+139
2008-05-04Update volume for WM8750 input voices.balrog1-12/+41
2008-05-04First cut at WM8750 volume control (Jan Kiszka).balrog3-32/+70
2008-05-04Simplify mips branch handling. Retire T2 from use. Use TCG for branches.ths5-77/+55
2008-05-04Add helpers and shorthands for mul and muli operations.ths1-0/+19
2008-05-04Avoid some brcondsblueswir11-24/+12
2008-05-04Fix crash due to invalid env->current_tb (Adam Lackorzynski, Paul Brook, me)blueswir11-24/+44
2008-05-04Set default console sizeaurel322-5/+5
2008-05-04Add ${ARCH_CFLAGS} when testing for libbrlapiaurel321-1/+1
2008-05-04configure: silence test for brlapiaurel321-1/+1
2008-05-03CRIS: Convert divide step to TCG.edgar_igl1-1/+18
2008-05-03Skip register moves when the target and the source are the sameblueswir11-4/+8
2008-05-03Use memory based registers in functions containing brcondsblueswir11-44/+57