summaryrefslogtreecommitdiffstats
path: root/linux-user
Commit message (Expand)AuthorAgeFilesLines
* target-i386: Replace cpuid_*features fields with a feature word arrayEduardo Habkost2013-05-022-3/+3
* linux-user: fix compile error due to stray colon at end of #ifdef linePeter Maydell2013-04-261-1/+1
* linux-user: fix setgroups/getgroups for non-UID16 archsAndreas Schwab2013-04-191-3/+3
* linux-user: fix undefined shift in copy_to_user_fdsetAndreas Schwab2013-04-191-1/+1
* linux-user: change do_semop to return target errno when unsuccessfulPetar Jovanovic2013-04-191-2/+2
* elfload: use abi_llong/ullong instead of target_llong/ullongPaolo Bonzini2013-04-181-2/+2
* elfload: use abi_int/uint instead of target_int/uintPaolo Bonzini2013-04-181-7/+7
* elfload: use abi_short/ushort instead of target_short/ushortPaolo Bonzini2013-04-181-3/+3
* elfload: use tswapreg consistently in elf_core_copy_regsPaolo Bonzini2013-04-181-57/+57
* elfload: fix size of registers for N32Paolo Bonzini2013-04-181-7/+14
* elfload: fix size of ABI-dependent fields in core dumpsPaolo Bonzini2013-04-181-9/+9
* 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
OpenPOWER on IntegriCloud