qemu
2008-11-03 pbrookVFP fnmsc negative zero fix.
2008-11-03 pbrookFix rotri_i64 typo.
2008-11-03 aurel32target-ppc: use the new rotr/rotri instructions
2008-11-03 aurel32tcg-ops.h: add rotl/rotli and rotr/rotri TCG instructions
2008-11-03 aurel32tcg-op.h: reorder _i64 instructions common to 32- and...
2008-11-03 balrogFix RGBT 5:5:5 drawing on pxa2xx lcd (Lars Munch)
2008-11-02 blueswir1More realistic max_cpus
2008-11-02 blueswir1Fix loading of unstripped ELF PROM image
2008-11-02 pbrook64-bit target subfi fix.
2008-11-02 blueswir1Halt the CPU using a qemu_irq
2008-11-02 aurel32target-ppc: use the new subfi wrapper
2008-11-02 aurel32tcg-ops.h: add a subfi wrapper
2008-11-02 aurel32tcg-ops.h: _i64 TCG immediate instructions cleanup
2008-11-02 aurel32target-ppc: simplify slw, srw, sld, srd
2008-11-02 aurel32target-ppc: be more consistent with temp variables...
2008-11-02 aurel32target-ppc: fix srw on 64-bit targets
2008-11-01 blueswir1Avoid ld flag --warn-common on Solaris
2008-11-01 blueswir1Fix TCGv size mismatches
2008-11-01 aurel32target-ppc: optimize popcntb
2008-11-01 aurel32target-ppc: convert 405 MAC instructions to TCG
2008-11-01 aurel32target-ppc: convert arithmetic functions to TCG
2008-11-01 aurel32target-ppc: xer access prototypes no more used & implem...
2008-11-01 aurel32target-ppc: fix XER accesses on 64-bit targets
2008-11-01 aurel32CVE-2008-4539: fix a heap overflow in Cirrus emulation
2008-11-01 aurel32target-cris: access to TCG variables through GET_TCGV()
2008-11-01 aurel32Malta & OMAP: add a name to char devices
2008-11-01 aurel32qemu-char: include hw/baum.h
2008-10-31 aliguoriRemove dumb_refresh
2008-10-31 aliguoriRemove extraneous inline keyword.
2008-10-31 aliguoriMove network redirection code out of vl.c and into...
2008-10-31 aliguoriMove CharDriverState code out of vl.c
2008-10-31 aliguoriMove some declarations around in the QEMU CharDriver...
2008-10-31 aliguoriIncrease default IO timeout from 10ms to 5s
2008-10-31 aliguoriMain loop fixes/cleanup
2008-10-31 aliguoriClarify qemu_bh_schedule_idle() usage
2008-10-31 aliguoriImplement "info chardev" command. (Gerd Hoffmann)
2008-10-31 aliguorifix bdrv_aio_read API breakage in qcow2 (Andrea Arcangeli)
2008-10-31 aliguoriMake DMA bottom-half driven (v2)
2008-10-31 aliguoriMake bottom halves more robust
2008-10-29 pbrookUse qemu_gettimeofday.
2008-10-29 aliguoriFix restore of older snapshots for target-i386 on big...
2008-10-28 pbrookUse locally defined structure.
2008-10-28 blueswir1Sun4c cleanups (Robert Reif)
2008-10-28 aliguorifix off-by-one generating vmdk backing files (Avi Kivity)
2008-10-28 balrogSet default max_cpus to one.
2008-10-28 balrogFix return value printing for shmat (Lauro Ramos Venancio).
2008-10-28 balrogRecvmsg must return the number of bytes received (Lauro...
2008-10-28 balrogpage_check_range: fix wrap around test (Lauro Ramos...
2008-10-28 balrogFix iovec for the case with invalid elements (Lauro...
2008-10-28 balrogUse the host exit syscall for exiting (Lauro Ramos...
2008-10-28 edgar_iglCRIS: Plug more temp leaks.
2008-10-28 balrogControl + i and [tab] share keycode in curses, simulate...
2008-10-28 balrogFix cpuid ext_features value for Atom N270 (Blue Swirl).
2008-10-27 aurel32target-ppc: use consistent names for variables
2008-10-27 aurel32target-ppc: indentation fixes
2008-10-27 aurel32target-ppc: convert rotation instructions to TCG
2008-10-27 edgar_iglCRIS: Plug a few temp leaks.
2008-10-27 edgar_iglETRAX-FS: Process outgoing DMA channels until EOL.
2008-10-27 edgar_iglCRIS: Remove cpu_T.
2008-10-27 blueswir1Ansify to please sparse
2008-10-27 edgar_iglCRIS: Avoid more cpu_T usage.
2008-10-27 blueswir1Move sun4c to its own hwdef (Robert Reif)
2008-10-27 edgar_iglCRIS: Avoid cpu_T[1] for move_r.
2008-10-27 edgar_iglCRIS: Avoid using cpu_T[0] for testing condition codes.
2008-10-27 edgar_iglCRIS: Add branch-free versions of abs, lsl, lsr and...
2008-10-26 edgar_iglCRIS: Correct tcg globals allocation for 64bit hosts.
2008-10-26 blueswir1Preliminary BSD user emulator support
2008-10-26 blueswir1Update from binutils 2.17
2008-10-26 blueswir1Document the binutils source files used in constructing...
2008-10-26 blueswir1Add "const"
2008-10-26 blueswir1Fix inline use warnings from sparse
2008-10-26 blueswir1Fix undeclared symbol warnings from sparse
2008-10-26 blueswir1Fix incorrect use of pstrcpy (malc)
2008-10-26 blueswir1Fix undefined pthread_sigmask warning on FreeBSD (Juerg...
2008-10-25 blueswir1Change freeing method because the allocation function...
2008-10-25 blueswir1Silence warnings about unused variables
2008-10-25 blueswir1Suppress a GCC warning about unused function
2008-10-25 blueswir1Fix GCC 4 signedness warning
2008-10-25 blueswir1Replace uses of strndup (a GNU extension) with Qemu...
2008-10-25 blueswir1Replace uses of strncpy (a GNU extension) with Qemu...
2008-10-25 blueswir1Fix undefined pthread_sigmask warning on OpenBSD
2008-10-25 blueswir1Use snprintf to please OpenBSD linker
2008-10-25 balrogFix a bad memcpy length (Bruce Rogers).
2008-10-24 aliguoriFix whitespace in migration code.
2008-10-24 aliguoriFix possibly SEGV in tcp migration error case.
2008-10-24 aliguoriLive migration for Win32 (Hervé Poussineau)
2008-10-24 aliguoriFix windows build after migration changes
2008-10-24 aurel32Add missing return statement (fixes compiler warning).
2008-10-24 aurel32hw/pc: don't register the memory hole as unassigned...
2008-10-24 pbrookFix typos in PPC TCG conversion.
2008-10-24 edgar_iglETRAX-FS: Drop DMA polling for ethernet.
2008-10-23 aliguoriprotect exec-all.h frm multiple inclusion (Glauber...
2008-10-22 pbrookAdditional exclusive load/store instruction are v6K...
2008-10-22 pbrookFix ARMv6t2 strex instructions.
2008-10-22 edgar_iglETRAX-FS: Add support for passing kernel command lines
2008-10-22 edgar_iglETRAX-FS: Correct booting of elf linux images from...
2008-10-22 pbrookFix ARMv6 translation table base address calculation.
2008-10-22 pbrookUse load address when loading ELF images.
2008-10-22 pbrookOptimize redundant cp15 coprocessor access control...
2008-10-22 pbrookUpdate old fashioned function prototypes.
next