aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-04-09Use load_image_targphys and avoid phys_ram_base.pbrook16-71/+113
2009-04-09More phys_ram_base removal.pbrook4-6/+6
2009-04-09Use load_image_targphys.pbrook1-11/+6
2009-04-09Use guest memory access functions when setting up arm boorloader.pbrook2-67/+83
2009-04-09Use qemu_ram_alloc.pbrook4-9/+15
2009-04-09Enable generic accepts-anything cpu by default for usermode emulation.pbrook1-1/+1
2009-04-08linux-user: fix fstatat64()/newfstatat() syscall implementationaurel321-4/+25
2009-04-08pcnet: Avoid double conversion via PHYSADDRaurel321-10/+10
2009-04-08apic: Fix access to non-existent APICaurel321-3/+8
2009-04-08Use stdint.h for integral data types and definitionsaurel321-43/+1
2009-04-08target-mips: optimize gen_farith()aurel321-56/+47
2009-04-08target-mips: optimize gen_flt3_arith()aurel321-18/+16
2009-04-08target-mips: optimize gen_flt3_ldst()aurel321-9/+4
2009-04-08target-mips: optimize gen_arith()aurel321-158/+290
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