aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-09-13hw/intc: GICv3 ITS Command processingShashi Mallela
2021-09-13hw/intc: GICv3 ITS command queue frameworkShashi Mallela
2021-09-13hw/intc: GICv3 ITS register definitions addedShashi Mallela
2021-09-13hw/intc: GICv3 ITS initial frameworkShashi Mallela
2021-09-13hw/arm: Add support for kudo-bmc board.Chris Rauer
2021-09-13hw/arm/virt: KVM: Probe for KVM_CAP_ARM_VM_IPA_SIZE when creating scratch VMMarc Zyngier
2021-09-13hw/char: cadence_uart: Log a guest error when device is unclocked or in resetBin Meng
2021-09-13hw/char: cadence_uart: Ignore access when unclocked or in reset for uart_{rea...Bin Meng
2021-09-13hw/char: cadence_uart: Convert to memop_with_attrs() opsBin Meng
2021-09-13hw/char: cadence_uart: Move clock/reset check to uart_can_receive()Bin Meng
2021-09-13hw/char: cadence_uart: Disable transmit when input clock is disabledBin Meng
2021-09-13hw/misc: zynq_slcr: Correctly compute output clocks in the reset exit phaseBin Meng
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