summaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)AuthorFilesLines
2013-05-02target-i386: Replace cpuid_*features fields with a feature word arrayEduardo Habkost2-3/+3
2013-04-26linux-user: fix compile error due to stray colon at end of #ifdef linePeter Maydell1-1/+1
2013-04-19linux-user: fix setgroups/getgroups for non-UID16 archsAndreas Schwab1-3/+3
2013-04-19linux-user: fix undefined shift in copy_to_user_fdsetAndreas Schwab1-1/+1
2013-04-19linux-user: change do_semop to return target errno when unsuccessfulPetar Jovanovic1-2/+2
2013-04-18elfload: use abi_llong/ullong instead of target_llong/ullongPaolo Bonzini1-2/+2
2013-04-18elfload: use abi_int/uint instead of target_int/uintPaolo Bonzini1-7/+7
2013-04-18elfload: use abi_short/ushort instead of target_short/ushortPaolo Bonzini1-3/+3
2013-04-18elfload: use tswapreg consistently in elf_core_copy_regsPaolo Bonzini1-57/+57
2013-04-18elfload: fix size of registers for N32Paolo Bonzini1-7/+14
2013-04-18elfload: fix size of ABI-dependent fields in core dumpsPaolo Bonzini1-9/+9
2013-04-12linux-user: pass correct host flags to eventfd2 callPetar Jovanovic1-1/+10
2013-04-05linux-user: Don't omit comma for strace of rt_sigaction()Peter Maydell1-1/+1
2013-03-11linux-user/syscall.c: Don't warn about unimplemented get_robust_listPeter Maydell1-1/+14
2013-03-11linux-user: Implement accept4Peter Maydell1-8/+31
2013-03-11linux-user: Implement sendfile and sendfile64Peter Maydell1-0/+53
2013-03-11linux-user: make bogus negative iovec lengths fail EINVALPeter Maydell1-1/+1
2013-03-11linux-user: Fix layout of usage table to account for option textPeter Maydell1-8/+16
2013-03-11linux-user: Add more sparc syscall numbersDillon Amburgey1-0/+2
2013-03-11linux-user: Support setgroups syscall with no groupsDillon Amburgey1-10/+12
2013-03-11linux-user: fix futex strace of FUTEX_CLOCK_REALTIMEJohn Rigby1-0/+6
2013-03-11linux-user/syscall.c: handle FUTEX_WAIT_BITSET in do_futexJohn Rigby1-1/+2
2013-03-11linux-user: improve print_fcntl()Laurent Vivier1-18/+79
2013-03-11linux-user: Add Alpha socket constantsDillon Amburgey1-0/+69
2013-03-05mipsn32-linux-user: Configure the architecture properlyRichard Henderson6-1121/+626
2013-03-05mips-linux-user: Fix n32 and n64 syscallsRichard Henderson1-7/+18
2013-03-05mips-linux-user: Save and restore fpu and dsp from sigcontextRichard Henderson1-115/+42
2013-03-05mips-linux-user: Share o32 code for n32 and n64 signalsRichard Henderson1-1/+29
2013-03-05mips-linux-user: Delete n32 and n64 signal stubsRichard Henderson1-58/+0
2013-03-04target-mips: Translate breaks and traps into the appropriate signalMeador Inge1-1/+75
2013-02-26qemu-log: default to stderr for logging outputPeter Maydell1-11/+5
2013-02-16cpu: Move running field to CPUStateAndreas Färber1-15/+22
2013-02-16cpu: Move host_tid field to CPUStateAndreas Färber1-1/+3
2013-02-16qemu-log: Rename the public-facing cpu_set_log function to qemu_set_logPeter Maydell1-1/+1
2013-02-16qemu-log: Rename cpu_str_to_log_mask to qemu_str_to_log_maskPeter Maydell1-1/+1
2013-02-16qemu-log: Abstract out "print usage message about valid log categories"Peter Maydell1-5/+1
2013-02-16qemu-log: Unify {cpu_set,set_cpu}_log_filename as qemu_set_log_filenamePeter Maydell1-2/+2
2013-02-16TCG: Move translation block variables to new context inside tcg_ctx: tb_ctxEvgeny Voevodin1-3/+3
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