aboutsummaryrefslogtreecommitdiff
path: root/bsd-user
AgeCommit message (Expand)AuthorFilesLines
2021-09-10bsd-user: pull in target_arch_thread.h update target_arch_elf.hWarner Losh8-85/+171
2021-09-10bsd-user: Move per-cpu code into target_arch_cpu.hWarner Losh6-303/+473
2021-09-10bsd-user: start to move target CPU functions to target_arch*Warner Losh5-35/+212
2021-09-10bsd-user: save the path to the qemu emulatorWarner Losh2-0/+22
2021-09-10bsd-user: Include host-os.h from mainWarner Losh4-1/+9
2021-09-10bsd-user: add host-os.hWarner Losh3-0/+69
2021-09-10bsd-user: assume pthreads and support of __threadWarner Losh2-10/+2
2021-09-10bsd-user: elfload: simplify bswap a bit.Warner Losh1-50/+47
2021-09-10bsd-user: TARGET_NGROUPS unused in this file, removeWarner Losh1-2/+0
2021-09-10bsd-user: remove a.out supportWarner Losh3-95/+21
2021-09-10bsd-user: Eliminate elf personalityWarner Losh2-88/+0
2021-09-10bsd-user: implement path searchingWarner Losh2-2/+37
2021-09-10bsd-user: Fix calculation of size to allocateWarner Losh1-3/+2
2021-09-10bsd-user: pass the bsd_param into loader_execWarner Losh3-20/+27
2021-09-10bsd-user: move arch specific defines out of elfload.cWarner Losh3-79/+150
2021-09-07bsd-user: Remove all non-x86 code from elfload.cWarner Losh1-345/+2
2021-09-07bsd-user: style nits: bsdload.c whitespace to qemu standardWarner Losh1-2/+2
2021-09-07bsd-user: add license to bsdload.cWarner Losh1-1/+16
2021-09-07bsd-user: Add Stacey's copyright to main.cWarner Losh1-1/+2
2021-09-07bsd-user: add copyright header to elfload.cWarner Losh1-1/+18
2021-09-07bsd-user: remove sparc and sparc64Warner Losh6-477/+0
2021-07-23tcg/plugins: implement a qemu_plugin_user_exit helperAlex Bennée1-3/+3
2021-06-11accel/tcg: Merge tcg_exec_init into tcg_init_machineRichard Henderson1-1/+1
2021-06-11tcg: Re-order tcg_region_init vs tcg_prologue_initRichard Henderson1-1/+0
2021-05-20Merge remote-tracking branch 'remotes/bsdimp/tags/pull-bsd-user-20210511' int...Peter Maydell13-545/+348
2021-05-11bsd-user: rename linux_binprm to bsd_binprmWarner Losh3-7/+7
2021-05-11bsd-user: remove target_signal.h, it's unusedWarner Losh6-95/+0
2021-05-11bsd-user: style tweak: keyword space (Warner Losh1-11/+11
2021-05-11bsd-user: style tweak: Remove #if 0'd codeWarner Losh1-8/+0
2021-05-11bsd-user: style tweak: keyword space (Warner Losh1-1/+1
2021-05-11bsd-user: style tweak: keyword space (Warner Losh1-9/+9
2021-05-11bsd-user: whitespace changesWarner Losh1-163/+163
2021-05-11bsd-user: use qemu_strtoul in preference to strtolWarner Losh1-4/+8
2021-05-11bsd-user: style tweak: use {} consistently in for / if / else statementsWarner Losh1-23/+43
2021-05-11bsd-user: style tweak: use {} for all if statements, format else correctlyWarner Losh1-7/+13
2021-05-11bsd-user: style tweak: don't assign in if statementsWarner Losh1-2/+4
2021-05-11bsd-user: style tweak: Use preferred block commentsWarner Losh1-31/+43
2021-05-11bsd-user: style tweak: remove spacing after '*' and add after }Warner Losh1-9/+9
2021-05-11bsd-user: style tweak: move extern to header fileWarner Losh2-1/+2
2021-05-11bsd-user: Remove commented out codeWarner Losh1-4/+0
2021-05-11bsd-user: style tweak: Use preferred block commentsWarner Losh1-10/+18
2021-05-11bsd-user: style tweak: Remove #if 0'd codeWarner Losh1-143/+0
2021-05-11bsd-user: style tweak: use C not C++ commentsWarner Losh1-8/+8
2021-05-11bsd-user: whitespace changesWarner Losh1-20/+20
2021-05-10accel: move call to accel_init_interfacesClaudio Fontana1-1/+1
2021-05-05Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul...Peter Maydell1-1/+0
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth1-1/+0
2021-04-30bsd-user: style tweak: Put {} around all if/else/for statementsWarner Losh1-5/+7
2021-04-30bsd-user: put back a break; that had gone missing...Warner Losh1-0/+1
2021-04-30bsd-user: style tweak: return is not a function, eliminate ()Warner Losh1-7/+6