aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-04-07remove bdrv_aio_read/bdrv_aio_write (Christoph Hellwig)aliguori6-90/+119
2009-04-07more BlockDriver C99 initializers (Christoph Hellwig)aliguori1-14/+10
2009-04-07Don't try to return result from a void function (spotted by Sparse)blueswir15-16/+24
2009-04-07Fix a few Sparse warningsblueswir14-14/+12
2009-04-07Update Changelog to reflect 0.10.2 releasealiguori1-0/+16
2009-04-07Remove potentially offensive humor.edgar_igl1-1/+1
2009-04-07Fix find_device_type() to correctly identify floppy disk devices; (Luca Tetta...aliguori1-2/+7
2009-04-06target-mips: use the TCG_CALL_PURE and TCG_CALL_CONST for some helpersaurel321-4/+4
2009-04-06tcg: add a CONST flag to TCG helpersaurel322-4/+12
2009-04-06tcg: improve comment about pure functionsaurel321-2/+2
2009-04-06Remove WIN32 guard around -kaliguori1-2/+0
2009-04-05Add new command line option -singlestep for tcg single stepping.aurel3217-19/+79
2009-04-05tcg/x86_64: optimize register allocation orderaurel321-10/+9
2009-04-05stop dirty tracking just at the end of migration (Glauber Costa)aliguori1-1/+1
2009-04-05create qemu_file_set_error (Glauber Costa)aliguori2-0/+6
2009-04-05propagate error on failed completion (Glauber Costa)aliguori1-2/+8
2009-04-05Disable qemu-io on Win32aliguori1-2/+2
2009-04-05Add files not included in previous commit.aliguori3-0/+1717
2009-04-05Fix savevm after BDRV_FILE size enforcementaliguori5-6/+64
2009-04-05Fix the build for --disable-aioaliguori1-0/+6
2009-04-05gdbstub: Rework configuration via command line and monitor (Jan Kiszka)aliguori4-50/+61
2009-04-05Make `-icount' help fit 80 chars screen width (Robert Riebisch)aliguori1-1/+2
2009-04-05qemu-io - an I/O path exerciser (Christoph Hellwig)aliguori2-2/+4
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