summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-09-13linux-user: Split mmap prototypes into user-mmap.hPeter Maydell
2021-09-13linux-user: Split loader-related prototypes into loader.hPeter Maydell
2021-09-13linux-user: Split signal-related prototypes into signal-common.hPeter Maydell
2021-09-13linux-user: Split strace prototypes into strace.hPeter Maydell
2021-09-13linux-user: Fix coding style nits in qemu.hPeter Maydell
2021-09-13Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2021-09-13docs: link to archived Fedora code of conductPaolo Bonzini
2021-09-13Fix nvmm_ram_block_added() function argumentsReinoud Zandijk
2021-09-13Only check CONFIG_NVMM when NEED_CPU_H is definedReinoud Zandijk
2021-09-13util: Suppress -Wstringop-overflow in qemu_thread_startRichard Henderson
2021-09-13fw_cfg: add etc/msr_feature_controlPaolo Bonzini
2021-09-13meson: remove dead variablePaolo Bonzini
2021-09-13meson: do not use python.full_path() unnecessarilyPaolo Bonzini
2021-09-13meson: look up cp and dtrace with find_program()Paolo Bonzini
2021-09-13meson.build: Do not look for VNC-related libraries if have_system is not setThomas Huth
2021-09-13docs/system: move x86 CPU configuration to a separate documentPaolo Bonzini
2021-09-13docs/system: standardize man page sections to --- with overlinePaolo Bonzini
2021-09-13docs: standardize directory index to --- with overlinePaolo Bonzini
2021-09-13docs: standardize book titles to === with overlinePaolo Bonzini
2021-09-13target/i386: Added vVMLOAD and vVMSAVE featureLara Lazier
2021-09-13target/i386: Added changed priority check for VIRQLara Lazier
2021-09-13target/i386: Added ignore TPR check in ctl_has_irqLara Lazier
2021-09-13target/i386: Added VGIF V_IRQ masking capabilityLara Lazier
2021-09-13target/i386: Moved int_ctl into CPUX86State structureLara Lazier
2021-09-13target/i386: Added VGIF featureLara Lazier
2021-09-13target/i386: VMRUN and VMLOAD canonicalizationsLara Lazier
2021-09-13target/i386: add missing bits to CR4_RESERVED_MASKDaniel P. Berrangé
2021-09-13Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2021-09-13' into ...Peter Maydell
2021-09-11Merge remote-tracking branch 'remotes/bsdimp/tags/pull-bsd-user-20210910' int...Peter Maydell
2021-09-10bsd-user: Update mapping to handle reserved and starting conditionsWarner Losh
2021-09-10bsd-user: Add '-0 argv0' option to bsd-user/main.cColin Percival
2021-09-10bsd-user: Implement interlock for atomic operationsWarner Losh
2021-09-10bsd-user: move gemu_log to later in the fileWarner Losh
2021-09-10bsd-user: Refactor load_elf_sections and is_target_elf_binaryWarner Losh
2021-09-10bsd-user: elfload.c style catch up patchWarner Losh
2021-09-10bsd-user: add stubbed out core dump supportWarner Losh
2021-09-10bsd-user: Add target_os_user.h to capture the user/kernel structuresWarner Losh
2021-09-10bsd-user: Add target_arch_reg to describe a target's register setWarner Losh
2021-09-10bsd-user: update debugging in mmap.cWarner Losh
2021-09-10bsd-user: Rewrite target system call definintion glueWarner Losh
2021-09-10bsd-user: Remove dead #ifdefs from elfload.cWarner Losh
2021-09-10bsd-user: elf cleanupWarner Losh
2021-09-10bsd-user: Add architecture specific signal tramp codeWarner Losh
2021-09-10bsd-user: Move stack initializtion into a per-os file.Warner Losh
2021-09-10bsd-user: Implement --seed and initialize random stateWarner 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