summaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)AuthorFilesLines
2016-04-04linux-user: arm: Handle (ignore) EXCP_YIELD in ARM cpu_loop()Peter Maydell1-0/+6
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa4-1/+7
2016-03-10osdep: add wrappers for socket functionsDaniel P. Berrange1-1/+0
2016-03-04linux-user: arm: handle CPSR.E correctly in strex emulationPaolo Bonzini1-7/+43
2016-03-04linux-user: arm: set CPSR.E/SCTLR.E0E correctly for BE modePeter Crosthwaite1-1/+2
2016-03-04target-arm: implement SCTLR.B, drop bswap_codePaolo Bonzini1-3/+7
2016-03-04linux-user: arm: pass env to get_user_code_*Paolo Bonzini1-11/+9
2016-03-04linux-user: arm: fix coding style for some linux-user signal functionsPaolo Bonzini1-54/+56
2016-02-26linux-user: Use restrictive mask when calling cpsr_write()Peter Maydell2-2/+3
2016-02-26target-arm: Add write_type argument to cpsr_write()Peter Maydell3-6/+6
2016-02-24linux-user: add getrandom() syscallLaurent Vivier1-0/+13
2016-02-23linux-user: correct timerfd_create syscall numbersRiku Voipio6-6/+6
2016-02-23linux-user: remove unavailable syscalls from aarch64Riku Voipio2-61/+0
2016-02-23linux-user: sync syscall numbers with kernelRiku Voipio13-17/+200
2016-02-23linux-user: Don't assert if guest tries shmdt(0)Peter Maydell1-5/+7
2016-02-23linux-user: set ppc64/ppc64le default CPU to POWER8Laurent Vivier1-1/+1
2016-02-23build: [linux-user] Rename "syscall.h" to "target_syscall.h" in target direct...LluĂ­s Vilanova19-1/+67
2016-02-23linux-user: fix realloc size of target_fd_trans.Laurent Vivier1-2/+2
2016-02-23all: Clean up includesPeter Maydell2-6/+0
2016-02-03log: do not unnecessarily include qom/cpu.hPaolo Bonzini1-0/+1
2016-01-29linux-user: Clean up includesPeter Maydell20-74/+20
2016-01-11Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20160111' int...Peter Maydell5-51/+310
2016-01-11linux-user/mmap.c: Use end instead of real_end in target_mmapChen Gang1-1/+1
2016-01-11linux-user: Add SOCKOP_sendmmsg and SOCKOP_recvmmsg socket call, wire them up.John Paul Adrian Glaubitz2-2/+8
2016-01-11linux-user: Update m68k syscall definitions to match Linux 4.4.John Paul Adrian Glaubitz1-0/+27
2016-01-11linux-user/syscall.c: Use SOL_SOCKET instead of level for setsockopt()Chen Gang1-1/+2
2016-01-11Add missing syscall nrs. according to more recent Linux kernelsJohan Ouwerkerk3-0/+37
2016-01-11linux-user: enable sigaltstack for all architecturesMichael Tokarev1-6/+0
2016-01-10unicore32: convert get_sp_from_cpustate from macro to inlineMichael Tokarev1-1/+5
2016-01-08linux-user: enable sigaltstack for all architecturesMichael Tokarev1-6/+0
2016-01-08unicore32: convert get_sp_from_cpustate from macro to inlineMichael Tokarev1-1/+5
2016-01-08linux-user/mmap.c: Always zero MAP_ANONYMOUS memory in mmap_frag()Chen Gang1-1/+3
2016-01-08linux-user,sh4: fix signal retcode addressLaurent Vivier1-10/+6
2016-01-08linux-user: check fd is >= 0 in fd_trans_host_to_target_data/fd_trans_host_to...Laurent Vivier1-2/+2
2016-01-08linux-user: manage bind with a socket of SOCK_PACKET type.Laurent Vivier1-0/+30
2016-01-08linux-user: add a function hook to translate sockaddrLaurent Vivier1-6/+21
2016-01-08linux-user: rename TargetFdFunc to TargetFdDataFunc, and structure fields acc...Laurent Vivier1-9/+9
2016-01-08linux-user: SOCK_PACKET uses network endian to encode protocol in socket()Laurent Vivier1-0/+6
2016-01-08linux-user/syscall.c: malloc()/calloc() to g_malloc()/g_try_malloc()/g_new0()Harmandeep Kaur1-15/+15
2016-01-08linux-user: in poll(), if nfds is 0, pfd can be NULLLaurent Vivier1-7/+13
2016-01-08linux-user: correctly align target_epoll_eventLaurent Vivier1-8/+11
2016-01-08linux-user: add signalfd/signalfd4 syscallsLaurent Vivier1-0/+167
2015-12-17linux-user: convert DEBUG_SIGNAL logging to tracepointsPaolo Bonzini1-60/+58
2015-12-17linux-user: avoid "naked" qemu_logPaolo Bonzini1-40/+31
2015-12-17user: introduce "-d page"Paolo Bonzini2-6/+6
2015-12-17qemu-log: introduce qemu_log_separatePaolo Bonzini1-2/+2
2015-12-02translate-all: ensure host page mask is always extended with 1'sPaolo Bonzini2-5/+2
2015-11-06linux-user/syscall: Replace g_malloc0 + memcpy with g_memdupThomas Huth1-2/+1
2015-10-08linux-user: Remove type casts to union typeStefan Weil1-4/+4
2015-10-08linux-user: Use g_new() & friends where that makes obvious senseMarkus Armbruster3-3/+3