summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-04-10Yet more phys_ram_base elimination.pbrook12-108/+103
2009-04-10BSD user: add support for OpenBSD/amd64 hostblueswir11-11/+19
2009-04-10BSD user: add support for OpenBSD/i386 hostblueswir11-1/+12
2009-04-10More phys_ram_base elimination.pbrook4-57/+54
2009-04-10Clean up VGA ram allocation.pbrook16-130/+71
2009-04-10Fix RTC breakage from r7031.pbrook1-1/+1
2009-04-10Musicpal ram access cleanup.pbrook1-59/+90
2009-04-10More phys_ram_base removal.pbrook9-34/+37
2009-04-09Cleanup SPARC/TCX framebuffer allocation.pbrook5-16/+26
2009-04-09Use cpu_physical_memory_write_rom instead of memcpy.pbrook1-4/+4
2009-04-09Register a single area for vga bios and option romspbrook1-68/+53
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