1486 Commits (7a4e543de6637cda4dcc4a060b9225a863f7c721)

Author SHA1 Message Date
Paolo Bonzini 508127e243 log: do not unnecessarily include qom/cpu.h 10 years ago
Peter Maydell d39594e9d9 linux-user: Clean up includes 10 years ago
Chen Gang 530c003252 linux-user/mmap.c: Use end instead of real_end in target_mmap 10 years ago
John Paul Adrian Glaubitz 5a53dc5042 linux-user: Add SOCKOP_sendmmsg and SOCKOP_recvmmsg socket call, wire them up. 10 years ago
John Paul Adrian Glaubitz e73eecbdc2 linux-user: Update m68k syscall definitions to match Linux 4.4. 10 years ago
Chen Gang fad6c58a3d linux-user/syscall.c: Use SOL_SOCKET instead of level for setsockopt() 10 years ago
Johan Ouwerkerk 9763af08f8 Add missing syscall nrs. according to more recent Linux kernels 10 years ago
Michael Tokarev 477cea9e6d linux-user: enable sigaltstack for all architectures 10 years ago
Michael Tokarev 6e50216461 unicore32: convert get_sp_from_cpustate from macro to inline 10 years ago
Michael Tokarev c0d3573632 linux-user: enable sigaltstack for all architectures 10 years ago
Michael Tokarev 27e112f9fd unicore32: convert get_sp_from_cpustate from macro to inline 10 years ago
Chen Gang e6deac9cf9 linux-user/mmap.c: Always zero MAP_ANONYMOUS memory in mmap_frag() 10 years ago
Laurent Vivier 2a0fa68fb9 linux-user,sh4: fix signal retcode address 11 years ago
Laurent Vivier 861d72cd28 linux-user: check fd is >= 0 in fd_trans_host_to_target_data/fd_trans_host_to_target_addr 11 years ago
Laurent Vivier 0cf227229b linux-user: manage bind with a socket of SOCK_PACKET type. 11 years ago
Laurent Vivier 7b36f78274 linux-user: add a function hook to translate sockaddr 11 years ago
Laurent Vivier 5d4d366585 linux-user: rename TargetFdFunc to TargetFdDataFunc, and structure fields accordingly 11 years ago
Laurent Vivier ff626f2d9e linux-user: SOCK_PACKET uses network endian to encode protocol in socket() 11 years ago
Harmandeep Kaur 0e173b24b5 linux-user/syscall.c: malloc()/calloc() to g_malloc()/g_try_malloc()/g_new0() 11 years ago
Laurent Vivier 3e24bb3f12 linux-user: in poll(), if nfds is 0, pfd can be NULL 11 years ago
Laurent Vivier 928bed6a05 linux-user: correctly align target_epoll_event 11 years ago
Laurent Vivier e36800c91a linux-user: add signalfd/signalfd4 syscalls 11 years ago
Paolo Bonzini c8ee0a445a linux-user: convert DEBUG_SIGNAL logging to tracepoints 11 years ago
Paolo Bonzini 120a9848c2 linux-user: avoid "naked" qemu_log 11 years ago
Paolo Bonzini 1382902055 user: introduce "-d page" 11 years ago
Paolo Bonzini 013a29424c qemu-log: introduce qemu_log_separate 11 years ago
Paolo Bonzini 0c2d70c448 translate-all: ensure host page mask is always extended with 1's 11 years ago
Thomas Huth e9d49d518d linux-user/syscall: Replace g_malloc0 + memcpy with g_memdup 11 years ago
Stefan Weil d1c002b6ae linux-user: Remove type casts to union type 11 years ago
Markus Armbruster c78d65e8a7 linux-user: Use g_new() & friends where that makes obvious sense 11 years ago
Christopher Covington 4a7428c5a7 s/cpu_get_real_ticks/cpu_get_host_ticks/ 11 years ago
Richard Henderson a0577d2aa9 target-tilegx: Use TILEGX_EXCP_SIGNAL instead of TILEGX_EXCP_SEGV 11 years ago
Chen Gang dd8070d865 target-tilegx: Decode ill pseudo-instructions 11 years ago
Chen Gang bf0f60a61b linux-user/tilegx: Implement tilegx signal features 11 years ago
Chen Gang de2fdd56b1 linux-user/syscall_defs.h: Sync the latest si_code from Linux kernel 11 years ago
Paolo Bonzini 86abac06c1 linux-user: assert that target_mprotect cannot fail 11 years ago
Chen Gang d0924a26d8 linux-user/signal.c: Use setup_rt_frame() instead of setup_frame() for target openrisc 11 years ago
Chen Gang 08703b9f7b linux-user/syscall.c: Add EAGAIN to host_to_target_errno_table for 11 years ago
Laurent Vivier 0f0426f343 linux-user: add name_to_handle_at/open_by_handle_at 11 years ago
Timothy E Baldwin 93b4eff80a linux-user: Return target error number in do_fork() 11 years ago
Jonathan Neuschäfer ee1045877a linux-user: fix cmsg conversion in case of multiple headers 11 years ago
Stefan Brüns 59baae9a62 linux-user: remove MAX_ARG_PAGES limit 11 years ago
Stefan Brüns 84646ee25b linux-user: remove unused image_info members 11 years ago
Meador Inge ba02577cad linux-user: Treat --foo options the same as -foo 11 years ago
Riku Voipio 4d1275c24d linux-user: use EXIT_SUCCESS and EXIT_FAILURE 11 years ago
Meador Inge 138940bf08 linux-user: Add proper error messages for bad options 11 years ago
Meador Inge daaf8c8eb7 linux-user: Add -help 11 years ago
Meador Inge d03f9c3202 linux-user: Exit 0 when -h is used 11 years ago
Peter Crosthwaite 4ecd4d16a0 ppc: Rename ELF_MACHINE to be PPC specific 11 years ago
Peter Crosthwaite b597c3f7da arm: Remove ELF_MACHINE from cpu.h 11 years ago