summaryrefslogtreecommitdiffstats
path: root/linux-user
Commit message (Expand)AuthorAgeFilesLines
* linux-user: arm: Handle (ignore) EXCP_YIELD in ARM cpu_loop()Peter Maydell2019-11-291-0/+6
* util: move declarations out of qemu-common.hVeronia Bahaa2019-11-294-1/+7
* osdep: add wrappers for socket functionsDaniel P. Berrange2019-11-291-1/+0
* linux-user: arm: handle CPSR.E correctly in strex emulationPaolo Bonzini2019-11-291-7/+43
* linux-user: arm: set CPSR.E/SCTLR.E0E correctly for BE modePeter Crosthwaite2019-11-291-1/+2
* target-arm: implement SCTLR.B, drop bswap_codePaolo Bonzini2019-11-291-3/+7
* linux-user: arm: pass env to get_user_code_*Paolo Bonzini2019-11-291-11/+9
* linux-user: arm: fix coding style for some linux-user signal functionsPaolo Bonzini2019-11-291-54/+56
* linux-user: Use restrictive mask when calling cpsr_write()Peter Maydell2019-11-292-2/+3
* target-arm: Add write_type argument to cpsr_write()Peter Maydell2019-11-293-6/+6
* linux-user: add getrandom() syscallLaurent Vivier2019-11-291-0/+13
* linux-user: correct timerfd_create syscall numbersRiku Voipio2019-11-296-6/+6
* linux-user: remove unavailable syscalls from aarch64Riku Voipio2019-11-292-61/+0
* linux-user: sync syscall numbers with kernelRiku Voipio2019-11-2913-17/+200
* linux-user: Don't assert if guest tries shmdt(0)Peter Maydell2019-11-291-5/+7
* linux-user: set ppc64/ppc64le default CPU to POWER8Laurent Vivier2019-11-291-1/+1
* build: [linux-user] Rename "syscall.h" to "target_syscall.h" in target direct...LluĂ­s Vilanova2019-11-2919-1/+67
* linux-user: fix realloc size of target_fd_trans.Laurent Vivier2019-11-291-2/+2
* all: Clean up includesPeter Maydell2019-11-292-6/+0
* log: do not unnecessarily include qom/cpu.hPaolo Bonzini2019-11-291-0/+1
* linux-user: Clean up includesPeter Maydell2019-11-2920-75/+20
* linux-user/mmap.c: Use end instead of real_end in target_mmapChen Gang2019-11-291-1/+1
* linux-user: Add SOCKOP_sendmmsg and SOCKOP_recvmmsg socket call, wire them up.John Paul Adrian Glaubitz2019-11-292-2/+8
* linux-user: Update m68k syscall definitions to match Linux 4.4.John Paul Adrian Glaubitz2019-11-291-0/+27
* linux-user/syscall.c: Use SOL_SOCKET instead of level for setsockopt()Chen Gang2019-11-291-1/+2
* Add missing syscall nrs. according to more recent Linux kernelsJohan Ouwerkerk2019-11-293-0/+37
* linux-user: enable sigaltstack for all architecturesMichael Tokarev2019-11-291-6/+0
* unicore32: convert get_sp_from_cpustate from macro to inlineMichael Tokarev2019-11-291-1/+5
* linux-user/mmap.c: Always zero MAP_ANONYMOUS memory in mmap_frag()Chen Gang2019-11-291-1/+3
* linux-user,sh4: fix signal retcode addressLaurent Vivier2019-11-291-10/+6
* linux-user: check fd is >= 0 in fd_trans_host_to_target_data/fd_trans_host_to...Laurent Vivier2019-11-291-2/+2
* linux-user: manage bind with a socket of SOCK_PACKET type.Laurent Vivier2019-11-291-0/+30
* linux-user: add a function hook to translate sockaddrLaurent Vivier2019-11-291-6/+21
* linux-user: rename TargetFdFunc to TargetFdDataFunc, and structure fields acc...Laurent Vivier2019-11-291-9/+9
* linux-user: SOCK_PACKET uses network endian to encode protocol in socket()Laurent Vivier2019-11-291-0/+6
* linux-user/syscall.c: malloc()/calloc() to g_malloc()/g_try_malloc()/g_new0()Harmandeep Kaur2019-11-291-15/+15
* linux-user: in poll(), if nfds is 0, pfd can be NULLLaurent Vivier2019-11-291-7/+13
* linux-user: correctly align target_epoll_eventLaurent Vivier2019-11-291-8/+11
* linux-user: add signalfd/signalfd4 syscallsLaurent Vivier2019-11-291-0/+167
* linux-user: convert DEBUG_SIGNAL logging to tracepointsPaolo Bonzini2019-11-291-60/+58
* linux-user: avoid "naked" qemu_logPaolo Bonzini2019-11-291-40/+31
* user: introduce "-d page"Paolo Bonzini2019-11-292-6/+6
* qemu-log: introduce qemu_log_separatePaolo Bonzini2019-11-291-2/+2
* Initial overlay of HQEMU 2.5.2 changes onto underlying 2.5.0 QEMU GIT tree2.5_overlayTimothy Pearson2019-11-294-7/+86
* translate-all: ensure host page mask is always extended with 1'sPaolo Bonzini2015-12-022-5/+2
* linux-user/syscall: Replace g_malloc0 + memcpy with g_memdupThomas Huth2015-11-061-2/+1
* linux-user: Remove type casts to union typeStefan Weil2015-10-081-4/+4
* linux-user: Use g_new() & friends where that makes obvious senseMarkus Armbruster2015-10-083-3/+3
* s/cpu_get_real_ticks/cpu_get_host_ticks/Christopher Covington2015-10-081-2/+2
* target-tilegx: Use TILEGX_EXCP_SIGNAL instead of TILEGX_EXCP_SEGVRichard Henderson2015-10-071-18/+23
OpenPOWER on IntegriCloud