qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL 00/16] vfio queue
@ 2024-07-23 14:00 Cédric Le Goater
  2024-07-23 14:00 ` [PULL 01/16] hw/vfio/container: Fix SIGSEV on vfio_container_instance_finalize() Cédric Le Goater
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: Cédric Le Goater @ 2024-07-23 14:00 UTC (permalink / raw)
  To: qemu-devel; +Cc: Alex Williamson, Cédric Le Goater

The following changes since commit 6af69d02706c821797802cfd56acdac13a7c9422:

  Merge tag 'nvme-next-pull-request' of https://gitlab.com/birkelund/qemu into staging (2024-07-23 13:55:45 +1000)

are available in the Git repository at:

  https://github.com/legoater/qemu/ tags/pull-vfio-20240723

for you to fetch changes up to 6ac9efe6805af60de14481fdde7d340080d38324:

  vfio/common: Allow disabling device dirty page tracking (2024-07-23 11:10:10 +0200)

----------------------------------------------------------------
vfio queue:

* IOMMUFD Dirty Tracking support
* Fix for a possible SEGV in IOMMU type1 container
* Dropped initialization of host IOMMU device with mdev devices

----------------------------------------------------------------
Eric Auger (1):
      hw/vfio/container: Fix SIGSEV on vfio_container_instance_finalize()

Joao Martins (13):
      vfio/pci: Extract mdev check into an helper
      vfio/iommufd: Don't initialize nor set a HOST_IOMMU_DEVICE with mdev
      backends/iommufd: Extend iommufd_backend_get_device_info() to fetch HW capabilities
      vfio/iommufd: Return errno in iommufd_cdev_attach_ioas_hwpt()
      vfio/iommufd: Introduce auto domain creation
      vfio/{iommufd,container}: Remove caps::aw_bits
      vfio/iommufd: Add hw_caps field to HostIOMMUDeviceCaps
      vfio/{iommufd, container}: Invoke HostIOMMUDevice::realize() during attach_device()
      vfio/iommufd: Probe and request hwpt dirty tracking capability
      vfio/iommufd: Implement VFIOIOMMUClass::set_dirty_tracking support
      vfio/iommufd: Implement VFIOIOMMUClass::query_dirty_bitmap support
      vfio/migration: Don't block migration device dirty tracking is unsupported
      vfio/common: Allow disabling device dirty page tracking

Zhenzhong Duan (2):
      vfio/ap: Don't initialize HOST_IOMMU_DEVICE with mdev
      vfio/ccw: Don't initialize HOST_IOMMU_DEVICE with mdev

 include/hw/vfio/vfio-common.h      |  15 +++
 include/sysemu/host_iommu_device.h |   5 +-
 include/sysemu/iommufd.h           |  13 ++-
 backends/iommufd.c                 |  89 ++++++++++++++++-
 hw/vfio/ap.c                       |   3 +
 hw/vfio/ccw.c                      |   3 +
 hw/vfio/common.c                   |  17 ++--
 hw/vfio/container.c                |  10 +-
 hw/vfio/helpers.c                  |  25 +++++
 hw/vfio/iommufd.c                  | 196 +++++++++++++++++++++++++++++++++++--
 hw/vfio/migration.c                |  12 ++-
 hw/vfio/pci.c                      |  26 ++---
 backends/trace-events              |   3 +
 13 files changed, 377 insertions(+), 40 deletions(-)



^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2024-07-23 15:14 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-23 14:00 [PULL 00/16] vfio queue Cédric Le Goater
2024-07-23 14:00 ` [PULL 01/16] hw/vfio/container: Fix SIGSEV on vfio_container_instance_finalize() Cédric Le Goater
2024-07-23 14:00 ` [PULL 02/16] vfio/pci: Extract mdev check into an helper Cédric Le Goater
2024-07-23 14:00 ` [PULL 03/16] vfio/iommufd: Don't initialize nor set a HOST_IOMMU_DEVICE with mdev Cédric Le Goater
2024-07-23 14:00 ` [PULL 04/16] backends/iommufd: Extend iommufd_backend_get_device_info() to fetch HW capabilities Cédric Le Goater
2024-07-23 14:00 ` [PULL 05/16] vfio/iommufd: Return errno in iommufd_cdev_attach_ioas_hwpt() Cédric Le Goater
2024-07-23 14:00 ` [PULL 06/16] vfio/ap: Don't initialize HOST_IOMMU_DEVICE with mdev Cédric Le Goater
2024-07-23 14:00 ` [PULL 07/16] vfio/ccw: " Cédric Le Goater
2024-07-23 14:00 ` [PULL 08/16] vfio/iommufd: Introduce auto domain creation Cédric Le Goater
2024-07-23 14:00 ` [PULL 09/16] vfio/{iommufd,container}: Remove caps::aw_bits Cédric Le Goater
2024-07-23 14:00 ` [PULL 10/16] vfio/iommufd: Add hw_caps field to HostIOMMUDeviceCaps Cédric Le Goater
2024-07-23 14:00 ` [PULL 11/16] vfio/{iommufd, container}: Invoke HostIOMMUDevice::realize() during attach_device() Cédric Le Goater
2024-07-23 14:00 ` [PULL 12/16] vfio/iommufd: Probe and request hwpt dirty tracking capability Cédric Le Goater
2024-07-23 14:00 ` [PULL 13/16] vfio/iommufd: Implement VFIOIOMMUClass::set_dirty_tracking support Cédric Le Goater
2024-07-23 15:13 ` [PULL 00/16] vfio queue Cédric Le Goater

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).