aboutsummaryrefslogtreecommitdiff
path: root/linux-user/qemu.h
AgeCommit message (Expand)Author
2016-06-08linux-user: Make target_strerror() return 'const char *'Peter Maydell
2016-06-07linux-user: Queue synchronous signals separatelyTimothy E Baldwin
2016-06-07linux-user: Remove real-time signal queuingTimothy E Baldwin
2016-06-07linux-user: Fix race between multiple signalsPeter Maydell
2016-05-27linux-user: Provide safe_syscall for fixing races between signals and syscallsTimothy E Baldwin
2016-05-19cpu: move exec-all.h inclusion out of cpu.hPaolo Bonzini
2016-02-23build: [linux-user] Rename "syscall.h" to "target_syscall.h" in target direct...Lluís Vilanova
2016-02-23all: Clean up includesPeter Maydell
2015-09-28linux-user: remove MAX_ARG_PAGES limitStefan Brüns
2015-09-28linux-user: remove unused image_info membersStefan Brüns
2015-09-09exec: make mmap_lock/mmap_unlock globally availablePaolo Bonzini
2014-06-17linux-user: fix gcc-4.9 compiler error on __{get,put]}_userRiku Voipio
2014-06-05softmmu: introduce cpu_ldst.hPaolo Bonzini
2014-03-17linux-user: Don't allow guest to block SIGSEGVPeter Maydell
2014-03-17signal: added a wrapper for sigprocmask functionAlex Barcelo
2014-01-10linux-user: Remove regs parameter of load_elf_binary and load_flt_binaryWill Newton
2013-11-29linux-user: create target_structs header to place ipc_perm and shmid_dsPetar Jovanovic
2013-09-24linux-user: add support of binfmt_misc 'O' flagLaurent Vivier
2013-09-20*-user: Improve documentation for lock_user functionStefan Weil
2013-09-20*-user: Fix typo in comment (ulocking -> unlocking)Stefan Weil
2013-09-10linux-user: Allow targets to specify a minimum uname releasePeter Maydell
2013-09-10linux-user: Make sure NWFPE code is 32 bit ARM onlyPeter Maydell
2013-07-22configure: Make NPTL non-optionalPeter Maydell
2013-07-22linux-user: Enable NPTL for m68kPeter Maydell
2013-07-22linux-user: Move includes of target-specific headers to end of qemu.hPeter Maydell
2013-07-09linux-user: Change thread_env to CPUStateAndreas Färber
2013-07-09linux-user: Move cpu_clone_regs() and cpu_set_tls() into linux-userPeter Maydell
2013-02-06linux-user: Restore cast to target type in get_user()Peter Maydell
2013-01-12linux-user: Rewrite __get_user/__put_user with __builtin_choose_exprRichard Henderson
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-19exec: move include files to include/exec/Paolo Bonzini
2012-12-06user: Rename qemu-types.h to qemu-user-types.hEduardo Habkost
2012-10-12linux-user: Fix siginfo handlingRichard Henderson
2012-09-21linux-user: Use memcpy in get_user/put_user.Richard Henderson
2012-08-14linux-user: Use init_guest_space when -R and -B are specifiedMeador Inge
2012-08-14linux-user: Factor out guest space probing into a functionMeador Inge
2012-04-06Userspace ARM BE8 supportPaul Brook
2012-04-06linux-user: resolve reserved_va vma downwardsPeter Maydell
2012-03-14Rename CPUState -> CPUArchStateAndreas Färber
2012-02-02linux-user: save auxv lengthAlexander Graf
2012-02-02linux-user: stack_base is now mandatory on all targetsRiku Voipio
2011-09-09linux-user: Implement new ARM 64 bit cmpxchg kernel helperDr. David Alan Gilbert
2011-06-21linux-user: Bump do_syscall() up to 8 syscall argumentsPeter Maydell
2011-05-08Fix typos in comments (neccessary -> necessary)Stefan Weil
2011-04-12unicore32: necessary modifications for other files to support unicore32Guan Xuetao
2011-02-09linux-user/elfload: add FDPIC supportMike Frysinger
2011-01-07Remove dead code for ARM semihosting commandline handlingWolfgang Schildbach
2010-12-03linux-user: remove unnecessary local from __get_user(), __put_user()Peter Maydell
2010-12-03linux-user: fix memory leaks with NPTL emulationNathan Froyd
2010-10-03Replace most gcc format attributes by macro GCC_FMT_ATTR (format checking)Stefan Weil