qemu
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.
2008-10-22 pbrook* Use function pointers for symbol lookup (currently...
2008-10-21 aliguoriKeep usb host scanning from leaking file descriptors
2008-10-21 aurel32target-ppc: convert branch related instructions to TCG
2008-10-21 aliguoriFix broken USB support for Linux host (Bjorn Danielsson)
2008-10-21 aurel32target-ppc: convert logical instructions to TCG
2008-10-21 aurel32target-ppc: convert crf related instructions to TCG
2008-10-21 aurel32TCG: add tcg_const_local_tl()
2008-10-21 aurel32target-ppc: use the new TCG logical operations
2008-10-21 aurel32target-alpha: use the new TCG logical operations
2008-10-21 aurel32TCG: add logical operations found on alpha and powerpc...
2008-10-21 aurel32target-ppc: Convert XER accesses to TCG
2008-10-17 bellardadded explicit license
2008-10-17 bellardallow SLIRP to make an ARP request to get the client...
2008-10-17 aurel32scsi-generic: correct error management
2008-10-17 aurel32i386/SVM: return amount of ASIDs
2008-10-15 aurel32PPC: fix dcbi instruction
2008-10-15 aurel32PPC: convert SPE logical instructions to TCG
2008-10-15 aurel32ppc: convert integer load/store to TCG
2008-10-15 aurel32target-ppc: fix a TCG local variable creation
2008-10-15 aurel32PPC: convert SPE effective address computation to TCG
2008-10-14 aurel32PPC: convert effective address computation to TCG
2008-10-14 aurel32gdbstub: remove unused local variable
2008-10-14 aurel32target-i386: Add Core Duo Definition
2008-10-14 aliguoriFix previous commit (spotted by Robert Riebisch).
2008-10-14 aliguoriDefine O_DSYNC as O_SYNC if necessary.
2008-10-14 aliguoriExpand cache= option and use write-through caching...
2008-10-13 aurel32linux-user: implement msg* syscalls
2008-10-13 aurel32linux-user: fix and cleanup IPCOP_msg* ipc calls handling
2008-10-13 aurel32open() can also return EPERM for O_RDWR on a readonly...
2008-10-13 aurel32FreeBSD also has clock_gettime
2008-10-13 aurel32linux-user: fix getdents* syscalls
2008-10-13 aurel32linux-user: Add readahead syscall
2008-10-13 aliguoriIntroduce TCP live migration protocol
2008-10-13 aliguoriIntroduce ethernet announcement function.
2008-10-13 aliguoriIntroduce UI for live migration
2008-10-13 aliguoriIntroduce a buffered file wrapper for QEMUFile
2008-10-13 aliguoriFix some issues with QEMUFile
2008-10-12 aurel32SH4: Implement MOVUA.L
2008-10-12 aurel32SH4: fix single-stepping
2008-10-12 aurel32SH4: Fix swap.b
2008-10-12 aliguoriMake sure to initialize fd_sets in aio.c
2008-10-12 aurel32hw/apic.c: use functions from host-utils.h
2008-10-12 aurel32COPYING: update from FSF
2008-10-12 aurel32Define macro QEMU_GNUC_PREREQ and use it
2008-10-12 aurel32Only use __builtin_* with GCC >= 3.4
2008-10-12 aurel32hw/apic.c: use __builtin funtions instead of assembly...
2008-10-12 aurel32Optimize some host-utils function with gcc builtins
2008-10-12 aurel32Get rid of sys/poll.h
2008-10-11 edgar_iglCRIS: Initialize the arch version preg to v32.
2008-10-11 edgar_iglCRIS: Handle GDB writes to pregs.
2008-10-11 pbrookAdd feature_to_c.sh.
2008-10-11 pbrookAdd GDB XML register description support.
2008-10-11 malcFix some debugging mistakes/leftovers
2008-10-11 balrogUse the adequate CFLAGS for confiugure tests.
2008-10-11 balrogAdd a configure check for zlib (Ryota OZAKI).
2008-10-11 blueswir1Correct SCSI error reporting (Laurent Vivier)
2008-10-11 balrogIncrease write buffer size in pflash emulation (Thomas...
2008-10-09 blueswir1Update (thanks to Edgar, Thiemo, malc, Paul, Laurent...
2008-10-09 aliguoriFix IDE DIAGNOSE for packet devices (Vincent Sanders)
next