aboutsummaryrefslogtreecommitdiff
path: root/hw/vfio
AgeCommit message (Expand)AuthorFilesLines
2022-11-07Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi1-61/+5
2022-11-07vfio: move implement of vfio_get_xlat_addr() to memory.cCindy Lu1-61/+5
2022-11-03vfio/migration: Fix wrong enum usageAvihai Horon1-1/+1
2022-09-27vfio/common: Fix vfio_iommu_type1_info use after freeAlex Williamson1-17/+19
2022-09-27vfio/migration: Fix incorrect initialization value for parameters in VFIOMigr...Kunkun Jiang1-0/+2
2022-06-14ui/console: Do not return a value with ui_infoAkihiko Odaki1-5/+3
2022-06-08vfio/common: remove spurious warning on vfio_listener_region_delEric Auger2-2/+10
2022-05-24hw/vfio/pci-quirks: Resolve redundant property gettersBernhard Beschow1-25/+9
2022-05-13linux-headers: Update to v5.18-rc6Alex Williamson2-15/+18
2022-05-06vfio/common: Rename VFIOGuestIOMMU::iommu into ::iommu_mrYi Liu1-8/+8
2022-05-06vfio/pci: Use vbasedev local variable in vfio_realize()Eric Auger1-24/+25
2022-05-06hw/vfio/pci: fix vfio_pci_hot_reset_result trace pointEric Auger1-1/+1
2022-05-06vfio/common: remove spurious tpm-crb-cmd misalignment warningEric Auger2-1/+27
2022-05-06vfio/common: Fix a small boundary issue of a traceXiang Chen1-4/+3
2022-05-06vfio: defer to commit kvm irq routing when enable msi/msixLongpeng(Mike)2-33/+99
2022-05-06Revert "vfio: Avoid disabling and enabling vectors repeatedly in VFIO migration"Longpeng(Mike)1-17/+3
2022-05-06vfio: simplify the failure path in vfio_msi_enableLongpeng(Mike)1-14/+2
2022-05-06vfio: move re-enabling INTX out of the common helperLongpeng(Mike)1-6/+11
2022-05-06vfio: simplify the conditional statements in vfio_msi_enableLongpeng(Mike)1-2/+2
2022-04-06Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau3-21/+21
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster2-4/+4
2022-03-15kvm/msi: do explicit commit when adding msi routesLongpeng(Mike)1-1/+4
2022-02-21Mark remaining global TypeInfo instances as constBernhard Beschow1-1/+1
2021-11-17vfio: Fix memory leak of hostwinPeng Liang1-0/+8
2021-11-01vfio/common: Add a trace point when a MMIO RAM section cannot be mappedKunkun Jiang1-0/+7
2021-11-01vfio/pci: Add support for mmapping sub-page MMIO BARs after live migrationKunkun Jiang1-1/+18
2021-10-15qdev: Base object creation on QDict rather than QemuOptsKevin Wolf1-2/+2
2021-09-30memory: Name all the memory listenersPeter Xu2-0/+2
2021-09-30memory: Add RAM_PROTECTED flag to skip IOMMU mappingsSean Christopherson1-0/+1
2021-09-16hw/vfio: Fix typo in commentsCai Huoqing4-6/+6
2021-09-06vfio-ccw: forward halt/clear errorsCornelia Huck1-2/+2
2021-08-26vfio: Avoid error_propagate() after migrate_add_blocker()Markus Armbruster1-4/+2
2021-07-14vfio/pci: Add pba_offset PCI quirk for BAIDU KUNLUN AI processorCai Huoqing1-0/+8
2021-07-14vfio/pci: Change to use vfio_pci_is()Cai Huoqing1-2/+2
2021-07-14vfio: Fix CID 1458134 in vfio_register_ram_discard_listener()David Hildenbrand1-1/+2
2021-07-12Merge remote-tracking branch 'remotes/cohuck-gitlab/tags/s390x-20210708' into...Peter Maydell1-1/+1
2021-07-08vfio: Disable only uncoordinated discards for VFIO_TYPE1 iommusDavid Hildenbrand1-12/+53
2021-07-08vfio: Support for RamDiscardManager in the vIOMMU caseDavid Hildenbrand1-0/+39
2021-07-08vfio: Sanity check maximum number of DMA mappings with RamDiscardManagerDavid Hildenbrand1-0/+43
2021-07-08vfio: Query and store the maximum number of possible DMA mappingsDavid Hildenbrand1-0/+4
2021-07-08vfio: Support for RamDiscardManager in the !vIOMMU caseDavid Hildenbrand1-0/+164
2021-07-07target/s390x: move kvm files into kvm/Cho, Yu-Chen1-1/+1
2021-06-21s390x/css: Add passthrough IRBEric Farman1-0/+4
2021-06-18vfio/migration: Correct device state from vmstate change for savevm caseKirti Wankhede1-1/+10
2021-06-18vfio: Fix unregister SaveVMHandler in vfio_migration_finalizeKunkun Jiang1-0/+1
2021-06-02docs: fix references to docs/devel/tracing.rstStefano Garzarella1-1/+1
2021-05-20vfio-ccw: Attempt to clean up all IRQs on errorEric Farman1-3/+5
2021-05-20vfio-ccw: Permit missing IRQsEric Farman1-5/+7
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth3-3/+0
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth2-2/+0