aboutsummaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)Author
2013-01-16alpha-linux-user: Correct selectLaurent Vivier
2013-01-16alpha-linux-user: Translate fcntl l_typeLaurent Vivier
2013-01-12Merge branch 'ppc-for-upstream' of git://repo.or.cz/qemu/agrafBlue Swirl
2013-01-12Merge branch 's390-reorg' of git://repo.or.cz/qemu/rthBlue Swirl
2013-01-12alpha-linux-user: Fix sigactionRichard Henderson
2013-01-12linux-user: Rewrite __get_user/__put_user with __builtin_choose_exprRichard Henderson
2013-01-08linux-user: fix mips 32-on-64 prealloc caseAlexander Graf
2013-01-07PPC: linux-user: Calculate context pointer explicitlySamuel Seay
2013-01-07PPC: fix segfault in signal handling codeSamuel Seay
2013-01-05target-s390: Reorg exception handlingRichard Henderson
2013-01-04linux-user/syscall.c: remove forward declarationsJohn Spencer
2012-12-19Merge remote-tracking branch 'bonzini/header-dirs' into stagingAnthony Liguori
2012-12-19fpu: move public header file to include/fpuPaolo Bonzini
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-19exec: move include files to include/exec/Paolo Bonzini
2012-12-19janitor: add guards to headersPaolo Bonzini
2012-12-19build: kill libdis, move disassemblers to disas/Paolo Bonzini
2012-12-18linux-user/syscall.c: remove wrong forward decl of setgroups()John Spencer
2012-12-10Merge remote-tracking branch 'afaerber/qom-cpu' into stagingAnthony Liguori
2012-12-08linux-user: Merge pread/pwrite into pread64/pwrite64Peter Maydell
2012-12-06user: Rename qemu-types.h to qemu-user-types.hEduardo Habkost
2012-12-06user: Move *-user/qemu-types.h to main directoryEduardo Habkost
2012-10-31target-mips: Add ASE DSP resources access checkJia Liu
2012-10-19Merge branch 'linux-user-for-upstream' of git://git.linaro.org/people/rikuvoi...Aurelien Jarno
2012-10-19microblaze: Update PC before simulating syscallEdgar E. Iglesias
2012-10-19microblaze: Support setting of TLS ptrEdgar E. Iglesias
2012-10-13target-sparc: Don't compute full flags value so oftenRichard Henderson
2012-10-12linux-user: register align p{read, write}64Alexander Graf
2012-10-12linux-user: ppc: mark as long long alignedAlexander Graf
2012-10-12linux-user: If loading fails, print error as string, not numberPeter Maydell
2012-10-12linux-user: Fix siginfo handlingRichard Henderson
2012-10-12alpha-linux-user: Fix sigaltstack structure definitionRichard Henderson
2012-10-12linux-user: Implement gethostnameRichard Henderson
2012-10-12linux-user: Perform more checks on iovec listsRichard Henderson
2012-10-12linux-user: fix multi-threaded /proc/self/mapsAlexander Graf
2012-10-12linux-user: fix statfsAlexander Graf
2012-10-06Merge branch 'trivial-patches' of git://github.com/stefanha/qemuAurelien Jarno
2012-10-05cleanup useless return sentenceAmos Kong
2012-10-05linux-user: remove two unchecked uses of strdupJim Meyering
2012-09-25Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori
2012-09-25Merge remote-tracking branch 'afaerber/qom-cpu' into stagingAnthony Liguori
2012-09-23linux-user: Remove redundant null check and replace free by g_freeStefan Weil
2012-09-21linux-user: Use memcpy in get_user/put_user.Richard Henderson
2012-09-21Drop cpu_list_id macroPeter Maydell
2012-09-14linux-user: Remove #if 0'd cpu_get_real_ticks() definitionPeter Maydell
2012-08-27linux-user: Clarify "Unable to reserve guest address space" errorPeter Maydell
2012-08-27linux-user: fix emulation of getdentsDmitry V. Levin
2012-08-27linux-user: arg_table need not have global scopeJim Meyering
2012-08-22linux-user: do_msgrcv: don't leak host_mb upon TARGET_EFAULT failureJim Meyering
2012-08-14linux-user: ARM: Ignore immediate value for svc in thumb modelinux-user.for-upstreamAlexander Graf