Sign in
qemu
/
qemu
/
522ece32d214bd4b086821c4350c2aebe5587878
/
linux-user
/
qemu.h
7c4ee5b
linux-user: Support stack-grows-up in elfload.c
by Richard Henderson
· 8 years ago
9d2803f
linux-user: Pass si_type information to queue_signal() explicitly
by Peter Maydell
· 9 years ago
0cb581d
linux-user: report signals being taken in strace output
by Peter Maydell
· 9 years ago
38e826d
linux-user/qemu.h: change malloc to g_malloc, free to g_free
by Md Haris Iqbal
· 9 years ago
1bc7e52
exec: Reduce CONFIG_USER_ONLY ifdeffenery
by Igor Mammedov
· 9 years ago
d317091
linux-user: Make semihosting heap/stack fields abi_ulongs
by Peter Maydell
· 9 years ago
1d48fdd
linux-user: Don't use sigfillset() on uc->uc_sigmask
by Peter Maydell
· 9 years ago
7dcdaea
linux-user: Make target_strerror() return 'const char *'
by Peter Maydell
· 9 years ago
655ed67
linux-user: Queue synchronous signals separately
by Timothy E Baldwin
· 9 years ago
907f5fd
linux-user: Remove real-time signal queuing
by Timothy E Baldwin
· 9 years ago
3d3efba
linux-user: Fix race between multiple signals
by Peter Maydell
· 9 years ago
4d330ce
linux-user: Provide safe_syscall for fixing races between signals and syscalls
by Timothy E Baldwin
· 9 years ago
63c9155
cpu: move exec-all.h inclusion out of cpu.h
by Paolo Bonzini
· 9 years ago
460c579
build: [linux-user] Rename "syscall.h" to "target_syscall.h" in target directories
by Lluís Vilanova
· 9 years ago
30456d5
all: Clean up includes
by Peter Maydell
· 9 years ago
59baae9
linux-user: remove MAX_ARG_PAGES limit
by Stefan Brüns
· 10 years ago
84646ee
linux-user: remove unused image_info members
by Stefan Brüns
· 10 years ago
8fd19e6
exec: make mmap_lock/mmap_unlock globally available
by Paolo Bonzini
· 10 years ago
a42267e
linux-user: fix gcc-4.9 compiler error on __{get,put]}_user
by Riku Voipio
· 11 years ago
f08b617
softmmu: introduce cpu_ldst.h
by Paolo Bonzini
· 11 years ago
a7ec0f9
linux-user: Don't allow guest to block SIGSEGV
by Peter Maydell
· 11 years ago
1c27592
signal: added a wrapper for sigprocmask function
by Alex Barcelo
· 11 years ago
f0116c5
linux-user: Remove regs parameter of load_elf_binary and load_flt_binary
by Will Newton
· 11 years ago
55a2b16
linux-user: create target_structs header to place ipc_perm and shmid_ds
by Petar Jovanovic
· 11 years ago
03cfd8f
linux-user: add support of binfmt_misc 'O' flag
by Laurent Vivier
· 12 years ago
6f20f55
*-user: Improve documentation for lock_user function
by Stefan Weil
· 11 years ago
41d1af4
*-user: Fix typo in comment (ulocking -> unlocking)
by Stefan Weil
· 11 years ago
4a24a75
linux-user: Allow targets to specify a minimum uname release
by Peter Maydell
· 12 years ago
848d72c
linux-user: Make sure NWFPE code is 32 bit ARM only
by Peter Maydell
· 12 years ago
24cb36a
configure: Make NPTL non-optional
by Peter Maydell
· 12 years ago
1ccd937
linux-user: Enable NPTL for m68k
by Peter Maydell
· 12 years ago
dfeab06
linux-user: Move includes of target-specific headers to end of qemu.h
by Peter Maydell
· 12 years ago
a2247f8
linux-user: Change thread_env to CPUState
by Andreas Färber
· 12 years ago
6291ad7
linux-user: Move cpu_clone_regs() and cpu_set_tls() into linux-user
by Peter Maydell
· 12 years ago
0bc8ce9
linux-user: Restore cast to target type in get_user()
by Peter Maydell
· 12 years ago
658f2dc
linux-user: Rewrite __get_user/__put_user with __builtin_choose_expr
by Richard Henderson
· 12 years ago
1de7afc
misc: move include files to include/qemu/
by Paolo Bonzini
· 12 years ago
022c62c
exec: move include files to include/exec/
by Paolo Bonzini
· 12 years ago
ee9baa0
user: Rename qemu-types.h to qemu-user-types.h
by Eduardo Habkost
· 12 years ago
a05c640
linux-user: Fix siginfo handling
by Richard Henderson
· 12 years ago
62724cc
linux-user: Use memcpy in get_user/put_user.
by Richard Henderson
· 13 years ago
806d102
linux-user: Use init_guest_space when -R and -B are specified
by Meador Inge
· 13 years ago
dce1040
linux-user: Factor out guest space probing into a function
by Meador Inge
· 13 years ago
d8fd295
Userspace ARM BE8 support
by Paul Brook
· 13 years ago
59e9d91
linux-user: resolve reserved_va vma downwards
by Peter Maydell
· 13 years ago
9349b4f
Rename CPUState -> CPUArchState
by Andreas Färber
· 13 years ago
125b0f5
linux-user: save auxv length
by Alexander Graf
· 13 years ago
d0fd11f
linux-user: stack_base is now mandatory on all targets
by Riku Voipio
· 13 years ago
97cc756
linux-user: Implement new ARM 64 bit cmpxchg kernel helper
by Dr. David Alan Gilbert
· 14 years ago
5945cfc
linux-user: Bump do_syscall() up to 8 syscall arguments
by Peter Maydell
· 14 years ago
1301f32
Fix typos in comments (neccessary -> necessary)
by Stefan Weil
· 14 years ago
d2fbca9
unicore32: necessary modifications for other files to support unicore32
by Guan Xuetao
· 14 years ago
1af02e8
linux-user/elfload: add FDPIC support
by Mike Frysinger
· 14 years ago
67af42a
Remove dead code for ARM semihosting commandline handling
by Wolfgang Schildbach
· 14 years ago
bee7000
linux-user: remove unnecessary local from __get_user(), __put_user()
by Peter Maydell
· 14 years ago
48e15fc
linux-user: fix memory leaks with NPTL emulation
by Nathan Froyd
· 14 years ago
e5924d8
Replace most gcc format attributes by macro GCC_FMT_ATTR (format checking)
by Stefan Weil
· 14 years ago
9955ffa
linux-user: Reduce lseek+reads while loading elf files.
by Richard Henderson
· 15 years ago
97374d3
Usermode exec-stack fix
by Paul Brook
· 15 years ago
6495a04
linux-user: Remove ELFLOAD32.
by Richard Henderson
· 15 years ago
703e0e8
linux-user: Use RLIMIT_STACK for default stack size.
by Richard Henderson
· 15 years ago
14f24e1
linux-user: Fix mmap_find_vma returning invalid addresses.
by Richard Henderson
· 15 years ago
c227f09
Revert "Get rid of _t suffix"
by Anthony Liguori
· 15 years ago
99a0949
Get rid of _t suffix
by malc
· 15 years ago
72cf2d4
Fix sys-queue.h conflict for good
by Blue Swirl
· 15 years ago
3702208
user: compile path.c only once
by Blue Swirl
· 16 years ago
2f7bb87
rename USE_NPTL to CONFIG_USE_NPTL
by Juan Quintela
· 16 years ago
379f669
Userspace guest address offsetting
by Paul Brook
· 16 years ago
fd4d81d
linux-user: increment MAX_ARG_PAGES
by Arnaud Patard
· 16 years ago
edf8e2a
linux-user: implemented ELF coredump support for ARM target
by Mika Westerberg
· 16 years ago
9ad197d
export mmap_find_vma for shmat
by Riku Voipio
· 16 years ago
425be42
Avoid implicit truncation compiler warnings
by Paul Brook
· 16 years ago
1d9d8b5
Translate signal values in exit status.
by pbrook
· 16 years ago
c276471
The _exit syscall is used for both thread termination in NPTL applications,
by pbrook
· 16 years ago
d088d66
linux-user: identify running binary in /proc/self/exe
by aurel32
· 16 years ago
1609cd4
linux-user: Move abi_* typedefs into qemu-types.h
by aurel32
· 16 years ago
440c7e8
Export x86_stack_size in qemu.h
by blueswir1
· 16 years ago
79383c9
Fix some warnings that would be generated by gcc -Wredundant-decls
by blueswir1
· 17 years ago
d597536
Multithreaded locking fixes.
by pbrook
· 17 years ago
1235fc0
Spelling fixes, by Stefan Weil.
by ths
· 17 years ago
c8a706f
Multithreaded locking for mmap().
by pbrook
· 17 years ago
0776590
Mark host brk() area as reserved.
by pbrook
· 17 years ago
624f797
Make signal queues per thread.
by pbrook
· 17 years ago
4cb0596
Perform target->host signal mapping for *kill syscalls.
by pbrook
· 17 years ago
a745ec6
Update ARM rt_frame layout.
by pbrook
· 17 years ago
06177d3
Fix a compiler error with DEBUG_REMAP enabled (Thayne Harbaugh).
by balrog
· 17 years ago
2f61969
suppressed tgetx and tputx (initial patch by Thayne Harbaugh)
by bellard
· 17 years ago
4683b13
always define TARGET_ABI32 if 32 bit user
by bellard
· 17 years ago
dae3270
suppressed page_unprotect_range() - fixed access_ok()
by bellard
· 17 years ago
c16f9ed
use correct types
by bellard
· 17 years ago
579a97f
Linux user memory access API change (initial patch by Thayne Harbaugh)
by bellard
· 17 years ago
f3e3285
Fix some compiler warnings.
by ths
· 17 years ago
89343ec
EFAULT - update __get_user() __put_user(), by Thayne Harbaugh.
by ths
· 17 years ago
3d97b40
EFAULT - verify pages are in cache and are read/write, by Thayne Harbaugh.
by ths
· 17 years ago
b92c47c
Strace for userland emulation, by Stuart Anderson and Thayne Harbaugh.
by ths
· 17 years ago
992f48a
Support for 32 bit ABI on 64 bit targets (only enabled Sparc64)
by blueswir1
· 17 years ago
cb33da5
Support for executing 32 bit SPARC32PLUS files for Sparc64 user emulator
by blueswir1
· 17 years ago
3d17787
Fix host and target longs confusions (continued).
by j_mayer
· 17 years ago
5bfb56b
Implement sparc64_[gs]et_context
by blueswir1
· 17 years ago
a5b85f7
Fix mmap to handle differing host/target page sizes, by Edgar E. Iglesias.
by ths
· 17 years ago
Next »