aboutsummaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)Author
2016-04-04linux-user: arm: Handle (ignore) EXCP_YIELD in ARM cpu_loop()Peter Maydell
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa
2016-03-10osdep: add wrappers for socket functionsDaniel P. Berrange
2016-03-04linux-user: arm: handle CPSR.E correctly in strex emulationPaolo Bonzini
2016-03-04linux-user: arm: set CPSR.E/SCTLR.E0E correctly for BE modePeter Crosthwaite
2016-03-04target-arm: implement SCTLR.B, drop bswap_codePaolo Bonzini
2016-03-04linux-user: arm: pass env to get_user_code_*Paolo Bonzini
2016-03-04linux-user: arm: fix coding style for some linux-user signal functionsPaolo Bonzini
2016-02-26linux-user: Use restrictive mask when calling cpsr_write()Peter Maydell
2016-02-26target-arm: Add write_type argument to cpsr_write()Peter Maydell
2016-02-24linux-user: add getrandom() syscallLaurent Vivier
2016-02-23linux-user: correct timerfd_create syscall numbersRiku Voipio
2016-02-23linux-user: remove unavailable syscalls from aarch64Riku Voipio
2016-02-23linux-user: sync syscall numbers with kernelRiku Voipio
2016-02-23linux-user: Don't assert if guest tries shmdt(0)Peter Maydell
2016-02-23linux-user: set ppc64/ppc64le default CPU to POWER8Laurent Vivier
2016-02-23build: [linux-user] Rename "syscall.h" to "target_syscall.h" in target direct...LluĂ­s Vilanova
2016-02-23linux-user: fix realloc size of target_fd_trans.Laurent Vivier
2016-02-23all: Clean up includesPeter Maydell
2016-02-03log: do not unnecessarily include qom/cpu.hPaolo Bonzini
2016-01-29linux-user: Clean up includesPeter Maydell
2016-01-11Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20160111' int...Peter Maydell
2016-01-11linux-user/mmap.c: Use end instead of real_end in target_mmapChen Gang
2016-01-11linux-user: Add SOCKOP_sendmmsg and SOCKOP_recvmmsg socket call, wire them up.John Paul Adrian Glaubitz
2016-01-11linux-user: Update m68k syscall definitions to match Linux 4.4.John Paul Adrian Glaubitz
2016-01-11linux-user/syscall.c: Use SOL_SOCKET instead of level for setsockopt()Chen Gang
2016-01-11Add missing syscall nrs. according to more recent Linux kernelsJohan Ouwerkerk
2016-01-11linux-user: enable sigaltstack for all architecturesMichael Tokarev
2016-01-10unicore32: convert get_sp_from_cpustate from macro to inlineMichael Tokarev
2016-01-08linux-user: enable sigaltstack for all architecturesMichael Tokarev
2016-01-08unicore32: convert get_sp_from_cpustate from macro to inlineMichael Tokarev
2016-01-08linux-user/mmap.c: Always zero MAP_ANONYMOUS memory in mmap_frag()Chen Gang
2016-01-08linux-user,sh4: fix signal retcode addressLaurent Vivier
2016-01-08linux-user: check fd is >= 0 in fd_trans_host_to_target_data/fd_trans_host_to...Laurent Vivier
2016-01-08linux-user: manage bind with a socket of SOCK_PACKET type.Laurent Vivier
2016-01-08linux-user: add a function hook to translate sockaddrLaurent Vivier
2016-01-08linux-user: rename TargetFdFunc to TargetFdDataFunc, and structure fields acc...Laurent Vivier
2016-01-08linux-user: SOCK_PACKET uses network endian to encode protocol in socket()Laurent Vivier
2016-01-08linux-user/syscall.c: malloc()/calloc() to g_malloc()/g_try_malloc()/g_new0()Harmandeep Kaur
2016-01-08linux-user: in poll(), if nfds is 0, pfd can be NULLLaurent Vivier
2016-01-08linux-user: correctly align target_epoll_eventLaurent Vivier
2016-01-08linux-user: add signalfd/signalfd4 syscallsLaurent Vivier
2015-12-17linux-user: convert DEBUG_SIGNAL logging to tracepointsPaolo Bonzini
2015-12-17linux-user: avoid "naked" qemu_logPaolo Bonzini
2015-12-17user: introduce "-d page"Paolo Bonzini
2015-12-17qemu-log: introduce qemu_log_separatePaolo Bonzini
2015-12-02translate-all: ensure host page mask is always extended with 1'sPaolo Bonzini
2015-11-06linux-user/syscall: Replace g_malloc0 + memcpy with g_memdupThomas Huth
2015-10-08linux-user: Remove type casts to union typeStefan Weil
2015-10-08linux-user: Use g_new() & friends where that makes obvious senseMarkus Armbruster