summaryrefslogtreecommitdiffstats
path: root/linux-user
Commit message (Expand)AuthorAgeFilesLines
* linux-user: pass correct host flags to eventfd2 callPetar Jovanovic2013-04-121-1/+10
* linux-user: Don't omit comma for strace of rt_sigaction()Peter Maydell2013-04-051-1/+1
* linux-user/syscall.c: Don't warn about unimplemented get_robust_listPeter Maydell2013-03-111-1/+14
* linux-user: Implement accept4Peter Maydell2013-03-111-8/+31
* linux-user: Implement sendfile and sendfile64Peter Maydell2013-03-111-0/+53
* linux-user: make bogus negative iovec lengths fail EINVALPeter Maydell2013-03-111-1/+1
* linux-user: Fix layout of usage table to account for option textPeter Maydell2013-03-111-8/+16
* linux-user: Add more sparc syscall numbersDillon Amburgey2013-03-111-0/+2
* linux-user: Support setgroups syscall with no groupsDillon Amburgey2013-03-111-10/+12
* linux-user: fix futex strace of FUTEX_CLOCK_REALTIMEJohn Rigby2013-03-111-0/+6
* linux-user/syscall.c: handle FUTEX_WAIT_BITSET in do_futexJohn Rigby2013-03-111-1/+2
* linux-user: improve print_fcntl()Laurent Vivier2013-03-111-18/+79
* linux-user: Add Alpha socket constantsDillon Amburgey2013-03-111-0/+69
* mipsn32-linux-user: Configure the architecture properlyRichard Henderson2013-03-056-1121/+626
* mips-linux-user: Fix n32 and n64 syscallsRichard Henderson2013-03-051-7/+18
* mips-linux-user: Save and restore fpu and dsp from sigcontextRichard Henderson2013-03-051-115/+42
* mips-linux-user: Share o32 code for n32 and n64 signalsRichard Henderson2013-03-051-1/+29
* mips-linux-user: Delete n32 and n64 signal stubsRichard Henderson2013-03-051-58/+0
* target-mips: Translate breaks and traps into the appropriate signalMeador Inge2013-03-041-1/+75
* qemu-log: default to stderr for logging outputPeter Maydell2013-02-261-11/+5
* cpu: Move running field to CPUStateAndreas Färber2013-02-161-15/+22
* cpu: Move host_tid field to CPUStateAndreas Färber2013-02-161-1/+3
* qemu-log: Rename the public-facing cpu_set_log function to qemu_set_logPeter Maydell2013-02-161-1/+1
* qemu-log: Rename cpu_str_to_log_mask to qemu_str_to_log_maskPeter Maydell2013-02-161-1/+1
* qemu-log: Abstract out "print usage message about valid log categories"Peter Maydell2013-02-161-5/+1
* qemu-log: Unify {cpu_set,set_cpu}_log_filename as qemu_set_log_filenamePeter Maydell2013-02-161-2/+2
* TCG: Move translation block variables to new context inside tcg_ctx: tb_ctxEvgeny Voevodin2013-02-161-3/+3
* Merge branch 'for-linux-user' of https://git.gitorious.org/qemu-m68k/qemu-m68...Anthony Liguori2013-02-062-13/+37
|\
| * linux-user: correct reboot()Laurent Vivier2013-01-301-4/+12
| * linux-user: correct setsockopt()Laurent Vivier2013-01-301-6/+22
| * linux-user: correct print_timeval() swap tv_sec and tv_usecLaurent Vivier2013-01-301-1/+1
| * linux-user: correct msgrcv()Laurent Vivier2013-01-301-2/+2
* | linux-user: Restore cast to target type in get_user()Peter Maydell2013-02-061-2/+2
* | cpu: do not use object_deletePaolo Bonzini2013-02-011-1/+1
* | linux-user: bsd-user: Don't reset X86CPU twiceAndreas Färber2013-02-011-1/+1
|/
* 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
OpenPOWER on IntegriCloud