summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2022-03-25hw/intc/arm_gicv3_its: Add missing newlines to process_mapc() loggingPeter Maydell
2022-03-24hw: Fix misleading hexadecimal formatPhilippe Mathieu-Daudé
2022-03-22Merge tag 'pull-request-2022-03-21' of https://gitlab.com/thuth/qemu into sta...Peter Maydell
2022-03-22Replace GCC_FMT_ATTR with G_GNUC_PRINTFMarc-André Lureau
2022-03-21Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell
2022-03-21hw/i386/amd_iommu: Fix maybe-uninitialized error with GCC 12Paolo Bonzini
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster
2022-03-219pfs: Use g_new() & friends where that makes obvious senseMarkus Armbruster
2022-03-21hw/sd/sdhci: Prohibit DMA accesses to devicesPhilippe Mathieu-Daudé
2022-03-21hw/sd/sdhci: Honor failed DMA transactionsPhilippe Mathieu-Daudé
2022-03-21hw/audio/intel-hda: Restrict DMA engine to memories (not MMIO devices)Philippe Mathieu-Daudé
2022-03-21hw/audio/intel-hda: Do not ignore DMA overrun errorsPhilippe Mathieu-Daudé
2022-03-19Merge tag 'fixes-20220318-pull-request' of git://git.kraxel.org/qemu into sta...Peter Maydell
2022-03-19Merge tag 'trivial-branch-for-7.0-pull-request' of https://gitlab.com/laurent...Peter Maydell
2022-03-18virtio/virtio-balloon: Prefer Object* over void* parameterBernhard Beschow
2022-03-18hw/pci/pci.c: Fix typos of "Firewire", and of "controller" on same lineRebecca Cran
2022-03-18hw/i386/acpi-build: Avoid 'sun' identifierAndrew Deason
2022-03-18hw/arm/xlnx-zynqmp: Connect the ZynqMP APU ControlEdgar E. Iglesias
2022-03-18hw/misc: Add a model of the Xilinx ZynqMP APU ControlEdgar E. Iglesias
2022-03-18hw/arm/xlnx-zynqmp: Connect the ZynqMP CRFEdgar E. Iglesias
2022-03-18hw/misc: Add a model of the Xilinx ZynqMP CRFEdgar E. Iglesias
2022-03-18hw/arm/xlnx-zynqmp: Add an unimplemented SERDES areaEdgar E. Iglesias
2022-03-18hw/arm/virt: Fix gic-version=max when CONFIG_ARM_GICV3_TCG is unsetEric Auger
2022-03-18hw/intc: Rename CONFIG_ARM_GIC_TCG into CONFIG_ARM_GICV3_TCGEric Auger
2022-03-18hw/misc/npcm7xx_clk: Don't leak string in npcm7xx_clk_sel_init()Peter Maydell
2022-03-18hw/dma/xlnx_csu_dma: Set TYPE_XLNX_CSU_DMA class_sizePeter Maydell
2022-03-18hw/display/vga: Report a proper error when adding a 2nd ISA VGAThomas Huth
2022-03-18hw/display: Allow vga_common_init() to return errorsThomas Huth
2022-03-18hw/display/cirrus_vga: Clean up indentation in pci_cirrus_vga_realize()Thomas Huth
2022-03-15Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell
2022-03-15Merge tag 'pull-ppc-20220314' of https://github.com/legoater/qemu into stagingPeter Maydell
2022-03-15kvm/msi: do explicit commit when adding msi routesLongpeng(Mike)
2022-03-15vdpa: Expose VHOST_F_LOG_ALL on SVQEugenio Pérez
2022-03-15vdpa: Never set log_base addr if SVQ is enabledEugenio Pérez
2022-03-15vdpa: Adapt vhost_vdpa_get_vring_base to SVQEugenio Pérez
2022-03-15vdpa: Add custom IOTLB translations to SVQEugenio Pérez
2022-03-15vhost: Add VhostIOVATreeEugenio Pérez
2022-03-15vhost: Shadow virtqueue buffers forwardingEugenio Pérez
2022-03-15vdpa: adapt vhost_ops callbacks to svqEugenio Pérez
2022-03-15virtio: Add vhost_svq_get_vring_addrEugenio Pérez
2022-03-15vhost: Add vhost_svq_valid_features to shadow vqEugenio Pérez
2022-03-15vhost: Add Shadow VirtQueue call forwarding capabilitiesEugenio Pérez
2022-03-15vhost: Add Shadow VirtQueue kick forwarding capabilitiesEugenio Pérez
2022-03-15vhost: Add VhostShadowVirtqueueEugenio Pérez
2022-03-15virtio-net: fix map leaking on error during receiveJason Wang
2022-03-14ppc/pnv: Remove user-created PHB{3,4,5} devicesCédric Le Goater
2022-03-14ppc/pnv: Always create the PHB5 PEC devicesFrederic Barrat
2022-03-14ppc/pnv: Introduce a pnv-phb5 device to match root portFrederic Barrat
2022-03-14ppc/xive2: Make type Xive2EndSource not user creatableCédric Le Goater
2022-03-14hw/nvram: at24 return 0xff if 1 byte addressPatrick Venture