aboutsummaryrefslogtreecommitdiffstats
path: root/include/hw
AgeCommit message (Expand)AuthorFilesLines
2024-08-12arm/virt: place power button pin number on a defineMauro Carvalho Chehab1-0/+3
2024-08-06hw/loongarch/virt: Replace Loongson IPI with LoongArch IPIBibo Mao1-1/+0
2024-08-06hw/intc/loongarch_ipi: Add loongarch IPI supportBibo Mao1-0/+25
2024-08-06hw/intc/loongson_ipi: Move common code to loongson_ipi_common.cBibo Mao1-0/+2
2024-08-06hw/intc/loongson_ipi: Expose loongson_ipi_core_read/write helpersBibo Mao1-0/+6
2024-08-06hw/intc/loongson_ipi: Add LoongsonIPICommonClass::cpu_by_arch_id handlerBibo Mao1-0/+1
2024-08-06hw/intc/loongson_ipi: Add LoongsonIPICommonClass::get_iocsr_as handlerBibo Mao1-0/+2
2024-08-06hw/intc/loongson_ipi: Move IPICore structure to loongson_ipi_common.hBibo Mao2-17/+18
2024-08-06hw/intc/loongson_ipi: Move IPICore::mmio_mem to LoongsonIPIStateBibo Mao1-1/+1
2024-08-06hw/intc/loongson_ipi: Move common definitions to loongson_ipi_common.hBibo Mao2-18/+19
2024-08-06hw/intc/loongson_ipi: Add TYPE_LOONGSON_IPI_COMMON stubBibo Mao2-2/+38
2024-08-06hw/intc/loongson_ipi: Rename LoongsonIPI -> LoongsonIPIStateBibo Mao1-3/+3
2024-08-02virtio-net: Fix network stall at the host side waiting for kickthomas1-3/+16
2024-08-01Revert "hw/pci: Rename has_power to enabled"Michael S. Tsirkin2-7/+2
2024-08-01Revert "pcie_sriov: Ensure VF function number does not overflow"Michael S. Tsirkin1-3/+2
2024-08-01Revert "pcie_sriov: Reuse SR-IOV VF device instances"Michael S. Tsirkin3-15/+6
2024-08-01Revert "pcie_sriov: Remove num_vfs from PCIESriovPF"Michael S. Tsirkin1-0/+1
2024-08-01Revert "pcie_sriov: Register VFs after migration"Michael S. Tsirkin1-2/+0
2024-08-01Revert "pcie_sriov: Allow user to create SR-IOV device"Michael S. Tsirkin2-23/+1
2024-08-01Revert "virtio-pci: Implement SR-IOV PF"Michael S. Tsirkin1-1/+0
2024-07-31target/i386/cpu: Mask off SGX/SGX_LC feature words for non-PC machineZhao Liu1-0/+1
2024-07-26pnv/xive2: Dump more END state with 'info pic'Frederic Barrat1-0/+7
2024-07-26pnv/xive2: Move xive2_nvp_pic_print_info() to xive2.cFrederic Barrat1-0/+2
2024-07-26pnv/xive: Support cache flush and queue sync inject with notificationsNicholas Piggin1-0/+1
2024-07-26hw/ppc: SPI controller wiring to P10 chipChalapathi V1-0/+3
2024-07-26hw/ssi: Extend SPI modelChalapathi V2-1/+94
2024-07-26hw/ssi: Add SPI modelChalapathi V3-0/+110
2024-07-26ppc/pnv: Remove ppc target dependency from pnv_xscom.hChalapathi V1-1/+1
2024-07-26ppc/pnv: Add an LPAR per core machine optionNicholas Piggin3-0/+4
2024-07-26ppc/pnv: Implement POWER10 PC xscom registers for direct controlsNicholas Piggin1-0/+3
2024-07-26ppc/pnv: Add a CPU nmi and resume functionNicholas Piggin1-0/+2
2024-07-26ppc/pnv: Add POWER10 ChipTOD quirk for big-coreNicholas Piggin2-0/+8
2024-07-26ppc/pnv: Add a big-core mode that joins two regular coresNicholas Piggin3-0/+4
2024-07-26ppc/pnv: Extend chip_pir class method to TIR as wellNicholas Piggin1-1/+3
2024-07-26ppc/pnv: use class attribute to limit SMT threads for different machinesNicholas Piggin1-0/+1
2024-07-26target/ppc: Move SPR indirect registers into PnvCoreNicholas Piggin1-0/+1
2024-07-26ppc/pnv: Move timebase state into PnvCoreNicholas Piggin1-0/+17
2024-07-26ppc/pnv: Add pointer from PnvCPUState to PnvCoreNicholas Piggin1-0/+1
2024-07-26ppc/pnv: Implement ADU access to LPC spaceNicholas Piggin2-0/+12
2024-07-26ppc/pnv: Begin a more complete ADU LPC model for POWER9/10Nicholas Piggin3-0/+34
2024-07-26ppc/pnv: Implement POWER9 LPC PSI serirq outputs and auto-clear functionNicholas Piggin1-1/+13
2024-07-26ppc/pnv: Fix loss of LPC SERIRQ interruptsGlenn Miles1-0/+3
2024-07-26spapr: Migrate ail-mode-3 spapr capNicholas Piggin1-0/+1
2024-07-24Merge tag 'pull-vfio-20240723-1' of https://github.com/legoater/qemu into stagingRichard Henderson1-0/+15
2024-07-24Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu into stagingRichard Henderson12-7/+160
2024-07-23vfio/common: Allow disabling device dirty page trackingJoao Martins1-0/+1
2024-07-23vfio/iommufd: Probe and request hwpt dirty tracking capabilityJoao Martins1-0/+2
2024-07-23vfio/{iommufd, container}: Invoke HostIOMMUDevice::realize() during attach_device()Joao Martins1-0/+1
2024-07-23vfio/iommufd: Introduce auto domain creationJoao Martins1-0/+9
2024-07-23vfio/pci: Extract mdev check into an helperJoao Martins1-0/+2