summary refs log tree commit diff stats
path: root/rust/qemu-api-macros/src (unfollow)
Commit message (Expand)AuthorFilesLines
2025-02-25docs: rust: fix typosPaolo Bonzini1-2/+2
2025-02-25rust: prefer importing std::ptr over core::ptrZhao Liu3-5/+6
2025-02-25rust: tests: do not import bindings::*Paolo Bonzini1-1/+2
2025-02-25rust: add module to convert between success/-errno and io::ResultPaolo Bonzini6-0/+381
2025-02-25rust: subprojects: add libc cratePaolo Bonzini7-2/+55
2025-02-25i386: Fix the missing Rust HPET configuration optionZhao Liu1-0/+1
2025-02-25hpet: do not overwrite properties on post_loadPaolo Bonzini1-28/+10
2025-02-25qom: Use command line syntax for default values in helpAkihiko Odaki1-3/+21
2025-02-21docs/devel/reset: Document reset expectations for DMA and IOMMUEric Auger1-0/+5
2025-02-21hw/vfio/common: Add a trace point in vfio_reset_handlerEric Auger2-0/+2
2025-02-21hw/arm/smmuv3: Move reset to exit phaseEric Auger3-6/+18
2025-02-21hw/i386/intel-iommu: Migrate to 3-phase resetEric Auger2-3/+10
2025-02-21hw/virtio/virtio-iommu: Migrate to 3-phase resetEric Auger2-5/+11
2025-02-21vhost-user-snd: correct the calculation of config_sizeMatias Ezequiel Vara Larsen1-1/+17
2025-02-21net: vhost-user: add QAPI events to report connection stateLaurent Vivier2-0/+43
2025-02-21hw/virtio/virtio-nsm: Respond with correct lengthAlexander Graf1-1/+1
2025-02-21vdpa: Fix endian bugs in shadow virtqueueKonstantin Shkolnyy1-8/+10
2025-02-21MAINTAINERS: add more files to `vhost`Stefano Garzarella1-3/+7
2025-02-21cryptodev/vhost: allocate CryptoDevBackendVhost using g_mem0()Stefano Garzarella1-1/+1
2025-02-21vhost-iova-tree: Update documentationJonah Palmer1-11/+11
2025-02-21vhost-iova-tree, svq: Implement GPA->IOVA & partial IOVA->HVA treesJonah Palmer8-31/+190
2025-02-21vhost-iova-tree: Implement an IOVA-only treeJonah Palmer4-17/+51
2025-02-21amd_iommu: Use correct bitmask to set capability BARSairaj Kodilkar2-3/+3
2025-02-21amd_iommu: Use correct DTE field for interrupt passthroughSairaj Kodilkar1-3/+3
2025-02-21hw/virtio: reset virtio balloon stats on machine resetDaniel P. Berrangé5-1/+197
2025-02-21mem/cxl_type3: support 3, 6, 12 and 16 interleave waysYao Xingtao2-6/+18
2025-02-21hw/mem/cxl_type3: Ensure errp is set on realization failureLi Zhijian1-2/+2
2025-02-21hw/mem/cxl_type3: Fix special_ops memory leak on msix_init_exclusive_bar() fa...Li Zhijian1-4/+4
2025-02-21hw/mem/cxl_type3: Add paired msix_uninit_exclusive_bar() callLi Zhijian1-0/+2
2025-02-21hw/cxl: Introduce CXL_T3_MSIX_VECTOR enumerationLi Zhijian4-16/+24
2025-02-21tests/qtest/vhost-user-test: Use modern virtio for vhost-user testsThomas Huth1-1/+2
2025-02-21hw/i386/microvm: Fix crash that occurs when introspecting the microvm machineThomas Huth1-33/+33
2025-02-21hw/i386/pc: Fix crash that occurs when introspecting TYPE_PC_MACHINE machinesThomas Huth1-3/+3
2025-02-21hw/pci: Assert a bar is not registered multiple timesNicholas Piggin1-0/+1
2025-02-21hw/pci/msix: Warn on PBA writesNicholas Piggin1-0/+9
2025-02-20qtest/libqos/pci: Do not write to PBA memoryNicholas Piggin1-2/+0
2025-02-20pcie_sriov: Register VFs after migrationAkihiko Odaki3-0/+16
2025-02-20pcie_sriov: Remove num_vfs from PCIESriovPFAkihiko Odaki3-13/+28
2025-02-20pcie_sriov: Release VFs failed to realizeAkihiko Odaki1-0/+2
2025-02-20pcie_sriov: Reuse SR-IOV VF device instancesAkihiko Odaki3-58/+51
2025-02-20pcie_sriov: Ensure VF addr does not overflowAkihiko Odaki5-18/+41
2025-02-20pcie_sriov: Do not manually unrealizeAkihiko Odaki1-4/+0
2025-02-20s390x/pci: Check for multifunction after device realizationAkihiko Odaki1-15/+13
2025-02-20s390x/pci: Allow plugging SR-IOV devicesAkihiko Odaki1-1/+8
2025-02-20s390x/pci: Avoid creating zpci for VFsAkihiko Odaki1-2/+19
2025-02-20hw/ppc/spapr_pci: Do not reject VFs created after a PFAkihiko Odaki1-1/+3
2025-02-20hw/ppc/spapr_pci: Do not create DT for disabled PCI deviceAkihiko Odaki1-2/+14
2025-02-20hw/net: Fix NULL dereference with software RSSAkihiko Odaki1-26/+17
2025-02-20docs/about: Change notes on x86 machine type deprecation into a general oneThomas Huth2-13/+5
2025-02-20docs/system/arm: Add Description for NPCM8XX SoCHao Wu2-7/+21