198 Commits (dc96009afd8cf2372fa1bbced0bcbcbb2c5d6f1b)

Author SHA1 Message Date
Thomas Weißschuh 64d06015f6 linux-user: Add new flag VERIFY_NONE 3 years ago
Richard Henderson 872f3d046f linux-user: Honor PT_GNU_STACK 4 years ago
Richard Henderson 60f1c8017a linux-user: Clean up arg_start/arg_end confusion 4 years ago
Marc-André Lureau ee3eb3a7ce Replace TARGET_WORDS_BIGENDIAN 4 years ago
Cameron Esfahani eb33cdaeda linux-user: Implement starttime field in self stat emulation 5 years ago
Peter Maydell b1b2138753 linux-user: Remove unnecessary 'aligned' attribute from TaskState 5 years ago
Warner Losh bfadf13f63 linux-user: Remove MAX_SIGQUEUE_SIZE 5 years ago
Peter Maydell d0a7920eb4 linux-user: Drop unneeded includes from qemu.h 5 years ago
Peter Maydell 85b4fa0cd1 linux-user: Don't include gdbstub.h in qemu.h 5 years ago
Peter Maydell 3b249d2661 linux-user: Split linux-user internals out of qemu.h 5 years ago
Peter Maydell a57e0c3657 linux-user: Split safe-syscall macro into its own header 5 years ago
Peter Maydell 5423e6d3a4 linux-user: Split mmap prototypes into user-mmap.h 5 years ago
Peter Maydell 3ad0a76928 linux-user: Split loader-related prototypes into loader.h 5 years ago
Peter Maydell 2113aed687 linux-user: Split signal-related prototypes into signal-common.h 5 years ago
Peter Maydell a44d57a3b9 linux-user: Split strace prototypes into strace.h 5 years ago
Peter Maydell 400b7f6d14 linux-user: Fix coding style nits in qemu.h 5 years ago
Richard Henderson 6b20875503 linux-user: Pass CPUArchState to do_sigaltstack 5 years ago
Richard Henderson 360f0abdc5 linux-user: Use signed lengths in uaccess.c 5 years ago
Taylor Simpson d2a56bd242 Hexagon (linux-user/hexagon) Linux user emulation 6 years ago
Richard Henderson 09f679b62d linux-user: Fix types in uaccess.c 6 years ago
Richard Henderson 687ca79789 linux-user: Move lock_user et al out of line 6 years ago
Richard Henderson c7169b022b linux-user: Use cpu_untagged_addr in access_ok; split out *_untagged 6 years ago
Richard Henderson 46b12f461c exec: Rename guest_{addr,range}_valid to *_untagged 6 years ago
Richard Henderson 114556c533 linux-user: Use guest_range_valid in access_ok 6 years ago
Richard Henderson 3e8f1628e8 exec: Use cpu_untagged_addr in g2h; split out g2h_untagged 6 years ago
Richard Henderson 68f7766664 linux-user: Tidy VERIFY_READ/VERIFY_WRITE 6 years ago
Richard Henderson 4feac83a9c linux-user: Check for overflow in access_ok 6 years ago
Keith Packard a10b9d93ec riscv: Add semihosting support 6 years ago
Richard Henderson 83f990eb5a linux-user/elfload: Parse NT_GNU_PROPERTY_TYPE_0 notes 6 years ago
Stefan Hajnoczi d73415a315 qemu/atomic.h: rename atomic_ to qatomic_ 6 years ago
Filip Bozuta 888468db94 linux-user: Add strace support for printing arguments for ioctls used for terminals and serial lines 6 years ago
Filip Bozuta 7c89f34383 linux-user: Add strace support for printing arguments of truncate()/ftruncate() and getsid() 6 years ago
Filip Bozuta e400e11941 linux-user: Make cpu_env accessible in strace.c 6 years ago
Filip Bozuta 79482e5987 linux-user: Add strace support for printing arguments of ioctl() 6 years ago
Filip Bozuta f4d92c5e9f linux-user: Add strace support for printing arguments of fallocate() 6 years ago
Filip Bozuta c84be71f68 linux-user: Extend strace support to enable argument printing after syscall execution 6 years ago
Alex Bennée ee94743034 linux-user: completely re-write init_guest_space 6 years ago
Josh Kunz f63c9862ff linux-user: remove gemu_log from the linux-user tree 7 years ago
Josh Kunz 4b25a50674 linux-user: Use `qemu_log' for strace 7 years ago
Richard Henderson 6fd5944980 linux-user: Reserve space for brk 7 years ago
Markus Armbruster dc5e9ac716 Include qemu/queue.h slightly less 7 years ago
Peter Maydell 5bfce0b74f linux-user: Make sigaltstack stacks per-thread 7 years ago
Rémi Denis-Courmont 0acd4ab849 linux-user: check valid address in access_ok() 7 years ago
Laurent Vivier c6d0700f57 linux-user/m68k: remove simulator syscall interface 7 years ago
Richard Henderson 30ab9ef296 linux-user: Fix shmat emulation by honoring host SHMLBA 7 years ago
Thomas Huth 798b858130 linux-user: Fix compilation with clang 3.4 8 years ago
Paolo Bonzini 7d37435bd5 avoid TABs in files that only contain a few 8 years ago
Stefan Markovic 74cfc704e5 linux-user: Extend image_info struct with MIPS fp_abi and interp_fp_abi fields 8 years ago
Emilio G. Cota 83f164bd5a linux-user: fix comment s/atomic_write/atomic_set/ 8 years ago
Peter Maydell 850d5e330a linux-user: Suppress address-of-packed-member warnings in __get/put_user_e 8 years ago