summaryrefslogtreecommitdiffstats
path: root/linux-user/qemu.h
Commit message (Expand)AuthorAgeFilesLines
* linux-user: introduce functions to detect CPU typeYunQiang Su2018-02-251-0/+1
* linux-user: Remove THREAD macroPeter Maydell2018-02-181-3/+1Star
* linux-user: Support stack-grows-up in elfload.cRichard Henderson2017-01-231-0/+3
* linux-user: Pass si_type information to queue_signal() explicitlyPeter Maydell2016-09-211-1/+2
* linux-user: report signals being taken in strace outputPeter Maydell2016-09-211-0/+10
* linux-user/qemu.h: change malloc to g_malloc, free to g_freeMd Haris Iqbal2016-09-151-2/+2
* exec: Reduce CONFIG_USER_ONLY ifdeffeneryIgor Mammedov2016-07-261-2/+0Star
* linux-user: Make semihosting heap/stack fields abi_ulongsPeter Maydell2016-07-041-3/+3
* linux-user: Don't use sigfillset() on uc->uc_sigmaskPeter Maydell2016-06-261-0/+5
* linux-user: Make target_strerror() return 'const char *'Peter Maydell2016-06-081-1/+1
* linux-user: Queue synchronous signals separatelyTimothy E Baldwin2016-06-071-0/+1
* linux-user: Remove real-time signal queuingTimothy E Baldwin2016-06-071-10/+1Star
* linux-user: Fix race between multiple signalsPeter Maydell2016-06-071-2/+48
* linux-user: Provide safe_syscall for fixing races between signals and syscallsTimothy E Baldwin2016-05-271-1/+126
* cpu: move exec-all.h inclusion out of cpu.hPaolo Bonzini2016-05-191-0/+1
* build: [linux-user] Rename "syscall.h" to "target_syscall.h" in target direct...Lluís Vilanova2016-02-231-1/+1
* all: Clean up includesPeter Maydell2016-02-231-3/+0Star
* linux-user: remove MAX_ARG_PAGES limitStefan Brüns2015-09-281-7/+0Star
* linux-user: remove unused image_info membersStefan Brüns2015-09-281-2/+0Star
* exec: make mmap_lock/mmap_unlock globally availablePaolo Bonzini2015-09-091-2/+0Star
* linux-user: fix gcc-4.9 compiler error on __{get,put]}_userRiku Voipio2014-06-171-6/+6
* softmmu: introduce cpu_ldst.hPaolo Bonzini2014-06-051-0/+1
* linux-user: Don't allow guest to block SIGSEGVPeter Maydell2014-03-171-0/+1
* signal: added a wrapper for sigprocmask functionAlex Barcelo2014-03-171-0/+1
* linux-user: Remove regs parameter of load_elf_binary and load_flt_binaryWill Newton2014-01-101-4/+2Star
* linux-user: create target_structs header to place ipc_perm and shmid_dsPetar Jovanovic2013-11-291-0/+1
* linux-user: add support of binfmt_misc 'O' flagLaurent Vivier2013-09-241-1/+1
* *-user: Improve documentation for lock_user functionStefan Weil2013-09-201-2/+2
* *-user: Fix typo in comment (ulocking -> unlocking)Stefan Weil2013-09-201-1/+1
* linux-user: Allow targets to specify a minimum uname releasePeter Maydell2013-09-101-0/+1
* linux-user: Make sure NWFPE code is 32 bit ARM onlyPeter Maydell2013-09-101-1/+3
* configure: Make NPTL non-optionalPeter Maydell2013-07-221-10/+0Star
* linux-user: Enable NPTL for m68kPeter Maydell2013-07-221-0/+1
* linux-user: Move includes of target-specific headers to end of qemu.hPeter Maydell2013-07-221-2/+7
* linux-user: Change thread_env to CPUStateAndreas Färber2013-07-091-1/+1
* linux-user: Move cpu_clone_regs() and cpu_set_tls() into linux-userPeter Maydell2013-07-091-0/+1
* linux-user: Restore cast to target type in get_user()Peter Maydell2013-02-061-2/+2
* linux-user: Rewrite __get_user/__put_user with __builtin_choose_exprRichard Henderson2013-01-121-30/+33
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-2/+2
* exec: move include files to include/exec/Paolo Bonzini2012-12-191-3/+3
* user: Rename qemu-types.h to qemu-user-types.hEduardo Habkost2012-12-061-1/+1
* linux-user: Fix siginfo handlingRichard Henderson2012-10-121-0/+3
* linux-user: Use memcpy in get_user/put_user.Richard Henderson2012-09-211-32/+15Star
* linux-user: Use init_guest_space when -R and -B are specifiedMeador Inge2012-08-141-6/+0Star
* linux-user: Factor out guest space probing into a functionMeador Inge2012-08-141-0/+13
* Userspace ARM BE8 supportPaul Brook2012-04-061-0/+1
* linux-user: resolve reserved_va vma downwardsPeter Maydell2012-04-061-0/+1
* Rename CPUState -> CPUArchStateAndreas Färber2012-03-141-7/+7
* linux-user: save auxv lengthAlexander Graf2012-02-021-0/+1
* linux-user: stack_base is now mandatory on all targetsRiku Voipio2012-02-021-1/+1