aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2024-07-11hw/misc/bcm2835_thermal: Fix access size handling in bcm2835_thermal_opsZheyu Ma1-0/+2
2024-07-11hw/char/pl011: Avoid division-by-zero in pl011_get_baudrate()Zheyu Ma1-2/+11
2024-07-09Merge tag 'pull-aspeed-20240709' of https://github.com/legoater/qemu into sta...Richard Henderson3-23/+143
2024-07-09vfio/display: Fix vfio_display_edid_init() error pathZhenzhong Duan1-6/+7
2024-07-09vfio/display: Fix potential memleak of edid infoZhenzhong Duan1-0/+3
2024-07-09virtio-iommu: Revert transient enablement of IOMMU MR in bypass modeEric Auger1-12/+0
2024-07-09memory: remove IOMMU MR iommu_set_page_size_mask() callbackEric Auger3-54/+0
2024-07-09virtio-iommu : Retrieve page size mask on virtio_iommu_set_iommu_device()Eric Auger2-2/+56
2024-07-09HostIOMMUDevice: Introduce get_page_size_mask() callbackEric Auger2-0/+21
2024-07-09HostIOMMUDevice : remove Error handle from get_iova_ranges callbackEric Auger3-3/+3
2024-07-09vfio-container-base: Introduce vfio_container_get_iova_ranges() helperEric Auger3-14/+17
2024-07-09virtio-iommu: Fix error handling in virtio_iommu_set_host_iova_ranges()Eric Auger1-1/+6
2024-07-09hw/block: m25p80: support quad mode for w25q01jvqJamin Lin1-0/+16
2024-07-09aspeed/soc: set dma64 property for AST2700 ftgmac100Jamin Lin1-0/+3
2024-07-09hw/net:ftgmac100: update TX and RX packet buffers address to 64 bitsJamin Lin1-3/+18
2024-07-09hw/net:ftgmac100: introduce TX and RX ring base address high registers to sup...Jamin Lin1-0/+82
2024-07-09hw/net:ftgmac100: update ring base address to 64 bitsJamin Lin1-17/+16
2024-07-09hw/net:ftgmac100: update memory region size to 64KBJamin Lin1-3/+8
2024-07-05hw/sd/sdcard: Extract TYPE_SDMMC_COMMON from TYPE_SD_CARDPhilippe Mathieu-Daudé3-28/+51
2024-07-05hw/sd/sdcard: Introduce set_csd/set_cid handlersPhilippe Mathieu-Daudé1-2/+5
2024-07-05hw/sd/sdcard: Cover more SDCardStatesPhilippe Mathieu-Daudé1-0/+11
2024-07-05hw/sd/sdcard: Trace length of data read on DAT linesPhilippe Mathieu-Daudé2-3/+3
2024-07-05hw/sd/sdcard: Remove default case in read/write on DAT linesPhilippe Mathieu-Daudé1-5/+4
2024-07-05hw/sd/sdcard: Remove noise from sd_cmd_name()Philippe Mathieu-Daudé1-5/+0
2024-07-05hw/sd/sdcard: Remove noise from sd_acmd_name()Philippe Mathieu-Daudé1-11/+1
2024-07-05hw/sd/sdcard: Remove sd_none enum from sd_cmd_type_tPhilippe Mathieu-Daudé1-6/+1
2024-07-05hw/sd/sdcard: Add sd_cmd_GEN_CMD handler (CMD56)Philippe Mathieu-Daudé1-34/+20
2024-07-05hw/sd/sdcard: Rename sd_cmd_SEND_OP_COND handlerPhilippe Mathieu-Daudé1-2/+2
2024-07-05hw/sd/sdcard: Use spec v3.01 by defaultPhilippe Mathieu-Daudé2-1/+2
2024-07-05hw/sd/sdcard: Remove leftover comment about removed 'spi' PropertyPhilippe Mathieu-Daudé1-4/+0
2024-07-05hw/sd/sdcard: Generate random RCA valuePhilippe Mathieu-Daudé2-3/+9
2024-07-05hw/sd/npcm7xx_sdhci: Use TYPE_SYSBUS_SDHCI definitionPhilippe Mathieu-Daudé1-1/+2
2024-07-05hw/sd/sdhci: Log non-sequencial access as GUEST_ERRORPhilippe Mathieu-Daudé1-2/+3
2024-07-05accel/tcg: Move qemu_plugin_vcpu_init__async() to plugins/Philippe Mathieu-Daudé1-8/+1
2024-07-05plugins: Free CPUPluginState before destroying vCPU statePhilippe Mathieu-Daudé1-0/+5
2024-07-05hw/core: ensure kernel_end never gets used undefinedAlex Bennée1-1/+1
2024-07-04Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson1-0/+1
2024-07-03Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Richard Henderson40-246/+1747
2024-07-03hw/pci: Replace -1 with UINT32_MAX for romsizeAkihiko Odaki2-5/+5
2024-07-03pcie_sriov: Register VFs after migrationAkihiko Odaki2-0/+14
2024-07-03pcie_sriov: Remove num_vfs from PCIESriovPFAkihiko Odaki2-9/+21
2024-07-03pcie_sriov: Release VFs failed to realizeAkihiko Odaki1-0/+2
2024-07-03pcie_sriov: Reuse SR-IOV VF device instancesAkihiko Odaki2-56/+41
2024-07-03pcie_sriov: Ensure VF function number does not overflowAkihiko Odaki3-13/+43
2024-07-03pcie_sriov: Do not manually unrealizeAkihiko Odaki1-4/+0
2024-07-03hw/ppc/spapr_pci: Do not reject VFs created after a PFAkihiko Odaki1-1/+3
2024-07-03hw/ppc/spapr_pci: Do not create DT for disabled PCI deviceAkihiko Odaki1-0/+4
2024-07-03hw/pci: Rename has_power to enabledAkihiko Odaki2-9/+9
2024-07-03virtio-iommu: Clear IOMMUDevice when VFIO device is unpluggedCédric Le Goater1-0/+21
2024-07-03virtio: remove virtio_tswap16s() call in vring_packed_event_read()Stefano Garzarella1-1/+0