summaryrefslogtreecommitdiffstats
path: root/linux-user
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20160111' int...Peter Maydell2016-01-115-51/+310
|\
| * linux-user/mmap.c: Use end instead of real_end in target_mmapChen Gang2016-01-111-1/+1
| * linux-user: Add SOCKOP_sendmmsg and SOCKOP_recvmmsg socket call, wire them up.John Paul Adrian Glaubitz2016-01-112-2/+8
| * linux-user: Update m68k syscall definitions to match Linux 4.4.John Paul Adrian Glaubitz2016-01-111-0/+27
| * linux-user/syscall.c: Use SOL_SOCKET instead of level for setsockopt()Chen Gang2016-01-111-1/+2
| * linux-user: enable sigaltstack for all architecturesMichael Tokarev2016-01-081-6/+0Star
| * unicore32: convert get_sp_from_cpustate from macro to inlineMichael Tokarev2016-01-081-1/+5
| * linux-user/mmap.c: Always zero MAP_ANONYMOUS memory in mmap_frag()Chen Gang2016-01-081-1/+3
| * linux-user,sh4: fix signal retcode addressLaurent Vivier2016-01-081-10/+6Star
| * linux-user: check fd is >= 0 in fd_trans_host_to_target_data/fd_trans_host_to...Laurent Vivier2016-01-081-2/+2
| * linux-user: manage bind with a socket of SOCK_PACKET type.Laurent Vivier2016-01-081-0/+30
| * linux-user: add a function hook to translate sockaddrLaurent Vivier2016-01-081-6/+21
| * linux-user: rename TargetFdFunc to TargetFdDataFunc, and structure fields acc...Laurent Vivier2016-01-081-9/+9
| * linux-user: SOCK_PACKET uses network endian to encode protocol in socket()Laurent Vivier2016-01-081-0/+6
| * linux-user/syscall.c: malloc()/calloc() to g_malloc()/g_try_malloc()/g_new0()Harmandeep Kaur2016-01-081-15/+15
| * linux-user: in poll(), if nfds is 0, pfd can be NULLLaurent Vivier2016-01-081-7/+13
| * linux-user: correctly align target_epoll_eventLaurent Vivier2016-01-081-8/+11
| * linux-user: add signalfd/signalfd4 syscallsLaurent Vivier2016-01-081-0/+167
* | Add missing syscall nrs. according to more recent Linux kernelsJohan Ouwerkerk2016-01-113-0/+37
* | linux-user: enable sigaltstack for all architecturesMichael Tokarev2016-01-111-6/+0Star
* | unicore32: convert get_sp_from_cpustate from macro to inlineMichael Tokarev2016-01-101-1/+5
|/
* linux-user: convert DEBUG_SIGNAL logging to tracepointsPaolo Bonzini2015-12-171-60/+58Star
* linux-user: avoid "naked" qemu_logPaolo Bonzini2015-12-171-40/+31Star
* user: introduce "-d page"Paolo Bonzini2015-12-172-6/+6
* qemu-log: introduce qemu_log_separatePaolo Bonzini2015-12-171-2/+2
* translate-all: ensure host page mask is always extended with 1'sPaolo Bonzini2015-12-022-5/+2Star
* linux-user/syscall: Replace g_malloc0 + memcpy with g_memdupThomas Huth2015-11-061-2/+1Star
* 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
* target-tilegx: Decode ill pseudo-instructionsChen Gang2015-10-071-0/+14
* linux-user/tilegx: Implement tilegx signal featuresChen Gang2015-10-072-1/+161
* linux-user/syscall_defs.h: Sync the latest si_code from Linux kernelChen Gang2015-10-071-0/+11
* linux-user: assert that target_mprotect cannot failPaolo Bonzini2015-10-011-4/+1Star
* linux-user/signal.c: Use setup_rt_frame() instead of setup_frame() for target...Chen Gang2015-10-011-7/+2Star
* linux-user/syscall.c: Add EAGAIN to host_to_target_errno_table forChen Gang2015-09-281-0/+1
* linux-user: add name_to_handle_at/open_by_handle_atLaurent Vivier2015-09-281-0/+98
* linux-user: Return target error number in do_fork()Timothy E Baldwin2015-09-281-2/+3
* linux-user: fix cmsg conversion in case of multiple headersJonathan Neuschäfer2015-09-282-10/+18
* linux-user: remove MAX_ARG_PAGES limitStefan Brüns2015-09-285-76/+56Star
* linux-user: remove unused image_info membersStefan Brüns2015-09-282-5/+0Star
* linux-user: Treat --foo options the same as -fooMeador Inge2015-09-281-0/+4
* linux-user: use EXIT_SUCCESS and EXIT_FAILURERiku Voipio2015-09-281-36/+36
* linux-user: Add proper error messages for bad optionsMeador Inge2015-09-281-3/+7
* linux-user: Add -helpMeador Inge2015-09-281-0/+2
* linux-user: Exit 0 when -h is usedMeador Inge2015-09-281-10/+10
* ppc: Rename ELF_MACHINE to be PPC specificPeter Crosthwaite2015-09-251-0/+1
* arm: Remove ELF_MACHINE from cpu.hPeter Crosthwaite2015-09-251-2/+2
* linux-user: elfload: Provide default for elf_check_archPeter Crosthwaite2015-09-251-24/+4Star