aboutsummaryrefslogtreecommitdiff
path: root/include/hw
AgeCommit message (Expand)Author
2024-07-21hw/cxl: Add get scan media capabilities cmd supportDavidlohr Bueso
2024-07-21hw/i2c/aspeed: rename the I2C class pool attribute to share_poolJamin Lin
2024-07-21hw/i2c/aspeed: support to set the different memory sizeJamin Lin
2024-07-21aspeed/adc: Add AST2700 supportJamin Lin
2024-07-21aspeed: Introduce a AspeedSoCClass 'boot_from_emmc' handlerCédric Le Goater
2024-07-21aspeed/scu: Add boot-from-eMMC HW strapping bit for AST2600 SoCCédric Le Goater
2024-07-19hw/loongarch: Modify flash block size to 256KXianglai Li
2024-07-19hw/loongarch: Remove unimplemented extioi INT_encode modeSong Gao
2024-07-18hw/arm/smmu: Support nesting in the rest of commandsMostafa Saleh
2024-07-18hw/arm/smmu: Introduce smmu_iotlb_inv_asid_vmidMostafa Saleh
2024-07-18hw/arm/smmu: Support nesting in smmuv3_range_inval()Mostafa Saleh
2024-07-18hw/arm/smmu-common: Support nested translationMostafa Saleh
2024-07-18hw/arm/smmu-common: Add support for nested TLBMostafa Saleh
2024-07-18hw/arm/smmu: Introduce CACHED_ENTRY_TO_ADDRMostafa Saleh
2024-07-18hw/arm/smmu: Consolidate ASID and VMID typesMostafa Saleh
2024-07-18hw/arm/smmu: Split smmuv3_translate()Mostafa Saleh
2024-07-18hw/arm/smmu: Use enum for SMMU stageMostafa Saleh
2024-07-17Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson
2024-07-17Merge tag 'sdmmc-20240716' of https://github.com/philmd/qemu into stagingRichard Henderson
2024-07-16hw/sd/sdcard: Basis for eMMC supportPhilippe Mathieu-Daudé
2024-07-16system/cpus: Add cpu_pause() functionNicholas Piggin
2024-07-16loader: remove load_image_gzipped function as its not used anywhereAni Sinha
2024-07-16include/hw/qdev-core.h: Correct and clarify gpio doc commentsPeter Maydell
2024-07-16cpu: Free queued CPU workAkihiko Odaki
2024-07-11hw/misc: In STM32L4x5 EXTI, consolidate 2 constantsInès Varhol
2024-07-11accel/tcg: Make TCGCPUOps::cpu_exec_halt mandatoryPeter Maydell
2024-07-09Merge tag 'pull-aspeed-20240709' of https://github.com/legoater/qemu into sta...Richard Henderson
2024-07-09HostIOMMUDevice: Introduce get_page_size_mask() callbackEric Auger
2024-07-09vfio-container-base: Introduce vfio_container_get_iova_ranges() helperEric Auger
2024-07-09hw/net:ftgmac100: introduce TX and RX ring base address high registers to sup...Jamin Lin
2024-07-09hw/net:ftgmac100: update ring base address to 64 bitsJamin Lin
2024-07-09hw/net:ftgmac100: update memory region size to 64KBJamin Lin
2024-07-05hw/sd/sdcard: Introduce set_csd/set_cid handlersPhilippe Mathieu-Daudé
2024-07-05hw/sd/sdcard: Remove sd_none enum from sd_cmd_type_tPhilippe Mathieu-Daudé
2024-07-03Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Richard Henderson
2024-07-03pcie_sriov: Register VFs after migrationAkihiko Odaki
2024-07-03pcie_sriov: Remove num_vfs from PCIESriovPFAkihiko Odaki
2024-07-03pcie_sriov: Reuse SR-IOV VF device instancesAkihiko Odaki
2024-07-03pcie_sriov: Ensure VF function number does not overflowAkihiko Odaki
2024-07-03hw/pci: Rename has_power to enabledAkihiko Odaki
2024-07-03hw/virtio: Fix the de-initialization of vhost-user devicesThomas Huth
2024-07-02Merge tag 'pull-request-2024-07-02' of https://gitlab.com/thuth/qemu into sta...Richard Henderson
2024-07-02Merge tag 'sdmmc-20240702' of https://github.com/philmd/qemu into stagingRichard Henderson
2024-07-02Merge tag 'pull-aspeed-20240702' of https://github.com/legoater/qemu into sta...Richard Henderson
2024-07-02Merge tag 'hw-misc-20240702' of https://github.com/philmd/qemu into stagingRichard Henderson
2024-07-02hw/sd/sdcard: Store command type in SDProtoPhilippe Mathieu-Daudé
2024-07-02hw/intc/s390_flic: Fix interrupt controller migration on s390x with TCGThomas Huth
2024-07-02hw/gpio/aspeed: Add reg_table_count to AspeedGPIOClassZheyu Ma
2024-07-02Remove inclusion of hw/hw.h from files that don't need itThomas Huth
2024-07-02hw/ide/macio: switch from using qemu_allocate_irq() to qdev input GPIOsMark Cave-Ayland