qemu
2009-04-15 aurel32target-alpha: fix emulation of ecb
2009-04-15 aurel32Call configure automatically when needed
2009-04-15 aurel32block-vpc: Don't silently create smaller image than...
2009-04-15 aurel32target-alpha: lower parent irq when irq is lowered.
2009-04-15 aurel32target-mips: mark zero register as unused.
2009-04-15 aurel32target-mips: variable names consistency
2009-04-13 aurel32Add a --enable-debug-tcg option to configure
2009-04-13 blueswir1Probe via #define check for OpenBSD and *Solaris
2009-04-13 blueswir1Fix OpenSolaris gcc4 warnings: iovec type mismatches...
2009-04-13 blueswir1Fix OpenSolaris softfloat warnings
2009-04-13 blueswir1Skip KVM probe for OpenSolaris
2009-04-13 blueswir1Probe for OpenSolaris curses missing resize_term
2009-04-13 blueswir1Fix ppc-softmmu warnings on OpenBSD host
2009-04-13 balrogRecognise evdev(xx)_aliases(yy) and xfree86(xx)_aliases...
2009-04-13 aurel32target-mips: fix commits 7040 and 7042
2009-04-12 aurel32target-mips: fix commit 7046
2009-04-11 aurel32target-mips: don't map zero register as a TCG global
2009-04-11 aurel32target-mips: optimize gen_ldst()
2009-04-11 aurel32target-mips: optimize gen_arith_imm()
2009-04-11 pbrookAdd named initializers.
2009-04-11 pbrookRemove redundant ram_require machine properly.
2009-04-11 pbrookRemove more redundant ram size checks.
2009-04-11 pbrookImplement dynamic guest ram allocation.
2009-04-11 pbrookFix/remove bogus ram size checks.
2009-04-11 pbrookAllocate enough vram for 24-bit planes.
2009-04-11 pbrookRemove code phys_ram_base uses.
2009-04-11 blueswir1BSD user: initial support for i386 and x86_64 targets
2009-04-11 blueswir1Compile target independent files only once
2009-04-11 malcRemove reserved registers from tcg_target_reg_alloc_order
2009-04-11 malcWhack [LS]MW
2009-04-11 malcRemove reserved registers from tcg_target_reg_alloc_order
2009-04-11 aurel32mips malta: fix commit 7064
2009-04-10 aurel32target-mips: fix commit r7076
2009-04-10 aurel32target-mips: optimize gen_movcf_d()
2009-04-10 aurel32target-mips: optimize a few tcg_temp_free()
2009-04-10 aurel32target-alpha: remove amask helper
2009-04-10 aurel32target-alpha: remove helper_load_implver
2009-04-10 aurel32target-alpha: overflow condition for sublv and subqv
2009-04-10 aurel32Clean up rc4030 init function
2009-04-10 aliguoriMake PCI config status register read-only
2009-04-10 pbrookWean device tree code off phys_ram_base.
2009-04-10 pbrookYet more phys_ram_base elimination.
2009-04-10 blueswir1BSD user: add support for OpenBSD/amd64 host
2009-04-10 blueswir1BSD user: add support for OpenBSD/i386 host
2009-04-10 pbrookMore phys_ram_base elimination.
2009-04-10 pbrookClean up VGA ram allocation.
2009-04-10 pbrookFix RTC breakage from r7031.
2009-04-10 pbrookMusicpal ram access cleanup.
2009-04-10 pbrookMore phys_ram_base removal.
2009-04-09 pbrookCleanup SPARC/TCX framebuffer allocation.
2009-04-09 pbrookUse cpu_physical_memory_write_rom instead of memcpy.
2009-04-09 pbrookRegister a single area for vga bios and option roms
2009-04-09 pbrookUse load_image_targphys and avoid phys_ram_base.
2009-04-09 pbrookMore phys_ram_base removal.
2009-04-09 pbrookUse load_image_targphys.
2009-04-09 pbrookUse guest memory access functions when setting up arm...
2009-04-09 pbrookUse qemu_ram_alloc.
2009-04-09 pbrookEnable generic accepts-anything cpu by default for...
2009-04-08 aurel32linux-user: fix fstatat64()/newfstatat() syscall implem...
2009-04-08 aurel32pcnet: Avoid double conversion via PHYSADDR
2009-04-08 aurel32apic: Fix access to non-existent APIC
2009-04-08 aurel32Use stdint.h for integral data types and definitions
2009-04-08 aurel32target-mips: optimize gen_farith()
2009-04-08 aurel32target-mips: optimize gen_flt3_arith()
2009-04-08 aurel32target-mips: optimize gen_flt3_ldst()
2009-04-08 aurel32target-mips: optimize gen_arith()
2009-04-08 aurel32target-mips: optimize decode_opc()
2009-04-08 aurel32target-mips: optimize gen_cp1()
2009-04-08 aurel32target-mips: optimize gen_cp0()
2009-04-08 aurel32factor out setting pc in gdbstub
2009-04-08 aurel32linux-user: fix problems with inotify syscalls
2009-04-08 aliguoriUpdate the version information to 0.10.50 to signify...
2009-04-07 pbrookAdd --with-pkgversion.
2009-04-07 pbrookImplement --version.
2009-04-07 aurel32target-arm: don't use T[x] in helper
2009-04-07 aurel32target-alpha: fix palcode mask for user pal calls
2009-04-07 aurel32target-alpha: document more registers used by 21264
2009-04-07 aurel32mc146818: add square wave output support
2009-04-07 aurel32rc4030 registers improvements
2009-04-07 aurel32target-alpha: set target page size to 13 bits
2009-04-07 aurel32Allow 5 mmu indexes.
2009-04-07 aurel32target-alpha: stop translation if too long
2009-04-07 aliguoriFix crash on resolution change -> screen dump -> vga...
2009-04-07 aliguoriRevert r6989
2009-04-07 aurel32tcg/tcg.h: fix a few typos
2009-04-07 aurel32Document some missing options in configure -h
2009-04-07 aurel32vnc: Fix incorrect attempt to clear a flag
2009-04-07 aliguorinative preadv/pwritev support (Christoph Hellwig)
2009-04-07 aliguoripush down vector linearization to posix-aio-compat...
2009-04-07 aliguoriremove bdrv_aio_read/bdrv_aio_write (Christoph Hellwig)
2009-04-07 aliguorimore BlockDriver C99 initializers (Christoph Hellwig)
2009-04-07 blueswir1Don't try to return result from a void function (spotte...
2009-04-07 blueswir1Fix a few Sparse warnings
2009-04-07 aliguoriUpdate Changelog to reflect 0.10.2 release
2009-04-07 edgar_iglRemove potentially offensive humor.
2009-04-07 aliguoriFix find_device_type() to correctly identify floppy...
2009-04-06 aurel32target-mips: use the TCG_CALL_PURE and TCG_CALL_CONST...
2009-04-06 aurel32tcg: add a CONST flag to TCG helpers
2009-04-06 aurel32tcg: improve comment about pure functions
2009-04-06 aliguoriRemove WIN32 guard around -k
next