aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-07-10pcie: Use common ARI next function numberAkihiko Odaki1-1/+1
2023-07-10include/hw/virtio: document some more usage of notifiersAlex Bennée1-0/+8
2023-07-10include/hw/virtio: add kerneldoc for virtio_initAlex Bennée1-0/+6
2023-07-10include/hw/virtio: document virtio_notify_configAlex Bennée1-0/+7
2023-07-10include/hw: document the device_class_set_parent_* fnsAlex Bennée1-0/+27
2023-07-10include: attempt to document device_class_set_propsAlex Bennée1-0/+9
2023-07-10virtio-iommu: Fix 64kB host page size VFIO device assignmentEric Auger1-0/+2
2023-07-10hw/pci/pci: Remove multifunction parameter from pci_new_multifunction()Bernhard Beschow1-2/+1
2023-07-10hw/pci/pci: Remove multifunction parameter from pci_create_simple_multifuncti...Bernhard Beschow1-1/+0
2023-07-10hw/pci-host/i440fx: Resolve i440fx_init()Bernhard Beschow1-10/+0
2023-07-10hw/pci-host/i440fx: Add I440FX_HOST_PROP_PCI_TYPE propertyBernhard Beschow1-0/+2
2023-07-10hw/pci-host/i440fx: Add PCI_HOST_{ABOVE, BELOW}_4G_MEM_SIZE propertiesBernhard Beschow1-1/+0
2023-07-10hw/pci-host/i440fx: Make MemoryRegion pointers accessible as propertiesBernhard Beschow1-3/+0
2023-07-10hw/pci-host/q35: Make some property name macros reusable by i440fxBernhard Beschow2-5/+4
2023-07-10hw/pci/pci_host: Introduce PCI_HOST_BYPASS_IOMMU macroBernhard Beschow1-0/+2
2023-07-10machine: Add helpers to get cores/threads per socketZhao Liu1-0/+2
2023-07-10hw/virtio: Add boilerplate for vhost-user-scmi deviceMilan Zamazal1-0/+30
2023-07-10virtio-gpu: refactor generate_edid function to virtio_gpu_baseErico Nunes1-0/+2
2023-07-10vhost: register and change IOMMU flag depending on Device-TLB stateViktor Prutyanov1-0/+1
2023-07-10pcie: Add a PCIe capability version helperAlex Williamson1-0/+1
2023-07-10linux-headers: update to v6.5-rc1Cédric Le Goater7-10/+77
2023-07-10vfio/migration: Return bool type for vfio_migration_realize()Zhenzhong Duan1-1/+1
2023-07-10vfio/migration: Change vIOMMU blocker from global to per deviceZhenzhong Duan1-2/+1
2023-07-09crypto: Unexport AES_*_rot, AES_TeN, AES_TdNRichard Henderson1-25/+0
2023-07-09crypto: Remove AES_imcRichard Henderson1-7/+0
2023-07-09crypto: Remove AES_shifts, AES_ishiftsRichard Henderson1-4/+0
2023-07-08crypto: Add aesdec_ISB_ISR_AK_IMCRichard Henderson1-0/+21
2023-07-08crypto: Add aesdec_ISB_ISR_IMC_AKRichard Henderson1-0/+21
2023-07-08crypto: Add aesenc_SB_SR_MC_AKRichard Henderson1-0/+21
2023-07-08crypto: Add aesdec_IMCRichard Henderson1-0/+18
2023-07-08crypto: Add aesenc_MCRichard Henderson1-0/+18
2023-07-08crypto: Add aesdec_ISB_ISR_AKRichard Henderson1-0/+21
2023-07-08crypto: Add aesenc_SB_SR_AKRichard Henderson1-0/+44
2023-07-08target/arm: Move aesmc and aesimc tables to crypto/aes.cRichard Henderson1-0/+6
2023-07-07ppc/pnv: Add QME region for P10Joel Stanley2-0/+15
2023-07-07ppc/pnv: Set P10 core xscom region size to match hardwareNicholas Piggin2-1/+2
2023-07-07ppc440_pcix: Rename QOM type define abd move it to common headerBALATON Zoltan1-0/+1
2023-07-07ppc4xx_pci: Add define for ppc4xx-host-bridge type nameBALATON Zoltan1-0/+1
2023-07-07ppc4xx_pci: Rename QOM type name defineBALATON Zoltan1-1/+1
2023-07-07ppc440: Remove ppc460ex_pcie_init legacy init functionBALATON Zoltan1-0/+1
2023-07-07ppc/pnv: Add P10 quad xscom modelJoel Stanley1-1/+1
2023-07-07ppc/pnv: Subclass quad xscom callbacksJoel Stanley1-1/+12
2023-07-07pnv/xive: Add property on xive sources to define PQ state on resetFrederic Barrat1-0/+1
2023-07-03include/hw/qdev-core: fixup kerneldoc annotationsAlex Bennée1-114/+254
2023-07-03include/migration: mark vmstate_register() as a legacy functionAlex Bennée1-1/+9
2023-07-03plugins: force slow path when plugins instrument memory opsAlex Bennée3-1/+41
2023-07-01tcg: Reduce tcg_assert_listed_vecop() scopePhilippe Mathieu-Daudé1-6/+0
2023-07-01fpu: Add float64_to_int{32,64}_moduloRichard Henderson1-0/+3
2023-06-30vfio/migration: Make VFIO migration non-experimentalAvihai Horon1-3/+3
2023-06-30vfio/migration: Reset bytes_transferred properlyAvihai Horon1-0/+1