aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-04-08target-mips: optimize decode_opc()aurel321-13/+17
2009-04-08target-mips: optimize gen_cp1()aurel321-15/+5
2009-04-08target-mips: optimize gen_cp0()aurel321-27/+5
2009-04-08factor out setting pc in gdbstubaurel321-38/+25
2009-04-08linux-user: fix problems with inotify syscallsaurel321-3/+3
2009-04-08Update the version information to 0.10.50 to signify development branchaliguori1-1/+1
2009-04-07Add --with-pkgversion.pbrook4-3/+8
2009-04-07Implement --version.pbrook2-2/+18
2009-04-07target-arm: don't use T[x] in helperaurel321-1/+1
2009-04-07target-alpha: fix palcode mask for user pal callsaurel321-1/+1
2009-04-07target-alpha: document more registers used by 21264aurel321-2/+2
2009-04-07mc146818: add square wave output supportaurel322-10/+30
2009-04-07rc4030 registers improvementsaurel321-49/+70
2009-04-07target-alpha: set target page size to 13 bitsaurel321-1/+1
2009-04-07Allow 5 mmu indexes.aurel322-10/+49
2009-04-07target-alpha: stop translation if too longaurel321-5/+9
2009-04-07Fix crash on resolution change -> screen dump -> vga redraw (Avi Kivity)aliguori1-0/+1
2009-04-07Revert r6989aliguori3-170/+120
2009-04-07tcg/tcg.h: fix a few typosaurel321-3/+3
2009-04-07Document some missing options in configure -haurel321-0/+2
2009-04-07vnc: Fix incorrect attempt to clear a flagaurel321-1/+1
2009-04-07native preadv/pwritev support (Christoph Hellwig)aliguori3-4/+101
2009-04-07push down vector linearization to posix-aio-compat.c (Christoph Hellwig)aliguori7-284/+317
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