1457 Commits (5e4dfd3d4e87e0464d599ecef06aa8fe78420a9b)

Author SHA1 Message Date
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
Peter Crosthwaite d276a604bf linux-user: elfload: Provide default for elf_check_arch 11 years ago
Peter Crosthwaite 75be901cdc linux_user: elfload: Default ELF_MACHINE to ELF_ARCH 11 years ago
Anton Blanchard 6bb9a0a9ef target-ppc: Fix SRR0 when taking unaligned exceptions 11 years ago
Richard Henderson 0583b23323 target-tilegx: Handle atomic instructions 11 years ago
Richard Henderson 9b9dc7acec target-tilegx: Generate SEGV properly 11 years ago
Chen Gang 704eff6c23 linux-user: Conditionalize syscalls which are not defined in tilegx 11 years ago
Chen Gang b16189b222 linux-user: Support tilegx architecture in linux-user 11 years ago
Chen Gang 2cb154bc19 linux-user: tilegx: Add architecture related features 11 years ago
Veres Lajos 67cc32ebfd typofixes - v4 11 years ago
Stefan Weil 8cb7675561 linux-user: Fix warnings caused by missing 'static' attribute 11 years ago
Daniel P. Berrange 8abae4d31d maint: remove unused include for assert.h 11 years ago
Daniel P. Berrange b6af097528 maint: remove / fix many doubled words 11 years ago
Paolo Bonzini 8fd19e6cfd exec: make mmap_lock/mmap_unlock globally available 11 years ago
KONRAD Frederic 677ef6230b replace spinlock by QemuMutex. 11 years ago
Emilio G. Cota 7090376369 linux-user: call rcu_(un)register_thread on pthread_(exit|create) 11 years ago
Peter Maydell 8012c84ff9 target-arm: Wire up HLT 0xf000 as the A64 semihosting instruction 11 years ago
Laurent Vivier b76f21a707 linux-user: remove useless macros GUEST_BASE and RESERVED_VA 11 years ago
Laurent Vivier 4cbea59869 linux-user: remove --enable-guest-base/--disable-guest-base 11 years ago
Andrew Bennett f01a361bfc linux-user: Fix MIPS N64 trap and break instruction bug 11 years ago
Peter Crosthwaite ea3e984740 cpu-exec: Purge all uses of ENV_GET_CPU() 11 years ago
Peter Crosthwaite f7ec7f7b26 gdbstub: Change gdbserver_fork() to accept cpu instead of env 11 years ago
Peter Crosthwaite bbd77c180d translate-all: Change tb_flush() env argument to cpu 11 years ago
Laurent Vivier 7d6b1daedd linux-user, ppc: mftbl can be used by user application 11 years ago
Laurent Vivier 45c874ebba linux-user: ioctl() command type is int 11 years ago
Thierry Bultel 1d085f6cae linux-user: fix the breakpoint inheritance in spawned threads 11 years ago
Peter Maydell 876e23cb2e linux-user: use __get_user and __put_user in cmsg conversions 11 years ago
Peter Maydell c2aeb2586b linux-user: Fix length handling in host_to_target_cmsg 11 years ago
Yongbok Kim 79cb1f1d69 linux-user: Use abi_ulong for TARGET_ELF_PAGESTART 11 years ago