1164 Commits (bdad13b9deec47d5d9eaf7f43867d19a79471244)

Author SHA1 Message Date
Andreas Färber bdc44640cb cpu: Use QTAILQ for CPU list 13 years ago
Peter Maydell 95c1eb19ea linux-user: Return success from m68k set_thread_area syscall 13 years ago
Peter Maydell 978fae9f1a linux-user/signal.c: Avoid using uninitialized data in ARM sigreturn 13 years ago
Peter Maydell b04636f866 linux-user/signal.c: PPC: Silence clang uninitialized-use warning 13 years ago
Petar Jovanovic b0932e0617 linux-user: correct argument number for sys_mremap and sys_splice 13 years ago
Petar Jovanovic 6064be7912 linux-user: correct argument number for sys_mremap and sys_splice 13 years ago
Andreas Färber 0ac46af39e linux-user: Avoid redundant ENV_GET_CPU() 13 years ago
Kwok Cheung Yeung a033381758 linux-user: Handle compressed ISA encodings when processing MIPS exceptions 13 years ago
Alexander Graf b24c882b94 linux-user: Reset copied CPUs in cpu_copy() always 13 years ago
Alexander Graf ddaa7e5a2a linux-user: Fix epoll on ARM hosts 13 years ago
Peter Maydell 82f05b69e6 linux-user: Fix pipe syscall return for SPARC 13 years ago
Peter Maydell c7819dfbd2 linux-user: Fix target_stat and target_stat64 for OpenRISC 13 years ago
Andreas Färber 6f152e9bc8 linux-user: Use X86CPU property to retrieve CPUID family 14 years ago
Andreas Färber db6b81d436 gdbstub: Change gdb_handlesig() argument to CPUState 13 years ago
Andreas Färber 885a73f72b linux-user: Avoid conditional cpu_reset() 13 years ago
Peter Maydell 24cb36a61c configure: Make NPTL non-optional 13 years ago
Peter Maydell 2667e71c3d linux-user: Enable NPTL for x86-64 13 years ago
Alexander Graf bc22eb447c linux-user: Add i386 TLS setter 13 years ago
Peter Maydell 4ce6243dc6 linux-user: Clean up handling of clone() argument order 13 years ago
Peter Maydell d312bbe105 linux-user: Add missing 'break' in i386 get_thread_area syscall 13 years ago
Peter Maydell 1ccd9374af linux-user: Enable NPTL for m68k 13 years ago
Peter Maydell f5147c93d0 linux-user: Enable NPTL for SPARC targets 13 years ago
Peter Maydell 442a59c8dd linux-user: Enable NPTL for OpenRISC 13 years ago
Peter Maydell dfeab06c98 linux-user: Move includes of target-specific headers to end of qemu.h 13 years ago
Petar Jovanovic 43be134366 linux-user: declare sys_futex to have 6 arguments 13 years ago
Andreas Färber a0762859ae log: Change log_cpu_state[_mask]() argument to CPUState 13 years ago
Andreas Färber a2247f8ec9 linux-user: Change thread_env to CPUState 13 years ago
Andreas Färber 182735efaf cpu: Make first_cpu and next_cpu CPUState 13 years ago
Andreas Färber 9b056fcc5b linux-user: Clean up do_syscall() Coding Style for TARGET_NR_exit 13 years ago
Peter Maydell 6291ad77d7 linux-user: Move cpu_clone_regs() and cpu_set_tls() into linux-user 13 years ago
Jürg Billeter 8384274eda linux-user: Do not ignore mmap failure from host 13 years ago
Petar Jovanovic f651e6ae55 linux-user: improve target_to_host_sock_type conversion 13 years ago
Peter Maydell 1acae9f223 linux-user: Fix sys_utimensat (would not compile on old glibc) 13 years ago
Andreas Schwab 167c50d8f9 linux-user: fix signal number range check 13 years ago
Laurent Vivier 7ff7b66618 linux-user: add SIOCADDRT/SIOCDELRT support 13 years ago
Andreas Schwab 463d8e7393 linux-user: handle /proc/$$ like /proc/self 13 years ago
Andreas Färber 878096eeb2 cpu: Turn cpu_dump_{state,statistics}() into CPUState hooks 13 years ago
Andreas Färber 60a3e17a46 cpu: Change cpu_exit() argument to CPUState 13 years ago
Paolo Bonzini 2e59915d43 main: use TARGET_ARCH only for the target-specific #define 13 years ago
Peter Maydell c0d472b12e linux-user: Drop direct use of openat etc syscalls 13 years ago
Peter Maydell 3307e2363a linux-user: Allow getdents to be provided by getdents64 13 years ago
Lei Li d2d6b8576c linux-user: Fix typo in comment 13 years ago
Kwok Cheung Yeung 1239b472bb linux-user: Save the correct resume address for MIPS signal handling 13 years ago
Kwok Cheung Yeung ea3164aafc linux-user: Fix MIPS ISA transitions during signal handling 13 years ago
Christophe Lyon e24fed4ed4 fix /proc/self/maps output 13 years ago
Eduardo Habkost 0514ef2fbb target-i386: Replace cpuid_*features fields with a feature word array 13 years ago
Peter Maydell 7edd2cf1a2 linux-user: fix compile error due to stray colon at end of #ifdef line 13 years ago
Petar Jovanovic 40508bb424 linux-user: change do_semop to return target errno when unsuccessful 13 years ago
Andreas Schwab 03903ffcfb linux-user: fix setgroups/getgroups for non-UID16 archs 13 years ago
Andreas Schwab 9ab709be59 linux-user: fix undefined shift in copy_to_user_fdset 13 years ago