aboutsummaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)Author
2013-06-28cpu: Turn cpu_dump_{state,statistics}() into CPUState hooksAndreas Färber
2013-06-28cpu: Change cpu_exit() argument to CPUStateAndreas Färber
2013-06-14main: use TARGET_ARCH only for the target-specific #definePaolo Bonzini
2013-06-12linux-user: Drop direct use of openat etc syscallsPeter Maydell
2013-06-12linux-user: Allow getdents to be provided by getdents64Peter Maydell
2013-06-01linux-user: Fix typo in commentLei Li
2013-05-22Merge remote-tracking branch 'mjt/trivial-patches' into stagingAnthony Liguori
2013-05-20linux-user: Save the correct resume address for MIPS signal handlingKwok Cheung Yeung
2013-05-20linux-user: Fix MIPS ISA transitions during signal handlingKwok Cheung Yeung
2013-05-18fix /proc/self/maps outputChristophe Lyon
2013-05-02target-i386: Replace cpuid_*features fields with a feature word arrayEduardo Habkost
2013-04-26linux-user: fix compile error due to stray colon at end of #ifdef linePeter Maydell
2013-04-19linux-user: fix setgroups/getgroups for non-UID16 archsAndreas Schwab
2013-04-19linux-user: fix undefined shift in copy_to_user_fdsetAndreas Schwab
2013-04-19linux-user: change do_semop to return target errno when unsuccessfulPetar Jovanovic
2013-04-18elfload: use abi_llong/ullong instead of target_llong/ullongPaolo Bonzini
2013-04-18elfload: use abi_int/uint instead of target_int/uintPaolo Bonzini
2013-04-18elfload: use abi_short/ushort instead of target_short/ushortPaolo Bonzini
2013-04-18elfload: use tswapreg consistently in elf_core_copy_regsPaolo Bonzini
2013-04-18elfload: fix size of registers for N32Paolo Bonzini
2013-04-18elfload: fix size of ABI-dependent fields in core dumpsPaolo Bonzini
2013-04-12linux-user: pass correct host flags to eventfd2 callPetar Jovanovic
2013-04-05linux-user: Don't omit comma for strace of rt_sigaction()Peter Maydell
2013-03-11linux-user/syscall.c: Don't warn about unimplemented get_robust_listPeter Maydell
2013-03-11linux-user: Implement accept4Peter Maydell
2013-03-11linux-user: Implement sendfile and sendfile64Peter Maydell
2013-03-11linux-user: make bogus negative iovec lengths fail EINVALPeter Maydell
2013-03-11linux-user: Fix layout of usage table to account for option textPeter Maydell
2013-03-11linux-user: Add more sparc syscall numbersDillon Amburgey
2013-03-11linux-user: Support setgroups syscall with no groupsDillon Amburgey
2013-03-11linux-user: fix futex strace of FUTEX_CLOCK_REALTIMEJohn Rigby
2013-03-11linux-user/syscall.c: handle FUTEX_WAIT_BITSET in do_futexJohn Rigby
2013-03-11linux-user: improve print_fcntl()Laurent Vivier
2013-03-11linux-user: Add Alpha socket constantsDillon Amburgey
2013-03-05mipsn32-linux-user: Configure the architecture properlyRichard Henderson
2013-03-05mips-linux-user: Fix n32 and n64 syscallsRichard Henderson
2013-03-05mips-linux-user: Save and restore fpu and dsp from sigcontextRichard Henderson
2013-03-05mips-linux-user: Share o32 code for n32 and n64 signalsRichard Henderson
2013-03-05mips-linux-user: Delete n32 and n64 signal stubsRichard Henderson
2013-03-04target-mips: Translate breaks and traps into the appropriate signalMeador Inge
2013-02-26qemu-log: default to stderr for logging outputPeter Maydell
2013-02-16cpu: Move running field to CPUStateAndreas Färber
2013-02-16cpu: Move host_tid field to CPUStateAndreas Färber
2013-02-16qemu-log: Rename the public-facing cpu_set_log function to qemu_set_logPeter Maydell
2013-02-16qemu-log: Rename cpu_str_to_log_mask to qemu_str_to_log_maskPeter Maydell
2013-02-16qemu-log: Abstract out "print usage message about valid log categories"Peter Maydell
2013-02-16qemu-log: Unify {cpu_set,set_cpu}_log_filename as qemu_set_log_filenamePeter Maydell
2013-02-16TCG: Move translation block variables to new context inside tcg_ctx: tb_ctxEvgeny Voevodin
2013-02-06Merge branch 'for-linux-user' of https://git.gitorious.org/qemu-m68k/qemu-m68...Anthony Liguori
2013-02-06linux-user: Restore cast to target type in get_user()Peter Maydell