aboutsummaryrefslogtreecommitdiff
path: root/linux-user/qemu.h
AgeCommit message (Expand)Author
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini
2018-10-30Merge remote-tracking branch 'remotes/vivier2/tags/qemu-trivial-for-3.1-pull-...Peter Maydell
2018-10-29linux-user: Extend image_info struct with MIPS fp_abi and interp_fp_abi fieldsStefan Markovic
2018-10-26linux-user: fix comment s/atomic_write/atomic_set/Emilio G. Cota
2018-10-18linux-user: Suppress address-of-packed-member warnings in __get/put_user_ePeter Maydell
2018-07-22linux-user/ppc: Implement swapcontext syscallRichard Henderson
2018-07-22linux-user: fix ELF load alignment errorLaurent Vivier
2018-07-05linux-user: introduce preexit_cleanupAlex Bennée
2018-06-11linux-user: Export use is_error(), use it to avoid warningsPhilippe Mathieu-Daudé
2018-06-04linux-user: move get_sp_from_cpustate() to target_cpu.hLaurent Vivier
2018-05-03linux-user: ARM-FDPIC: Add support of FDPIC for ARM.Christophe Lyon
2018-05-03Remove CONFIG_USE_FDPIC.Christophe Lyon
2018-03-09linux-user: drop unused target_msync functionMax Filippov
2018-03-09linux-user: Drop unicore32 codePeter Maydell
2018-02-25linux-user: introduce functions to detect CPU typeYunQiang Su
2018-02-18linux-user: Remove THREAD macroPeter Maydell
2017-01-22linux-user: Support stack-grows-up in elfload.cRichard Henderson
2016-09-21linux-user: Pass si_type information to queue_signal() explicitlyPeter Maydell
2016-09-21linux-user: report signals being taken in strace outputPeter Maydell
2016-09-15linux-user/qemu.h: change malloc to g_malloc, free to g_freeMd Haris Iqbal
2016-07-26exec: Reduce CONFIG_USER_ONLY ifdeffeneryIgor Mammedov
2016-07-04linux-user: Make semihosting heap/stack fields abi_ulongsPeter Maydell
2016-06-26linux-user: Don't use sigfillset() on uc->uc_sigmaskPeter Maydell
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