summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Preliminary BSD user emulator supportblueswir12008-10-2624-1/+5943
* Update from binutils 2.17blueswir12008-10-261-579/+627
* Document the binutils source files used in constructing sparc-dis.cblueswir12008-10-261-0/+11
* Add "const"blueswir12008-10-261-8/+8
* Fix inline use warnings from sparseblueswir12008-10-262-4/+4
* Fix undeclared symbol warnings from sparseblueswir12008-10-2637-61/+71
* Fix incorrect use of pstrcpy (malc)blueswir12008-10-261-1/+1
* Fix undefined pthread_sigmask warning on FreeBSD (Juergen Lock)blueswir12008-10-261-1/+1
* Change freeing method because the allocation function was changed in r5532blueswir12008-10-251-3/+3
* Silence warnings about unused variablesblueswir12008-10-251-5/+5
* Suppress a GCC warning about unused functionblueswir12008-10-251-0/+2
* Fix GCC 4 signedness warningblueswir12008-10-251-1/+1
* Replace uses of strndup (a GNU extension) with Qemu pstrdupblueswir12008-10-253-1/+14
* Replace uses of strncpy (a GNU extension) with Qemu pstrcpyblueswir12008-10-257-9/+10
* Fix undefined pthread_sigmask warning on OpenBSDblueswir12008-10-251-0/+2
* Use snprintf to please OpenBSD linkerblueswir12008-10-251-9/+9
* Fix a bad memcpy length (Bruce Rogers).balrog2008-10-251-1/+1
* Fix whitespace in migration code.aliguori2008-10-252-45/+45
* Fix possibly SEGV in tcp migration error case.aliguori2008-10-251-1/+1
* Live migration for Win32 (Hervé Poussineau)aliguori2008-10-243-24/+24
* Fix windows build after migration changesaliguori2008-10-243-6/+5Star
* Add missing return statement (fixes compiler warning).aurel322008-10-241-0/+1
* hw/pc: don't register the memory hole as unassigned twiceaurel322008-10-241-2/+0Star
* Fix typos in PPC TCG conversion.pbrook2008-10-241-2/+2
* ETRAX-FS: Drop DMA polling for ethernet.edgar_igl2008-10-241-46/+4Star
* protect exec-all.h frm multiple inclusion (Glauber Costa)aliguori2008-10-231-0/+3
* Additional exclusive load/store instruction are v6K, not v6T2.pbrook2008-10-221-1/+1
* Fix ARMv6t2 strex instructions.pbrook2008-10-221-3/+45
* ETRAX-FS: Add support for passing kernel command linesedgar_igl2008-10-221-2/+15
* ETRAX-FS: Correct booting of elf linux images from ram.edgar_igl2008-10-221-3/+2Star
* Fix ARMv6 translation table base address calculation.pbrook2008-10-222-22/+23
* Use load address when loading ELF images.pbrook2008-10-223-6/+8
* Optimize redundant cp15 coprocessor access control register writes.pbrook2008-10-221-3/+5
* Update old fashioned function prototypes.pbrook2008-10-221-15/+5Star
* * Use function pointers for symbol lookup (currently for elf32 and elf64,pbrook2008-10-224-95/+184
* Keep usb host scanning from leaking file descriptorsaliguori2008-10-211-5/+11
* target-ppc: convert branch related instructions to TCGaurel322008-10-212-296/+63Star
* Fix broken USB support for Linux host (Bjorn Danielsson)aliguori2008-10-211-1/+2
* target-ppc: convert logical instructions to TCGaurel322008-10-214-394/+248Star
* target-ppc: convert crf related instructions to TCGaurel322008-10-215-383/+291Star
* TCG: add tcg_const_local_tl()aurel322008-10-213-0/+20
* target-ppc: use the new TCG logical operationsaurel322008-10-211-55/+10Star
* target-alpha: use the new TCG logical operationsaurel322008-10-211-18/+6Star
* TCG: add logical operations found on alpha and powerpc processorsaurel322008-10-212-0/+120
* target-ppc: Convert XER accesses to TCGaurel322008-10-219-216/+174Star
* added explicit licensebellard2008-10-171-0/+23
* allow SLIRP to make an ARP request to get the client MAC address. It is usefu...bellard2008-10-171-8/+52
* scsi-generic: correct error managementaurel322008-10-171-29/+103
* i386/SVM: return amount of ASIDsaurel322008-10-171-3/+3
* PPC: fix dcbi instructionaurel322008-10-161-0/+1