aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-10-29Fix restore of older snapshots for target-i386 on big endian hostsaliguori
2008-10-28Use locally defined structure.pbrook
2008-10-28Sun4c cleanups (Robert Reif)blueswir1
2008-10-28fix off-by-one generating vmdk backing files (Avi Kivity)aliguori
2008-10-28Set default max_cpus to one.balrog
2008-10-28Fix return value printing for shmat (Lauro Ramos Venancio).balrog
2008-10-28Recvmsg must return the number of bytes received (Lauro Ramos Venancio).balrog
2008-10-28page_check_range: fix wrap around test (Lauro Ramos Venancio).balrog
2008-10-28Fix iovec for the case with invalid elements (Lauro Ramos Venancio).balrog
2008-10-28Use the host exit syscall for exiting (Lauro Ramos Venancio).balrog
2008-10-28CRIS: Plug more temp leaks.edgar_igl
2008-10-28Control + i and [tab] share keycode in curses, simulate [tab].balrog
2008-10-28Fix cpuid ext_features value for Atom N270 (Blue Swirl).balrog
2008-10-27target-ppc: use consistent names for variablesaurel32
2008-10-27target-ppc: indentation fixesaurel32
2008-10-27target-ppc: convert rotation instructions to TCGaurel32
2008-10-27CRIS: Plug a few temp leaks.edgar_igl
2008-10-27ETRAX-FS: Process outgoing DMA channels until EOL.edgar_igl
2008-10-27CRIS: Remove cpu_T.edgar_igl
2008-10-27Ansify to please sparseblueswir1
2008-10-27CRIS: Avoid more cpu_T usage.edgar_igl
2008-10-27Move sun4c to its own hwdef (Robert Reif)blueswir1
2008-10-27CRIS: Avoid cpu_T[1] for move_r.edgar_igl
2008-10-27CRIS: Avoid using cpu_T[0] for testing condition codes.edgar_igl
2008-10-27CRIS: Add branch-free versions of abs, lsl, lsr and asr.edgar_igl
2008-10-26CRIS: Correct tcg globals allocation for 64bit hosts.edgar_igl
2008-10-26Preliminary BSD user emulator supportblueswir1
2008-10-26Update from binutils 2.17blueswir1
2008-10-26Document the binutils source files used in constructing sparc-dis.cblueswir1
2008-10-26Add "const"blueswir1
2008-10-26Fix inline use warnings from sparseblueswir1
2008-10-26Fix undeclared symbol warnings from sparseblueswir1
2008-10-26Fix incorrect use of pstrcpy (malc)blueswir1
2008-10-26Fix undefined pthread_sigmask warning on FreeBSD (Juergen Lock)blueswir1
2008-10-25Change freeing method because the allocation function was changed in r5532blueswir1
2008-10-25Silence warnings about unused variablesblueswir1
2008-10-25Suppress a GCC warning about unused functionblueswir1
2008-10-25Fix GCC 4 signedness warningblueswir1
2008-10-25Replace uses of strndup (a GNU extension) with Qemu pstrdupblueswir1
2008-10-25Replace uses of strncpy (a GNU extension) with Qemu pstrcpyblueswir1
2008-10-25Fix undefined pthread_sigmask warning on OpenBSDblueswir1
2008-10-25Use snprintf to please OpenBSD linkerblueswir1
2008-10-25Fix a bad memcpy length (Bruce Rogers).balrog
2008-10-24Fix whitespace in migration code.aliguori
2008-10-24Fix possibly SEGV in tcp migration error case.aliguori
2008-10-24Live migration for Win32 (Hervé Poussineau)aliguori
2008-10-24Fix windows build after migration changesaliguori
2008-10-24Add missing return statement (fixes compiler warning).aurel32
2008-10-24hw/pc: don't register the memory hole as unassigned twiceaurel32
2008-10-24Fix typos in PPC TCG conversion.pbrook