summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2008-10-22ETRAX-FS: Add support for passing kernel command linesedgar_igl1-2/+15
2008-10-22ETRAX-FS: Correct booting of elf linux images from ram.edgar_igl1-3/+2
2008-10-22Fix ARMv6 translation table base address calculation.pbrook2-22/+23
2008-10-22Use load address when loading ELF images.pbrook3-6/+8
2008-10-22Optimize redundant cp15 coprocessor access control register writes.pbrook1-3/+5
2008-10-22Update old fashioned function prototypes.pbrook1-15/+5
2008-10-22* Use function pointers for symbol lookup (currently for elf32 and elf64,pbrook4-95/+184
2008-10-21Keep usb host scanning from leaking file descriptorsaliguori1-5/+11
2008-10-21target-ppc: convert branch related instructions to TCGaurel322-296/+63
2008-10-21Fix broken USB support for Linux host (Bjorn Danielsson)aliguori1-1/+2
2008-10-21target-ppc: convert logical instructions to TCGaurel324-394/+248
2008-10-21target-ppc: convert crf related instructions to TCGaurel325-383/+291
2008-10-21TCG: add tcg_const_local_tl()aurel323-0/+20
2008-10-21target-ppc: use the new TCG logical operationsaurel321-55/+10
2008-10-21target-alpha: use the new TCG logical operationsaurel321-18/+6
2008-10-21TCG: add logical operations found on alpha and powerpc processorsaurel322-0/+120
2008-10-21target-ppc: Convert XER accesses to TCGaurel329-216/+174
2008-10-17added explicit licensebellard1-0/+23
2008-10-17allow SLIRP to make an ARP request to get the client MAC address. It is usefu...bellard1-8/+52
2008-10-17scsi-generic: correct error managementaurel321-29/+103
2008-10-17i386/SVM: return amount of ASIDsaurel321-3/+3
2008-10-15PPC: fix dcbi instructionaurel321-0/+1
2008-10-15PPC: convert SPE logical instructions to TCGaurel322-56/+70
2008-10-15ppc: convert integer load/store to TCGaurel322-269/+413
2008-10-15target-ppc: fix a TCG local variable creationaurel321-1/+1
2008-10-15PPC: convert SPE effective address computation to TCGaurel321-10/+9
2008-10-14PPC: convert effective address computation to TCGaurel324-116/+79