52 Commits (38838f0837a3fcfadf000d885329216195a5f9ae)

Author SHA1 Message Date
Richard Henderson 4d3ad3c3ba include/exec: Split out mmap-lock.h 1 year ago
Philippe Mathieu-Daudé 487a31e0ac accel/tcg: Declare mmap_[un]lock() in 'exec/page-protection.h' 1 year ago
Philippe Mathieu-Daudé a9ee641bd4 linux-user/flatload: Take mmap_lock in load_flt_binary() 2 years ago
Peter Maydell a6819c1bd0 linux-user/flatload.c: Remove unused bFLT shared-library and ZFLAT code 2 years ago
Richard Henderson d0b6b79323 linux-user: Replace bprm->fd with bprm->src.fd 5 years ago
Laurent Vivier d5308ea64c linux-user/flatload: clean up local variable shadowing 3 years ago
Michael Tokarev 669dcb606e accel/tcg: spelling fixes 3 years ago
Richard Henderson 0662a626a7 linux-user: Properly set image_info.brk in flatload 3 years ago
Richard Henderson a3a67f54f0 linux-user: Pass last not end to probe_guest_base 3 years ago
Peter Maydell 734a659ad2 linux-user/flatload.c: Fix setting of image_info::end_code 4 years ago
Peter Maydell 3b249d2661 linux-user: Split linux-user internals out of qemu.h 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
Richard Henderson 3e8f1628e8 exec: Use cpu_untagged_addr in g2h; split out g2h_untagged 5 years ago
zhaolichang 6f9ff551a4 linux-user/: fix some comment spelling errors 6 years ago
Alex Bennée ee94743034 linux-user: completely re-write init_guest_space 6 years ago
Peter Maydell 94db8de179 linux-user/flatload.c: Use "" for include of QEMU header target_flat.h 6 years ago
Max Filippov 5c76d652ab linux-user/flatload: fix initial stack pointer alignment 8 years ago
Max Filippov 02e33e9ffd linux-user: xtensa: enable bFLT support 8 years ago
Philippe Mathieu-Daudé 71987b125b linux-user: Use is_error() to avoid warnings and make the code clearer 8 years ago
Peter Maydell e5a869ed56 linux-user: Fix error handling in flatload.c target_pread() 10 years ago
Markus Armbruster a9c94277f0 Use #include "..." for our own headers, <...> for others 10 years ago
Paolo Bonzini 02d0e09503 os-posix: include sys/mman.h 10 years ago
Daniel P. Berrange a2d96af4bb osdep: add wrappers for socket functions 10 years ago
Peter Maydell d39594e9d9 linux-user: Clean up includes 10 years ago
Stefan Brüns 59baae9a62 linux-user: remove MAX_ARG_PAGES limit 11 years ago
Will Newton f0116c5458 linux-user: Remove regs parameter of load_elf_binary and load_flt_binary 12 years ago
Corey J. Boyle 9721cf2cd6 flatload: fix non-GOT relocations 13 years ago
Mike Frysinger cd8e407d24 flatload: fix bss clearing 14 years ago
Dong Xu Wang b4916d7b9d fix spelling in linux-user sub directory 15 years ago
Juan Quintela 3002fa8472 flatload: memp was a write-only variable 15 years ago
Juan Quintela e7730352fb flatload: end_code was only used in a debug message 15 years ago
Mike Frysinger c3109ba1b1 linux-user/FLAT: allow targets to override FLAT processing 15 years ago
Mike Frysinger 82a39595f7 linux-user/FLAT: fix auto-stack sizing 15 years ago
Blue Swirl f562e716c9 linux-user: improve flatload error checking 16 years ago
Paul Brook 97374d3858 Usermode exec-stack fix 16 years ago
Riccardo Magliocchetti 564e2fe8cd linux-user: Fix compilation with DEBUG defined 16 years ago
Blue Swirl 8167ee8839 Update to a hopefully more future proof FSF address 17 years ago
Blue Swirl 001faf3269 Replace gcc variadic macro extension with C99 version 17 years ago
blueswir1 530e7615ce Fix more FSF addresses 17 years ago
blueswir1 b1d8e52e63 Fix undeclared symbol warnings from sparse 18 years ago
balrog 526ccb7a26 Fix a bunch of type mismatch-related warnings (Jan Kiszka). 18 years ago
bellard 2f6196984b suppressed tgetx and tputx (initial patch by Thayne Harbaugh) 19 years ago
bellard 579a97f7ff Linux user memory access API change (initial patch by Thayne Harbaugh) 19 years ago
blueswir1 992f48a036 Support for 32 bit ABI on 64 bit targets (only enabled Sparc64) 19 years ago
ths 3b46e62427 find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. 19 years ago
ths 5fafdf24ef find -type f | xargs sed -i 's/[\t ]$//g' # on most files 19 years ago
pbrook 2a1094cd88 bFLT loader alignment fix. 19 years ago
pbrook b35d7448b1 Align stack when loading bFLT binaries. 19 years ago
pbrook 388c45084d bFLT loader commandline fix. 20 years ago