summaryrefslogtreecommitdiffstats
path: root/linux-user
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge remote-tracking branch 'riku/linux-user-for-upstream' into stagingAnthony Liguori2011-06-277-171/+348
|\
| * linux-user: Fix sync_file_range on 32bit mipsRiku Voipio2011-06-211-0/+5
| * linux-user/signal.c: Remove unused fenabPeter Maydell2011-06-211-2/+5
| * linux-user/signal.c: Remove only-ever-set variable fpu_save_addrPeter Maydell2011-06-211-5/+5
| * linux-user: Bump do_syscall() up to 8 syscall argumentsPeter Maydell2011-06-213-17/+31
| * flatload: memp was a write-only variableJuan Quintela2011-06-211-3/+0
| * flatload: end_code was only used in a debug messageJuan Quintela2011-06-211-3/+2
| * linux-user: syscall should use sanitized arg1Juan Quintela2011-06-211-2/+2
| * syscall: really return ret codeJuan Quintela2011-06-211-4/+4
| * linuxload: id_change was a write only variableJuan Quintela2011-06-211-24/+1
| * linux-user: Define AT_RANDOM to support target stack protection mechanism.Laurent ALFONSI2011-06-211-1/+20
| * linux-user: add pselect6 syscall supportMike Frysinger2011-06-211-19/+130
| * linux-user: Fix the computation of the requested heap sizevincent2011-06-211-8/+29
| * linux-user: Don't use MAP_FIXED in do_brk()Peter Maydell2011-06-211-9/+20
| * linux-user: Handle images where lowest vaddr is not page alignedPeter Maydell2011-06-211-57/+73
| * linux-user: Fix the load of ELF files that have no "useful" symbolCédric VINCENT2011-06-211-15/+19
| * Don't translate pointer when in restore_sigcontextMike McCormack2011-06-201-2/+2
* | Remove exec-all.h include directivesBlue Swirl2011-06-261-2/+1
|/
* Command line support for altering the log file locationMatthew Fernandez2011-06-151-17/+26
* Merge remote branch 'rth/axp-next' into alpha-mergeEdgar E. Iglesias2011-06-101-33/+17
|\
| * target-alpha: Tidy exception constants.Richard Henderson2011-05-311-30/+14
| * target-alpha: Rationalize internal processor registers.Richard Henderson2011-05-311-3/+3
* | Fix compilation warning due to missing header for sigaction (followup)Alexandre Raymond2011-06-081-1/+0
|/
* Merge branch 's390-next' of git://repo.or.cz/qemu/agrafAurelien Jarno2011-05-239-6/+1181
|\
OpenPOWER on IntegriCloud