aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2024-07-26ppc/pnv: Add POWER10 ChipTOD quirk for big-coreNicholas Piggin
2024-07-26ppc/pnv: Implement big-core PVR for Power9/10Nicholas Piggin
2024-07-26ppc/pnv: Add allow for big-core differences in DT generationNicholas Piggin
2024-07-26ppc/pnv: Add a big-core mode that joins two regular coresNicholas Piggin
2024-07-26ppc: Add has_smt_siblings property to CPUPPCStateNicholas Piggin
2024-07-26ppc: Add a core_index to CPUPPCState for SMT vCPUsNicholas Piggin
2024-07-26ppc/pnv: Extend chip_pir class method to TIR as wellNicholas Piggin
2024-07-26ppc/pnv: use class attribute to limit SMT threads for different machinesNicholas Piggin
2024-07-26ppc/pnv: Move timebase state into PnvCoreNicholas Piggin
2024-07-26ppc/pnv: Add pointer from PnvCPUState to PnvCoreNicholas Piggin
2024-07-26ppc/pnv: Implement ADU access to LPC spaceNicholas Piggin
2024-07-26ppc/pnv: Begin a more complete ADU LPC model for POWER9/10Nicholas Piggin
2024-07-26ppc/pnv: Implement POWER9 LPC PSI serirq outputs and auto-clear functionNicholas Piggin
2024-07-26ppc/pnv: Fix loss of LPC SERIRQ interruptsGlenn Miles
2024-07-26ppc/pnv: Update Power10's cfam id to use Power10 DD2Aditya Gupta
2024-07-26ppc/vof: Fix unaligned FDT property accessAkihiko Odaki
2024-07-26spapr: Free stdout pathAkihiko Odaki
2024-07-26spapr: Migrate ail-mode-3 spapr capNicholas Piggin
2024-07-24Merge tag 'hw-misc-20240723' of https://github.com/philmd/qemu into stagingRichard Henderson
2024-07-24Merge tag 'pull-vfio-20240723-1' of https://github.com/legoater/qemu into sta...Richard Henderson
2024-07-24Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson
2024-07-24Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Richard Henderson
2024-07-23util/fifo8: Introduce fifo8_drop()Philippe Mathieu-Daudé
2024-07-23util/fifo8: Expose fifo8_pop_buf()Philippe Mathieu-Daudé
2024-07-23util/fifo8: Rename fifo8_pop_buf() -> fifo8_pop_bufptr()Philippe Mathieu-Daudé
2024-07-23util/fifo8: Rename fifo8_peek_buf() -> fifo8_peek_bufptr()Philippe Mathieu-Daudé
2024-07-23hw/char/goldfish: Use DMA memory APIPhilippe Mathieu-Daudé
2024-07-23hw/nubus/virtio-mmio: Fix missing ERRP_GUARD() in realize handlerZhao Liu
2024-07-23cxl/mailbox: make range overlap check more readableYao Xingtao
2024-07-23hw/mips/loongson3_virt: remove useless type castYao Xingtao
2024-07-23hw/i2c/mpc_i2c: Fix mmio region sizeBALATON Zoltan
2024-07-23docs: Correct Loongarch -> LoongArchPhilippe Mathieu-Daudé
2024-07-23hw/intc/loongson_ipi: Declare QOM types using DEFINE_TYPES() macroPhilippe Mathieu-Daudé
2024-07-23hw/intc/loongson_ipi: Fix resource leakPhilippe Mathieu-Daudé
2024-07-23hw/intc/loongson_ipi: Access memory in little endianBibo Mao
2024-07-23hw/i386/intel_iommu: Extract device IOTLB invalidation logicClément Mathieu--Drif
2024-07-23vfio/common: Allow disabling device dirty page trackingJoao Martins
2024-07-23vfio/migration: Don't block migration device dirty tracking is unsupportedJoao Martins
2024-07-23vfio/iommufd: Implement VFIOIOMMUClass::query_dirty_bitmap supportJoao Martins
2024-07-23vfio/iommufd: Implement VFIOIOMMUClass::set_dirty_tracking supportJoao Martins
2024-07-23vfio/iommufd: Probe and request hwpt dirty tracking capabilityJoao Martins
2024-07-23vfio/{iommufd, container}: Invoke HostIOMMUDevice::realize() during attach_de...Joao Martins
2024-07-23vfio/iommufd: Add hw_caps field to HostIOMMUDeviceCapsJoao Martins
2024-07-23vfio/{iommufd,container}: Remove caps::aw_bitsJoao Martins
2024-07-23vfio/iommufd: Introduce auto domain creationJoao Martins
2024-07-23vfio/ccw: Don't initialize HOST_IOMMU_DEVICE with mdevZhenzhong Duan
2024-07-23vfio/ap: Don't initialize HOST_IOMMU_DEVICE with mdevZhenzhong Duan
2024-07-23vfio/iommufd: Return errno in iommufd_cdev_attach_ioas_hwpt()Joao Martins
2024-07-23backends/iommufd: Extend iommufd_backend_get_device_info() to fetch HW capabi...Joao Martins
2024-07-23vfio/iommufd: Don't initialize nor set a HOST_IOMMU_DEVICE with mdevJoao Martins