summaryrefslogtreecommitdiffstats
path: root/linux-user
Commit message (Expand)AuthorAgeFilesLines
* linux-user/elfload.c: Don't memset(NULL..) if malloc() failedPeter Maydell2011-11-112-4/+3
* configure: fix detection for xattr.h on modern distributionsAvi Kivity2011-11-091-1/+1
* Merge remote-tracking branch 'riku/linux-user-for-upstream' into stagingAnthony Liguori2011-10-319-175/+193
|\
| * ppc64-linux-user: Fix syscall return type.Richard Henderson2011-10-271-10/+3
| * ppc64-linux-user: Properly interpret the entry function descriptor.Richard Henderson2011-10-271-4/+4
| * sparc-linux-user: Add some missing syscall numbersRichard Henderson2011-10-271-0/+3
| * sparc-linux-user: Fixup sending SIGSEGVRichard Henderson2011-10-271-2/+2
| * sparc-linux-user: Handle SIGILL.Richard Henderson2011-10-271-0/+9
| * linux-user: implement reboot syscallAlexander Graf2011-10-271-1/+7
| * linux-user: fix openatAlexander Graf2011-10-271-13/+1
| * linux-user: fix abi_(u)long, target_ulong mismatchMatthias Braun2011-10-276-143/+157
| * linux-user: fix rlimit syscalls on sparc(64)Matthias Braun2011-10-271-1/+6
| * linux-user: fix TARGET_RLIM_INFINITY declarationMatthias Braun2011-10-271-1/+1
* | target-sparc: Change fpr representation to doubles.Richard Henderson2011-10-261-12/+16
|/
* linux-user: Fix broken "-version" optionPeter Maydell2011-10-211-11/+8
* linux-user: Remove unused codeStefan Weil2011-10-051-4/+1
* Merge remote-tracking branch 'riku/linux-user-for-upstream' into stagingAnthony Liguori2011-09-264-220/+579
|\
| * introduce environment variables for all qemu-user optionsJohannes Schauer2011-09-091-207/+348
| * linux-user: Implement setxattr/getxattr/removexattr syscallsAn-Cheng Huang2011-09-091-3/+51
| * linux-user: Verify MIPS syscall argumentsAn-Cheng Huang2011-09-091-5/+17
| * linux-user: Fix MIPS indirect syscall handlingAn-Cheng Huang2011-09-091-1/+1
| * linux-user: Exit with an error if we couldn't set up gdbserverPeter Maydell2011-09-091-1/+5
| * linux-user: Implement new ARM 64 bit cmpxchg kernel helperDr. David Alan Gilbert2011-09-093-3/+148
| * linux-user: Fix initialization of the heap contents when allocating new pagesCédric VINCENT2011-09-091-0/+9
* | Remove blanks before \n in output stringsStefan Weil2011-09-161-1/+1
* | Fix include statements for qemu-common.hStefan Weil2011-09-091-2/+1
|/
* Use new macro QEMU_PACKED for packed structuresStefan Weil2011-09-031-8/+8
* linux-user: Correct a few missuses of host addressesEdgar E. Iglesias2011-08-261-14/+15
* microblaze-user: Deliver SIGFPE on div by zeroEdgar E. Iglesias2011-08-221-0/+7
* Use glib memory allocation and free functionsAnthony Liguori2011-08-203-18/+18
* Avoid allocating TCG resources in non-TCG modeJan Kiszka2011-08-051-1/+2
* user: Restore debug usage message for '-d ?' in user mode emulationPeter Maydell2011-07-301-5/+6
* Wrap recv to avoid warningsBlue Swirl2011-07-251-1/+1
* Merge remote-tracking branch 'riku/linux-user-for-upstream' into stagingAnthony Liguori2011-07-1921-51/+482
|\
| * linux-user/signal.c: Rename s390 target_ucontext fields to fix ia64Peter Maydell2011-07-131-15/+15
| * linux-user: make MIPS and ARM eabi use same argument reorderingRiku Voipio2011-07-131-20/+18
| * linux-user: correct syscall 123 on sh4Riku Voipio2011-07-131-1/+1
| * mips: rlimit codes are not the sameWesley W. Terpstra2011-07-122-3/+76
| * mips: rlimit incorrectly converts valuesWesley W. Terpstra2011-07-121-5/+17
| * mips: null pointer deref should segfaultWesley W. Terpstra2011-07-121-0/+2
| * mips: missing syscall returns wrong errnoWesley W. Terpstra2011-07-121-1/+1
| * mips: sigaltstack argsWesley W. Terpstra2011-07-121-1/+1
| * linux-user/syscall.c: Enforce pselect6 sigset size restrictionsPeter Maydell2011-07-111-0/+5
| * linux-user: Implement prlimit64 syscallPeter Maydell2011-07-112-0/+47
| * linux-user: Add syscall numbers from kernel 2.6.39.2Peter Maydell2011-07-1116-5/+253
| * linux-user: Add support for even more FB ioctlsCédric VINCENT2011-07-113-0/+23
| * linux-user: Add support for more VT ioctlsCédric VINCENT2011-07-113-0/+15
| * linux-user: Add support for KD...LED ioctlsCédric VINCENT2011-07-112-0/+8
* | set ELF_HWCAP for SPARC and SPARC64Artyom Tarasenko2011-07-141-2/+4
|/
* user: Fix -d debug logging for usermode emulationEdgar E. Iglesias2011-06-281-1/+1
OpenPOWER on IntegriCloud