aboutsummaryrefslogtreecommitdiff
path: root/linux-user/qemu.h
AgeCommit message (Expand)Author
2020-05-15linux-user: completely re-write init_guest_spaceAlex Bennée
2020-02-19linux-user: remove gemu_log from the linux-user treeJosh Kunz
2020-02-19linux-user: Use `qemu_log' for straceJosh Kunz
2020-01-22linux-user: Reserve space for brkRichard Henderson
2019-08-16Include qemu/queue.h slightly lessMarkus Armbruster
2019-07-26linux-user: Make sigaltstack stacks per-threadPeter Maydell
2019-07-18linux-user: check valid address in access_ok()Rémi Denis-Courmont
2019-06-26linux-user/m68k: remove simulator syscall interfaceLaurent Vivier
2019-05-24linux-user: Fix shmat emulation by honoring host SHMLBARichard Henderson
2019-01-22linux-user: Fix compilation with clang 3.4Thomas Huth
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