aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-11-06Make sure to resume the monitor only after flushing out outstanding aliguori1-8/+6
2008-11-06Win32: Fix warningsaurel323-5/+4
2008-11-06target-alpha: Fix ret instructionaurel321-2/+2
2008-11-05Fix windows build after init_host_timer changes.aliguori1-30/+41
2008-11-05Run timers from host alarm timer callbackaliguori1-10/+9
2008-11-05Use qemu_set_fd_handler2() to determine when alarm timer fires.aliguori1-13/+22
2008-11-05Improve error reporting in init_timer_alarmaliguori1-16/+42
2008-11-05Fix alarm_timer race with select - v3 (Jan Kiszka)aliguori1-2/+26
2008-11-05SM501 emulation for R2D-SH4blueswir15-3/+1247
2008-11-05Allow KVM to be used on either 32-bit or 64-bit x86aliguori1-3/+5
2008-11-05Use qemu_ram_allocblueswir12-20/+31
2008-11-05Add missing files to KVM commit.aliguori3-0/+1080
2008-11-05Add --kerneldir configure argumentaliguori1-2/+9
2008-11-05Add KVM support to QEMUaliguori10-1/+215
2008-11-05Split CPUID from op_helperaliguori3-162/+176
2008-11-05Add additional CPU flag definitionsaliguori1-1/+8
2008-11-04ETRAX-FS: Make etraxfs_dmac_run local.edgar_igl2-2/+1
2008-11-04Set default audio timer period to a sane value (otherwise qemu becomes unusab...malc1-1/+1
2008-11-04target-mips: use the new rotr/rotri instructionsaurel321-43/+5
2008-11-04ETRAX-FS: Fix DMA warnings.edgar_igl1-8/+11
2008-11-04Add safety net against potential infinite loopmalc1-0/+8
2008-11-04Mention output overlaps.pbrook1-0/+5
2008-11-04Fix ARM default NaN.pbrook1-2/+2
2008-11-04tc6393xb: non-accelerated FB support (Dmitry Baryshkov).balrog4-8/+207
2008-11-04Tosa: dummy lcd support (Dmitry Baryshkov).balrog1-0/+84
2008-11-04scoop: GPRR reports the state of GPIO lines (Dmitry Baryshkov).balrog1-9/+6
2008-11-04Tosa: disable pxafb as it's not used on tosa (Dmitry Baryshkov).balrog1-1/+1
2008-11-04Tosa: provide correct IRQ to tc6393xb init (Dmitry Baryshkov).balrog1-1/+2
2008-11-04Tosa: emulate LEDs (Dmitry Baryshkov).balrog1-1/+34
2008-11-04tc6393xb: initial support for nand control (Dmitry Baryshkov).balrog1-23/+221
2008-11-03VFP fnmsc negative zero fix.pbrook1-2/+2
2008-11-03Fix rotri_i64 typo.pbrook1-1/+1
2008-11-03target-ppc: use the new rotr/rotri instructionsaurel321-59/+47
2008-11-03tcg-ops.h: add rotl/rotli and rotr/rotri TCG instructionsaurel322-1/+127
2008-11-03tcg-op.h: reorder _i64 instructions common to 32- and 64-bit targetsaurel321-15/+15
2008-11-03Fix RGBT 5:5:5 drawing on pxa2xx lcd (Lars Munch)balrog1-0/+1
2008-11-02More realistic max_cpusblueswir12-15/+8
2008-11-02Fix loading of unstripped ELF PROM imageblueswir11-1/+1
2008-11-0264-bit target subfi fix.pbrook1-1/+1
2008-11-02Halt the CPU using a qemu_irqblueswir13-7/+15
2008-11-02target-ppc: use the new subfi wrapperaurel321-8/+4
2008-11-02tcg-ops.h: add a subfi wrapperaurel321-0/+16
2008-11-02tcg-ops.h: _i64 TCG immediate instructions cleanupaurel321-42/+31
2008-11-02target-ppc: simplify slw, srw, sld, srdaurel321-12/+8
2008-11-02target-ppc: be more consistent with temp variables namingaurel321-74/+74
2008-11-02target-ppc: fix srw on 64-bit targetsaurel321-3/+5
2008-11-01Avoid ld flag --warn-common on Solarisblueswir11-2/+5
2008-11-01Fix TCGv size mismatchesblueswir11-19/+21
2008-11-01target-ppc: optimize popcntbaurel321-14/+8
2008-11-01target-ppc: convert 405 MAC instructions to TCGaurel324-140/+72