summaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)AuthorFilesLines
2013-02-06Merge branch 'for-linux-user' of https://git.gitorious.org/qemu-m68k/qemu-m68...Anthony Liguori2-13/+37
2013-02-06linux-user: Restore cast to target type in get_user()Peter Maydell1-2/+2
2013-02-01cpu: do not use object_deletePaolo Bonzini1-1/+1
2013-02-01linux-user: bsd-user: Don't reset X86CPU twiceAndreas Färber1-1/+1
2013-01-30linux-user: correct reboot()Laurent Vivier1-4/+12
2013-01-30linux-user: correct setsockopt()Laurent Vivier1-6/+22
2013-01-30linux-user: correct print_timeval() swap tv_sec and tv_usecLaurent Vivier1-1/+1
2013-01-30linux-user: correct msgrcv()Laurent Vivier1-2/+2
2013-01-16alpha-linux-user: Correct selectLaurent Vivier1-6/+6
2013-01-16alpha-linux-user: Translate fcntl l_typeLaurent Vivier2-6/+40
2013-01-12Merge branch 'ppc-for-upstream' of git://repo.or.cz/qemu/agrafBlue Swirl1-3/+3
2013-01-12Merge branch 's390-reorg' of git://repo.or.cz/qemu/rthBlue Swirl2-49/+93
2013-01-12alpha-linux-user: Fix sigactionRichard Henderson2-15/+9
2013-01-12linux-user: Rewrite __get_user/__put_user with __builtin_choose_exprRichard Henderson1-30/+33
2013-01-08linux-user: fix mips 32-on-64 prealloc caseAlexander Graf1-0/+5
2013-01-07PPC: linux-user: Calculate context pointer explicitlySamuel Seay1-1/+1
2013-01-07PPC: fix segfault in signal handling codeSamuel Seay1-2/+2
2013-01-05target-s390: Reorg exception handlingRichard Henderson2-49/+93
2013-01-04linux-user/syscall.c: remove forward declarationsJohn Spencer1-5/+3
2012-12-19Merge remote-tracking branch 'bonzini/header-dirs' into stagingAnthony Liguori14-17/+34
2012-12-19fpu: move public header file to include/fpuPaolo Bonzini7-7/+7
2012-12-19misc: move include files to include/qemu/Paolo Bonzini3-6/+6
2012-12-19exec: move include files to include/exec/Paolo Bonzini1-3/+3
2012-12-19janitor: add guards to headersPaolo Bonzini3-0/+17
2012-12-19build: kill libdis, move disassemblers to disas/Paolo Bonzini1-1/+1
2012-12-18linux-user/syscall.c: remove wrong forward decl of setgroups()John Spencer1-1/+1
2012-12-10Merge remote-tracking branch 'afaerber/qom-cpu' into stagingAnthony Liguori2-37/+1
2012-12-08linux-user: Merge pread/pwrite into pread64/pwrite64Peter Maydell6-32/+8
2012-12-06user: Rename qemu-types.h to qemu-user-types.hEduardo Habkost1-1/+1
2012-12-06user: Move *-user/qemu-types.h to main directoryEduardo Habkost1-36/+0
2012-10-31target-mips: Add ASE DSP resources access checkJia Liu1-0/+6
2012-10-19Merge branch 'linux-user-for-upstream' of git://git.linaro.org/people/rikuvoi...Aurelien Jarno6-91/+188
2012-10-19microblaze: Update PC before simulating syscallEdgar E. Iglesias1-1/+1
2012-10-19microblaze: Support setting of TLS ptrEdgar E. Iglesias1-0/+2
2012-10-13target-sparc: Don't compute full flags value so oftenRichard Henderson1-0/+5
2012-10-12linux-user: register align p{read, write}64Alexander Graf1-0/+8
2012-10-12linux-user: ppc: mark as long long alignedAlexander Graf1-1/+6
2012-10-12linux-user: If loading fails, print error as string, not numberPeter Maydell2-5/+5
2012-10-12linux-user: Fix siginfo handlingRichard Henderson3-20/+44
2012-10-12alpha-linux-user: Fix sigaltstack structure definitionRichard Henderson1-3/+4
2012-10-12linux-user: Implement gethostnameRichard Henderson1-0/+13
2012-10-12linux-user: Perform more checks on iovec listsRichard Henderson1-60/+102
2012-10-12linux-user: fix multi-threaded /proc/self/mapsAlexander Graf1-2/+2
2012-10-12linux-user: fix statfsAlexander Graf1-0/+4
2012-10-06Merge branch 'trivial-patches' of git://github.com/stefanha/qemuAurelien Jarno1-2/+0
2012-10-05cleanup useless return sentenceAmos Kong1-2/+0
2012-10-05linux-user: remove two unchecked uses of strdupJim Meyering1-5/+7
2012-09-25Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori1-3/+1
2012-09-25Merge remote-tracking branch 'afaerber/qom-cpu' into stagingAnthony Liguori1-4/+2
2012-09-23linux-user: Remove redundant null check and replace free by g_freeStefan Weil1-3/+1