summaryrefslogtreecommitdiffstats
path: root/linux-user/qemu.h
Commit message (Expand)AuthorAgeFilesLines
* linux-user: Fix compilation with clang 3.4Thomas Huth2019-01-221-5/+1Star
* avoid TABs in files that only contain a fewPaolo Bonzini2019-01-111-2/+2
* Merge remote-tracking branch 'remotes/vivier2/tags/qemu-trivial-for-3.1-pull-...Peter Maydell2018-10-301-1/+1
|\
| * linux-user: fix comment s/atomic_write/atomic_set/Emilio G. Cota2018-10-261-1/+1
* | linux-user: Extend image_info struct with MIPS fp_abi and interp_fp_abi fieldsStefan Markovic2018-10-291-0/+4
|/
* linux-user: Suppress address-of-packed-member warnings in __get/put_user_ePeter Maydell2018-10-181-21/+53
* linux-user/ppc: Implement swapcontext syscallRichard Henderson2018-07-221-0/+2
* linux-user: fix ELF load alignment errorLaurent Vivier2018-07-221-0/+1
* linux-user: introduce preexit_cleanupAlex Bennée2018-07-051-0/+8
* linux-user: Export use is_error(), use it to avoid warningsPhilippe Mathieu-Daudé2018-06-111-0/+5
* linux-user: move get_sp_from_cpustate() to target_cpu.hLaurent Vivier2018-06-041-1/+0Star
* linux-user: ARM-FDPIC: Add support of FDPIC for ARM.Christophe Lyon2018-05-031-0/+9
* Remove CONFIG_USE_FDPIC.Christophe Lyon2018-05-031-2/+2
* linux-user: drop unused target_msync functionMax Filippov2018-03-091-1/+0Star
* linux-user: Drop unicore32 codePeter Maydell2018-03-091-4/+1Star
* 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