aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-09-13linux-user: Split safe-syscall macro into its own headerPeter Maydell3-135/+155
2021-09-13linux-user: Split mmap prototypes into user-mmap.hPeter Maydell8-14/+40
2021-09-13linux-user: Split loader-related prototypes into loader.hPeter Maydell8-40/+65
2021-09-13linux-user: Split signal-related prototypes into signal-common.hPeter Maydell23-36/+57
2021-09-13linux-user: Split strace prototypes into strace.hPeter Maydell5-18/+42
2021-09-13linux-user: Fix coding style nits in qemu.hPeter Maydell1-17/+30
2021-09-13Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell36-83/+251
2021-09-13docs: link to archived Fedora code of conductPaolo Bonzini1-2/+2
2021-09-13Fix nvmm_ram_block_added() function argumentsReinoud Zandijk1-2/+3
2021-09-13Only check CONFIG_NVMM when NEED_CPU_H is definedReinoud Zandijk1-3/+4
2021-09-13util: Suppress -Wstringop-overflow in qemu_thread_startRichard Henderson1-0/+19
2021-09-13fw_cfg: add etc/msr_feature_controlPaolo Bonzini1-0/+1
2021-09-13meson: remove dead variablePaolo Bonzini1-2/+0
2021-09-13meson: do not use python.full_path() unnecessarilyPaolo Bonzini1-1/+1
2021-09-13meson: look up cp and dtrace with find_program()Paolo Bonzini2-3/+5
2021-09-13meson.build: Do not look for VNC-related libraries if have_system is not setThomas Huth1-1/+1
2021-09-13docs/system: move x86 CPU configuration to a separate documentPaolo Bonzini3-3/+10
2021-09-13docs/system: standardize man page sections to --- with overlinePaolo Bonzini3-3/+14
2021-09-13docs: standardize directory index to --- with overlinePaolo Bonzini7-7/+14
2021-09-13docs: standardize book titles to === with overlinePaolo Bonzini9-2/+11
2021-09-13target/i386: Added vVMLOAD and vVMSAVE featureLara Lazier4-1/+34
2021-09-13target/i386: Added changed priority check for VIRQLara Lazier3-15/+22
2021-09-13target/i386: Added ignore TPR check in ctl_has_irqLara Lazier1-0/+5
2021-09-13target/i386: Added VGIF V_IRQ masking capabilityLara Lazier3-2/+19
2021-09-13target/i386: Moved int_ctl into CPUX86State structureLara Lazier6-38/+41
2021-09-13target/i386: Added VGIF featureLara Lazier3-3/+37
2021-09-13target/i386: VMRUN and VMLOAD canonicalizationsLara Lazier3-18/+30
2021-09-13target/i386: add missing bits to CR4_RESERVED_MASKDaniel P. Berrangé1-0/+1
2021-09-13Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2021-09-13' into ...Peter Maydell6-21/+25
2021-09-11Merge remote-tracking branch 'remotes/bsdimp/tags/pull-bsd-user-20210910' int...Peter Maydell51-2263/+4386
2021-09-10bsd-user: Update mapping to handle reserved and starting conditionsWarner Losh3-71/+392
2021-09-10bsd-user: Add '-0 argv0' option to bsd-user/main.cColin Percival1-0/+6
2021-09-10bsd-user: Implement interlock for atomic operationsWarner Losh1-0/+24
2021-09-10bsd-user: move gemu_log to later in the fileWarner Losh1-8/+9
2021-09-10bsd-user: Refactor load_elf_sections and is_target_elf_binaryWarner Losh1-186/+158
2021-09-10bsd-user: elfload.c style catch up patchWarner Losh1-104/+104
2021-09-10bsd-user: add stubbed out core dump supportWarner Losh3-2/+36
2021-09-10bsd-user: Add target_os_user.h to capture the user/kernel structuresWarner Losh1-0/+427
2021-09-10bsd-user: Add target_arch_reg to describe a target's register setWarner Losh2-0/+174
2021-09-10bsd-user: update debugging in mmap.cWarner Losh1-17/+38
2021-09-10bsd-user: Rewrite target system call definintion glueWarner Losh3-208/+162
2021-09-10bsd-user: Remove dead #ifdefs from elfload.cWarner Losh1-20/+0
2021-09-10bsd-user: elf cleanupWarner Losh5-167/+454
2021-09-10bsd-user: Add architecture specific signal tramp codeWarner Losh2-0/+58
2021-09-10bsd-user: Move stack initializtion into a per-os file.Warner Losh3-0/+293
2021-09-10bsd-user: Implement --seed and initialize random stateWarner Losh1-0/+18
2021-09-10bsd-user: *BSD specific siginfo defintionsWarner Losh10-10/+714
2021-09-10bsd-user: Add system independent stack, data and text limitingWarner Losh3-16/+45
2021-09-10bsd-user: Create target specific vmparam.hWarner Losh4-0/+131
2021-09-10bsd-user: define max args in terms of pagesWarner Losh1-4/+11