summaryrefslogtreecommitdiffstats
path: root/linux-user
Commit message (Expand)AuthorAgeFilesLines
* alpha-linux-user: Correct selectLaurent Vivier2013-01-161-6/+6
* alpha-linux-user: Translate fcntl l_typeLaurent Vivier2013-01-162-6/+40
* Merge branch 'ppc-for-upstream' of git://repo.or.cz/qemu/agrafBlue Swirl2013-01-121-3/+3
|\
| * PPC: linux-user: Calculate context pointer explicitlySamuel Seay2013-01-071-1/+1
| * PPC: fix segfault in signal handling codeSamuel Seay2013-01-071-2/+2
* | Merge branch 's390-reorg' of git://repo.or.cz/qemu/rthBlue Swirl2013-01-122-49/+93
|\ \
| * | target-s390: Reorg exception handlingRichard Henderson2013-01-052-49/+93
| |/
* | alpha-linux-user: Fix sigactionRichard Henderson2013-01-122-15/+9
* | linux-user: Rewrite __get_user/__put_user with __builtin_choose_exprRichard Henderson2013-01-121-30/+33
* | linux-user: fix mips 32-on-64 prealloc caseAlexander Graf2013-01-081-0/+5
|/
* linux-user/syscall.c: remove forward declarationsJohn Spencer2013-01-041-5/+3
* Merge remote-tracking branch 'bonzini/header-dirs' into stagingAnthony Liguori2012-12-1914-17/+34
|\
| * fpu: move public header file to include/fpuPaolo Bonzini2012-12-197-7/+7
| * misc: move include files to include/qemu/Paolo Bonzini2012-12-193-6/+6
| * exec: move include files to include/exec/Paolo Bonzini2012-12-191-3/+3
| * janitor: add guards to headersPaolo Bonzini2012-12-193-0/+17
| * build: kill libdis, move disassemblers to disas/Paolo Bonzini2012-12-191-1/+1
* | linux-user/syscall.c: remove wrong forward decl of setgroups()John Spencer2012-12-181-1/+1
|/
* Merge remote-tracking branch 'afaerber/qom-cpu' into stagingAnthony Liguori2012-12-102-37/+1
|\
| * user: Rename qemu-types.h to qemu-user-types.hEduardo Habkost2012-12-061-1/+1
| * user: Move *-user/qemu-types.h to main directoryEduardo Habkost2012-12-061-36/+0
* | linux-user: Merge pread/pwrite into pread64/pwrite64Peter Maydell2012-12-086-32/+8
|/
* target-mips: Add ASE DSP resources access checkJia Liu2012-10-311-0/+6
* Merge branch 'linux-user-for-upstream' of git://git.linaro.org/people/rikuvoi...Aurelien Jarno2012-10-196-91/+188
|\
| * linux-user: register align p{read, write}64Alexander Graf2012-10-121-0/+8
| * linux-user: ppc: mark as long long alignedAlexander Graf2012-10-121-1/+6
| * linux-user: If loading fails, print error as string, not numberPeter Maydell2012-10-122-5/+5
| * linux-user: Fix siginfo handlingRichard Henderson2012-10-123-20/+44
| * alpha-linux-user: Fix sigaltstack structure definitionRichard Henderson2012-10-121-3/+4
| * linux-user: Implement gethostnameRichard Henderson2012-10-121-0/+13
| * linux-user: Perform more checks on iovec listsRichard Henderson2012-10-121-60/+102
| * linux-user: fix multi-threaded /proc/self/mapsAlexander Graf2012-10-121-2/+2
| * linux-user: fix statfsAlexander Graf2012-10-121-0/+4
* | microblaze: Update PC before simulating syscallEdgar E. Iglesias2012-10-191-1/+1
* | microblaze: Support setting of TLS ptrEdgar E. Iglesias2012-10-191-0/+2
* | target-sparc: Don't compute full flags value so oftenRichard Henderson2012-10-131-0/+5
|/
* Merge branch 'trivial-patches' of git://github.com/stefanha/qemuAurelien Jarno2012-10-061-2/+0
|\
| * cleanup useless return sentenceAmos Kong2012-10-051-2/+0
* | linux-user: remove two unchecked uses of strdupJim Meyering2012-10-051-5/+7
|/
* Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori2012-09-251-3/+1
|\
| * linux-user: Remove redundant null check and replace free by g_freeStefan Weil2012-09-231-3/+1
* | Merge remote-tracking branch 'afaerber/qom-cpu' into stagingAnthony Liguori2012-09-251-4/+2
|\ \ | |/ |/|
| * Drop cpu_list_id macroPeter Maydell2012-09-211-4/+2
* | linux-user: Use memcpy in get_user/put_user.Richard Henderson2012-09-211-32/+15
|/
* linux-user: Remove #if 0'd cpu_get_real_ticks() definitionPeter Maydell2012-09-141-13/+0
* linux-user: Clarify "Unable to reserve guest address space" errorPeter Maydell2012-08-271-1/+4
* linux-user: fix emulation of getdentsDmitry V. Levin2012-08-272-10/+9
* linux-user: arg_table need not have global scopeJim Meyering2012-08-271-3/+3
* linux-user: do_msgrcv: don't leak host_mb upon TARGET_EFAULT failureJim Meyering2012-08-221-2/+2
* linux-user: ARM: Ignore immediate value for svc in thumb modeAlexander Graf2012-08-141-2/+1
OpenPOWER on IntegriCloud