aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-04-05Fix display breakage when resizing the screen (v2) (Avi Kivity)aliguori3-120/+170
2009-04-05Fix some win32 compile warningsblueswir18-16/+27
2009-04-05Make binary stripping conditional (Riku Voipio)aliguori3-3/+10
2009-04-05qcow2: fix image creation for large, > ~2TB, images (Chris Wright)aliguori1-7/+13
2009-04-05pci_add storage: fix error handling for 'if' parameter (Eduardo Habkost)aliguori1-5/+7
2009-04-05build system: clean qemu-options.texi and gdbstub-xml.c (Jan Kiszka)aliguori2-2/+2
2009-04-05build system: silent generation of doc files and qemu-options.h (Jan Kiszka)aliguori2-11/+17
2009-04-05Add host_device support to qemu-img. (Nolan Leake)aliguori2-15/+55
2009-04-05Fix (at least one cause of) qcow2 corruption. (Nolan Leake)aliguori1-0/+4
2009-04-05Document QEMU coding style (v2) (Avi Kivity)aliguori1-0/+78
2009-04-05Fix oops on 2.6.25 guest (Rusty Russell)aliguori3-1/+27
2009-04-04Fix branches and TLB matches for 64 bit targetsblueswir11-13/+75
2009-04-04Allocate space for static call args, increase stack frame size on Sparc64blueswir12-9/+17
2009-04-04Compile all files with -ffixed-g5 etc. to avoid env (%g5) corruptionblueswir12-10/+9
2009-04-04Make i386-softmmu boot on Sparc hostblueswir11-0/+10
2009-04-03SH: Fix linux-user _is_cached typo.edgar_igl1-1/+1
2009-04-03SH: Add cpu_sh4_is_cached for linux-user.edgar_igl1-0/+6
2009-04-02Immediate versions of ro[lr]malc1-1/+83
2009-04-02Temporary workaround for ppc on ppcmalc1-0/+4
2009-04-01SH: Improve movca.l/ocbi emulation.edgar_igl5-5/+156
2009-04-01Implement and use shared memory framebuffer device rendering reoutine.pbrook10-231/+253
2009-04-01Use pixel_ops.hpbrook1-24/+1
2009-03-31Remove unused variableblueswir11-1/+0
2009-03-31Update OpenBIOS images to r482blueswir14-1/+1
2009-03-31Avoid rounding problems in ptimer_get_countpbrook1-1/+31
2009-03-30Fix wrong return valueblueswir11-1/+1
2009-03-29Remove dead AIO code for win32aliguori1-142/+4
2009-03-29target-mips: optimize gen_movcf_*()aurel321-51/+23
2009-03-29target-mips: optimize gen_movci()aurel321-15/+17
2009-03-29target-mips: optimize gen_compute_branch1()aurel321-107/+57
2009-03-29Misc scsi disk/cdrom fixes/improvements 4/4blueswir11-0/+3
2009-03-29misc scsi disk/cdrom fixes/improvements 3/4blueswir11-1/+9
2009-03-29misc scsi disk/cdrom fixes/improvements 2/4blueswir11-0/+4
2009-03-29misc scsi disk/cdrom fixes/improvements 1/4blueswir11-0/+1
2009-03-29target-mips: don't map FP registers as TCG global variablesaurel321-35/+30
2009-03-29target-mips: fix divu instructionaurel321-0/+2
2009-03-29tcg: fix _tl aliases for divu/remuaurel321-4/+4
2009-03-29target-ppc: Explain why the whole TLB is flushed on SR writeaurel321-0/+2
2009-03-29Fix hxtool eating backslash sequences for sh != bashblueswir11-1/+1
2009-03-29Fix hxtool eating backslash sequencesblueswir11-3/+3
2009-03-29fix format string warnings in block-qcow2.c (Christoph Hellwig)aliguori1-3/+3
2009-03-29check for bs->drv in bdrv_flush (Christoph Hellwig)aliguori1-0/+2
2009-03-29remove dead code in bdrv_check_request (Christoph Hellwig)aliguori1-9/+1
2009-03-29target-mips: optimize write to env->hflagsaurel321-14/+7
2009-03-29target-mips: optimize gen_muldiv()aurel321-123/+115
2009-03-29tcg: add _tl aliases for div/divu/rem/remuaurel321-0/+8
2009-03-29target-mips: optimize gen_HILO()aurel321-4/+0
2009-03-29target-mips: optimize gen_trap()aurel321-26/+12
2009-03-29target-mips: optimize gen_compute_branch()aurel323-51/+48
2009-03-29target-mips: don't mix result and arguments in gen_op_*aurel321-54/+54