summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bsd-user: Add target_os_user.h to capture the user/kernel structuresWarner Losh2021-09-101-0/+427
* bsd-user: Add target_arch_reg to describe a target's register setWarner Losh2021-09-102-0/+174
* bsd-user: update debugging in mmap.cWarner Losh2021-09-101-17/+38
* bsd-user: Rewrite target system call definintion glueWarner Losh2021-09-103-208/+162Star
* bsd-user: Remove dead #ifdefs from elfload.cWarner Losh2021-09-101-20/+0Star
* bsd-user: elf cleanupWarner Losh2021-09-105-167/+454
* bsd-user: Add architecture specific signal tramp codeWarner Losh2021-09-102-0/+58
* bsd-user: Move stack initializtion into a per-os file.Warner Losh2021-09-103-0/+293
* bsd-user: Implement --seed and initialize random stateWarner Losh2021-09-101-0/+18
* bsd-user: *BSD specific siginfo defintionsWarner Losh2021-09-1010-10/+714
* bsd-user: Add system independent stack, data and text limitingWarner Losh2021-09-103-16/+45
* bsd-user: Create target specific vmparam.hWarner Losh2021-09-104-0/+131
* bsd-user: define max args in terms of pagesWarner Losh2021-09-101-4/+11
* bsd-user: Include more things in qemu.hWarner Losh2021-09-101-2/+4
* bsd-user: pull in target_arch_thread.h update target_arch_elf.hWarner Losh2021-09-108-85/+171
* bsd-user: Move per-cpu code into target_arch_cpu.hWarner Losh2021-09-106-303/+473
* bsd-user: start to move target CPU functions to target_arch*Warner Losh2021-09-107-43/+218
* bsd-user: save the path to the qemu emulatorWarner Losh2021-09-102-0/+22
* bsd-user: Include host-os.h from mainWarner Losh2021-09-104-1/+9
* bsd-user: add host-os.hWarner Losh2021-09-103-0/+69
* bsd-user: assume pthreads and support of __threadWarner Losh2021-09-102-10/+2Star
* bsd-user: elfload: simplify bswap a bit.Warner Losh2021-09-101-50/+47Star
* bsd-user: TARGET_NGROUPS unused in this file, removeWarner Losh2021-09-101-2/+0Star
* bsd-user: remove a.out supportWarner Losh2021-09-103-95/+21Star
* bsd-user: Eliminate elf personalityWarner Losh2021-09-102-88/+0Star
* bsd-user: implement path searchingWarner Losh2021-09-102-2/+37
* bsd-user: Fix calculation of size to allocateWarner Losh2021-09-101-3/+2Star
* bsd-user: pass the bsd_param into loader_execWarner Losh2021-09-103-20/+27
* bsd-user: move arch specific defines out of elfload.cWarner Losh2021-09-103-79/+150
* bsd-user: Remove all non-x86 code from elfload.cWarner Losh2021-09-071-345/+2Star
* bsd-user: style nits: bsdload.c whitespace to qemu standardWarner Losh2021-09-071-2/+2
* bsd-user: add license to bsdload.cWarner Losh2021-09-071-1/+16
* bsd-user: Add Stacey's copyright to main.cWarner Losh2021-09-071-1/+2
* bsd-user: add copyright header to elfload.cWarner Losh2021-09-071-1/+18
* bsd-user: remove sparc and sparc64Warner Losh2021-09-076-477/+0Star
* Merge remote-tracking branch 'remotes/mjt/tags/patch-fetch' into stagingPeter Maydell2021-09-071-8/+5Star
|\
| * qemu-sockets: fix unix socket path copy (again)Michael Tokarev2021-09-061-8/+5Star
|/
* Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-09-...Peter Maydell2021-09-0611-124/+192
|\
| * softmmu/vl: Deprecate the -sdl and -curses optionThomas Huth2021-09-062-0/+13
| * softmmu/vl: Deprecate the old grab optionsThomas Huth2021-09-063-4/+24
| * softmmu/vl: Add a "grab-mod" parameter to the -display sdl optionThomas Huth2021-09-062-4/+17
| * scripts: Remove the "show-fixed-bugs.sh" fileThomas Huth2021-09-061-91/+0Star
| * configure / meson: Move the GBM handling to meson.buildThomas Huth2021-09-063-23/+10Star
| * meson.build: Don't use internal libfdt if the user requested the system libfdtThomas Huth2021-09-061-0/+2
| * meson.build: Fix the check for a usable libfdtThomas Huth2021-09-061-0/+1
| * gitlab-ci: Don't try to use the system libfdt in the debian jobThomas Huth2021-09-061-1/+0Star
| * libqtest: check for g_setenv() failurePeter Maydell2021-09-061-1/+3
| * docs: add definitions of terms for CI/testingWillian Rampazzo2021-09-062-0/+122
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2021-09-0540-213/+440
|\ \ | |/ |/|
| * vhost-vdpa: remove the unncessary queue_index assignmentJason Wang2021-09-041-1/+0Star