aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-10-28Set default max_cpus to one.balrog26-38/+13
2008-10-28Fix return value printing for shmat (Lauro Ramos Venancio).balrog1-1/+1
2008-10-28Recvmsg must return the number of bytes received (Lauro Ramos Venancio).balrog1-2/+6
2008-10-28page_check_range: fix wrap around test (Lauro Ramos Venancio).balrog1-3/+4
2008-10-28Fix iovec for the case with invalid elements (Lauro Ramos Venancio).balrog1-13/+7
2008-10-28Use the host exit syscall for exiting (Lauro Ramos Venancio).balrog1-1/+3
2008-10-28CRIS: Plug more temp leaks.edgar_igl1-5/+5
2008-10-28Control + i and [tab] share keycode in curses, simulate [tab].balrog1-1/+1
2008-10-28Fix cpuid ext_features value for Atom N270 (Blue Swirl).balrog1-1/+1
2008-10-27target-ppc: use consistent names for variablesaurel321-141/+141
2008-10-27target-ppc: indentation fixesaurel321-6/+6
2008-10-27target-ppc: convert rotation instructions to TCGaurel322-159/+138
2008-10-27CRIS: Plug a few temp leaks.edgar_igl1-1/+3
2008-10-27ETRAX-FS: Process outgoing DMA channels until EOL.edgar_igl1-67/+69
2008-10-27CRIS: Remove cpu_T.edgar_igl2-102/+155
2008-10-27Ansify to please sparseblueswir11-19/+9
2008-10-27CRIS: Avoid more cpu_T usage.edgar_igl1-95/+175
2008-10-27Move sun4c to its own hwdef (Robert Reif)blueswir11-239/+241
2008-10-27CRIS: Avoid cpu_T[1] for move_r.edgar_igl1-3/+7
2008-10-27CRIS: Avoid using cpu_T[0] for testing condition codes.edgar_igl1-44/+41
2008-10-27CRIS: Add branch-free versions of abs, lsl, lsr and asr.edgar_igl1-29/+40
2008-10-26CRIS: Correct tcg globals allocation for 64bit hosts.edgar_igl1-12/+12
2008-10-26Preliminary BSD user emulator supportblueswir124-1/+5943
2008-10-26Update from binutils 2.17blueswir11-579/+627
2008-10-26Document the binutils source files used in constructing sparc-dis.cblueswir11-0/+11
2008-10-26Add "const"blueswir11-8/+8
2008-10-26Fix inline use warnings from sparseblueswir12-4/+4
2008-10-26Fix undeclared symbol warnings from sparseblueswir137-61/+71
2008-10-26Fix incorrect use of pstrcpy (malc)blueswir11-1/+1
2008-10-26Fix undefined pthread_sigmask warning on FreeBSD (Juergen Lock)blueswir11-1/+1
2008-10-25Change freeing method because the allocation function was changed in r5532blueswir11-3/+3
2008-10-25Silence warnings about unused variablesblueswir11-5/+5
2008-10-25Suppress a GCC warning about unused functionblueswir11-0/+2
2008-10-25Fix GCC 4 signedness warningblueswir11-1/+1
2008-10-25Replace uses of strndup (a GNU extension) with Qemu pstrdupblueswir13-1/+14
2008-10-25Replace uses of strncpy (a GNU extension) with Qemu pstrcpyblueswir17-9/+10
2008-10-25Fix undefined pthread_sigmask warning on OpenBSDblueswir11-0/+2
2008-10-25Use snprintf to please OpenBSD linkerblueswir11-9/+9
2008-10-25Fix a bad memcpy length (Bruce Rogers).balrog1-1/+1
2008-10-24Fix whitespace in migration code.aliguori2-45/+45
2008-10-24Fix possibly SEGV in tcp migration error case.aliguori1-1/+1
2008-10-24Live migration for Win32 (Hervé Poussineau)aliguori3-24/+24
2008-10-24Fix windows build after migration changesaliguori3-6/+5
2008-10-24Add missing return statement (fixes compiler warning).aurel321-0/+1
2008-10-24hw/pc: don't register the memory hole as unassigned twiceaurel321-2/+0
2008-10-24Fix typos in PPC TCG conversion.pbrook1-2/+2
2008-10-24ETRAX-FS: Drop DMA polling for ethernet.edgar_igl1-46/+4
2008-10-23protect exec-all.h frm multiple inclusion (Glauber Costa)aliguori1-0/+3
2008-10-22Additional exclusive load/store instruction are v6K, not v6T2.pbrook1-1/+1
2008-10-22Fix ARMv6t2 strex instructions.pbrook1-3/+45