summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * target/i386: Added changed priority check for VIRQLara Lazier2021-09-133-15/+22
| * target/i386: Added ignore TPR check in ctl_has_irqLara Lazier2021-09-131-0/+5
| * target/i386: Added VGIF V_IRQ masking capabilityLara Lazier2021-09-133-2/+19
| * target/i386: Moved int_ctl into CPUX86State structureLara Lazier2021-09-136-38/+41
| * target/i386: Added VGIF featureLara Lazier2021-09-133-3/+37
| * target/i386: VMRUN and VMLOAD canonicalizationsLara Lazier2021-09-133-18/+30
| * target/i386: add missing bits to CR4_RESERVED_MASKDaniel P. Berrangé2021-09-131-0/+1
* | Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2021-09-13' into ...Peter Maydell2021-09-136-21/+25
|\ \
| * | qapi: Fix bogus error for 'if': { 'not': '' }Markus Armbruster2021-09-082-9/+14
| * | tests/qapi-schema: Cover 'not' condition with empty argumentMarkus Armbruster2021-09-084-0/+6
| * | qapi: Bury some unused code in class IndentationMarkus Armbruster2021-09-081-6/+1
| * | qapi: Drop Indentation.__bool__()Markus Armbruster2021-09-081-6/+3
| * | qapi: Fix a botched type annotationMarkus Armbruster2021-09-081-1/+2
* | | Merge remote-tracking branch 'remotes/bsdimp/tags/pull-bsd-user-20210910' int...Peter Maydell2021-09-1151-2263/+4386
|\ \ \
| * | | bsd-user: Update mapping to handle reserved and starting conditionsWarner Losh2021-09-103-71/+392
| * | | bsd-user: Add '-0 argv0' option to bsd-user/main.cColin Percival2021-09-101-0/+6
| * | | bsd-user: Implement interlock for atomic operationsWarner Losh2021-09-101-0/+24
| * | | bsd-user: move gemu_log to later in the fileWarner Losh2021-09-101-8/+9
| * | | bsd-user: Refactor load_elf_sections and is_target_elf_binaryWarner Losh2021-09-101-186/+158
| * | | bsd-user: elfload.c style catch up patchWarner Losh2021-09-101-104/+104
| * | | bsd-user: add stubbed out core dump supportWarner Losh2021-09-103-2/+36
| * | | 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/+162
| * | | bsd-user: Remove dead #ifdefs from elfload.cWarner Losh2021-09-101-20/+0
| * | | 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/+2
| * | | bsd-user: elfload: simplify bswap a bit.Warner Losh2021-09-101-50/+47
| * | | bsd-user: TARGET_NGROUPS unused in this file, removeWarner Losh2021-09-101-2/+0
| * | | bsd-user: remove a.out supportWarner Losh2021-09-103-95/+21
| * | | bsd-user: Eliminate elf personalityWarner Losh2021-09-102-88/+0
| * | | bsd-user: implement path searchingWarner Losh2021-09-102-2/+37
| * | | bsd-user: Fix calculation of size to allocateWarner Losh2021-09-101-3/+2
| * | | 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