aboutsummaryrefslogtreecommitdiff
path: root/bsd-user/qemu.h
AgeCommit message (Expand)Author
2021-09-10bsd-user: Update mapping to handle reserved and starting conditionsWarner Losh
2021-09-10bsd-user: add stubbed out core dump supportWarner Losh
2021-09-10bsd-user: elf cleanupWarner Losh
2021-09-10bsd-user: *BSD specific siginfo defintionsWarner Losh
2021-09-10bsd-user: Add system independent stack, data and text limitingWarner Losh
2021-09-10bsd-user: Create target specific vmparam.hWarner Losh
2021-09-10bsd-user: define max args in terms of pagesWarner Losh
2021-09-10bsd-user: Include more things in qemu.hWarner Losh
2021-09-10bsd-user: Move per-cpu code into target_arch_cpu.hWarner Losh
2021-09-10bsd-user: save the path to the qemu emulatorWarner Losh
2021-09-10bsd-user: assume pthreads and support of __threadWarner Losh
2021-09-10bsd-user: remove a.out supportWarner Losh
2021-09-10bsd-user: Eliminate elf personalityWarner Losh
2021-09-10bsd-user: implement path searchingWarner Losh
2021-09-10bsd-user: pass the bsd_param into loader_execWarner Losh
2021-05-11bsd-user: rename linux_binprm to bsd_binprmWarner Losh
2021-05-11bsd-user: remove target_signal.h, it's unusedWarner Losh
2021-05-11bsd-user: style tweak: use {} for all if statements, format else correctlyWarner Losh
2021-05-11bsd-user: style tweak: don't assign in if statementsWarner Losh
2021-05-11bsd-user: style tweak: Use preferred block commentsWarner Losh
2021-05-11bsd-user: style tweak: remove spacing after '*' and add after }Warner Losh
2021-05-11bsd-user: style tweak: move extern to header fileWarner Losh
2021-05-11bsd-user: Remove commented out codeWarner Losh
2021-04-30bsd-user: style tweak: keyword space (Warner Losh
2021-02-16exec: Use cpu_untagged_addr in g2h; split out g2h_untaggedRichard Henderson
2021-02-16bsd-user: Tidy VERIFY_READ/VERIFY_WRITERichard Henderson
2020-03-16misc: Replace zero-length arrays with flexible array member (automatic)Philippe Mathieu-Daudé
2018-06-01target: Do not include "exec/exec-all.h" if it is not necessaryPhilippe Mathieu-Daudé
2017-07-14qom/cpu: remove host_tid fieldAlex Bennée
2017-03-28bsd-user: align use of mmap_lock to that of linux-userAlex Bennée
2016-07-26exec: Reduce CONFIG_USER_ONLY ifdeffeneryIgor Mammedov
2016-07-17Changed malloc to g_malloc, free to g_free in bsd-user/qemu.hMd Haris Iqbal
2016-05-19cpu: move exec-all.h inclusion out of cpu.hPaolo Bonzini
2016-02-25build: [bsd-user] Rename "syscall.h" to "target_syscall.h" in target directoriesLluís Vilanova
2016-02-23all: Clean up includesPeter Maydell
2015-09-09exec: make mmap_lock/mmap_unlock globally availablePaolo Bonzini
2015-08-24linux-user: remove --enable-guest-base/--disable-guest-baseLaurent Vivier
2014-06-11bsd-user: GPL v2 attribution update and styleSean Bruno
2014-06-05softmmu: introduce cpu_ldst.hPaolo Bonzini
2013-09-20*-user: Improve documentation for lock_user functionStefan Weil
2013-09-20*-user: Fix typo in comment (ulocking -> unlocking)Stefan Weil
2013-07-09bsd-user: Change thread_env to CPUStateAndreas Färber
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-03-14Rename CPUState -> CPUArchStateAndreas Färber
2011-05-08Fix typos in comments (neccessary -> necessary)Stefan Weil
2011-01-07Remove dead code for ARM semihosting commandline handlingWolfgang Schildbach
2010-10-03Replace most gcc format attributes by macro GCC_FMT_ATTR (format checking)Stefan Weil
2009-10-18bsd-user: FreeBSD updateJuergen Lock