summaryrefslogtreecommitdiffstats
path: root/linux-user
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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/+1
* linux-user/signal.c: Use setup_rt_frame() instead of setup_frame() for target...Chen Gang2015-10-011-7/+2
* 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/+56
* linux-user: remove unused image_info membersStefan Brüns2015-09-282-5/+0
* 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/+4
OpenPOWER on IntegriCloud