aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-12-16Replace use of qdev_reset_all() with device_cold_reset()Peter Maydell
2022-12-16hw/hyperv/vmbus: Use device_cold_reset() and bus_cold_reset()Peter Maydell
2022-12-16pci: Use device_cold_reset() and bus_cold_reset()Peter Maydell
2022-12-16hw/s390x/s390-pci-inst.c: Use device_cold_reset() to reset PCI devicesPeter Maydell
2022-12-15Merge tag 'pull-request-2022-12-15' of https://gitlab.com/thuth/qemu into sta...Peter Maydell
2022-12-15Merge tag 'pull-target-arm-20221215-1' of https://git.linaro.org/people/pmayd...Peter Maydell
2022-12-15target/arm: Restrict arm_cpu_exec_interrupt() to TCG acceleratorPhilippe Mathieu-Daudé
2022-12-15hw/misc: Move some arm-related files from specific_ss into softmmu_ssThomas Huth
2022-12-15Merge tag 'next-8.0-pull-request' of https://gitlab.com/juan.quintela/qemu in...Peter Maydell
2022-12-15tests/qtest/vhost-user-blk-test: don't abort all qtests on missing envarChristian Schoenebeck
2022-12-15.gitlab/issue_templates: Move suggestions into commentsThomas Huth
2022-12-15gitlab-ci: Check building ppc64 without TCGThomas Huth
2022-12-15FreeBSD: Upgrade to 12.4 releaseBrad Smith
2022-12-15tests/qtest: Enable qtest build on WindowsBin Meng
2022-12-15.gitlab-ci.d/windows.yml: Exclude qTests from 64-bit CI job for nowBin Meng
2022-12-15.gitlab-ci.d/windows.yml: Keep 64-bit and 32-bit build scripts consistentBin Meng
2022-12-15.gitlab-ci.d/windows.yml: Unify the prerequisite packagesBin Meng
2022-12-15tests/qtest/libqos/e1000e: Correctly group register accessesAkihiko Odaki
2022-12-15tests/qtest/e1000e-test: De-duplicate constantsAkihiko Odaki
2022-12-15tests/qtest/libqos/e1000e: Remove "other" interruptsAkihiko Odaki
2022-12-15hw: Include the VMWare devices only in the x86 targetsThomas Huth
2022-12-15MAINTAINERS: Add documentation files to the corresponding sectionsThomas Huth
2022-12-15util/oslib-win32: Remove obsolete reference to g_poll codeThomas Huth
2022-12-15util/qemu-config: Fix "query-command-line-options" to provide the right valuesThomas Huth
2022-12-15scripts/make-release: Only clone single branches to speed up the scriptThomas Huth
2022-12-15scripts/make-release: Add a simple help text for the scriptThomas Huth
2022-12-15monitor/misc: Remove superfluous include statementsThomas Huth
2022-12-15target/s390x: The MVCP and MVCS instructions are not privilegedThomas Huth
2022-12-15target/s390x/tcg/mem_helper: Test the right bits in psw_key_valid()Thomas Huth
2022-12-15s390x/pci: reset ISM passthrough devices on shutdown and system resetMatthew Rosato
2022-12-15s390x/pci: shrink DMA aperture to be bound by vfio DMA limitMatthew Rosato
2022-12-15s390x/pci: coalesce unmap operationsMatthew Rosato
2022-12-15hw/arm/boot: set initrd with #address-cells type in fdtSchspa Shi
2022-12-15hw/intc: Convert TYPE_KVM_ARM_ITS to 3-phase resetPeter Maydell
2022-12-15hw/intc: Convert TYPE_ARM_GICV3_ITS to 3-phase resetPeter Maydell
2022-12-15hw/intc: Convert TYPE_ARM_GICV3_ITS_COMMON to 3-phase resetPeter Maydell
2022-12-15hw/intc: Convert TYPE_KVM_ARM_GICV3 to 3-phase resetPeter Maydell
2022-12-15hw/intc: Convert TYPE_ARM_GICV3_COMMON to 3-phase resetPeter Maydell
2022-12-15hw/intc: Convert TYPE_ARM_GIC_KVM to 3-phase resetPeter Maydell
2022-12-15hw/intc: Convert TYPE_ARM_GIC_COMMON to 3-phase resetPeter Maydell
2022-12-15hw/arm: Convert TYPE_ARM_SMMUV3 to 3-phase resetPeter Maydell
2022-12-15hw/arm: Convert TYPE_ARM_SMMU to 3-phase resetPeter Maydell
2022-12-15target/arm: Report FEAT_EVT for TCG '-cpu max'Peter Maydell
2022-12-15target/arm: Implement HCR_EL2.TID4 trapsPeter Maydell
2022-12-15target/arm: Implement HCR_EL2.TICAB,TOCU trapsPeter Maydell
2022-12-15target/arm: Implement HCR_EL2.TTLBOS trapsPeter Maydell
2022-12-15target/arm: Implement HCR_EL2.TTLBIS trapsPeter Maydell
2022-12-15target/arm: Allow relevant HCR bits to be written for FEAT_EVTPeter Maydell
2022-12-15hw/intc/arm_gicv3: Fix GICD_TYPER ITLinesNumber advertisementLuke Starrett
2022-12-15target/arm: Add Cortex-A55 CPUTimofey Kutergin