qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL 00/16] vfio queue
@ 2023-06-30  5:22 Cédric Le Goater
  2023-06-30  5:22 ` [PULL 01/16] migration: Add switchover ack capability Cédric Le Goater
                   ` (16 more replies)
  0 siblings, 17 replies; 19+ messages in thread
From: Cédric Le Goater @ 2023-06-30  5:22 UTC (permalink / raw)
  To: qemu-devel; +Cc: Richard Henderson, Alex Williamson, Cédric Le Goater

The following changes since commit 4d541f63e90c81112c298cbb35ed53e9c79deb00:

  Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging (2023-06-29 13:16:06 +0200)

are available in the Git repository at:

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

for you to fetch changes up to 0cc889c8826cefa5b80110d31a62273b56aa1832:

  vfio/pci: Free leaked timer in vfio_realize error path (2023-06-30 06:02:51 +0200)

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

* migration: New switchover ack to reduce downtime
* VFIO migration pre-copy support
* Removal of the VFIO migration experimental flag
* Alternate offset for GPUDirect Cliques
* Misc fixes

----------------------------------------------------------------
Alex Williamson (3):
      vfio: Implement a common device info helper
      hw/vfio/pci-quirks: Support alternate offset for GPUDirect Cliques
      MAINTAINERS: Promote Cédric to VFIO co-maintainer

Avihai Horon (10):
      migration: Add switchover ack capability
      migration: Implement switchover ack logic
      migration: Enable switchover ack capability
      tests: Add migration switchover ack capability test
      vfio/migration: Refactor vfio_save_block() to return saved data size
      vfio/migration: Store VFIO migration flags in VFIOMigration
      vfio/migration: Add VFIO migration pre-copy support
      vfio/migration: Add support for switchover ack capability
      vfio/migration: Reset bytes_transferred properly
      vfio/migration: Make VFIO migration non-experimental

Shameer Kolothum (1):
      vfio/pci: Call vfio_prepare_kvm_msi_virq_batch() in MSI retry path

Zhenzhong Duan (2):
      vfio/pci: Fix a segfault in vfio_realize
      vfio/pci: Free leaked timer in vfio_realize error path

 MAINTAINERS                   |   2 +-
 docs/devel/vfio-migration.rst |  45 +++++--
 qapi/migration.json           |  12 +-
 include/hw/vfio/vfio-common.h |  12 +-
 include/migration/register.h  |   2 +
 migration/migration.h         |  15 +++
 migration/options.h           |   1 +
 migration/savevm.h            |   1 +
 hw/s390x/s390-pci-vfio.c      |  37 +----
 hw/vfio/common.c              |  68 +++++++---
 hw/vfio/migration.c           | 305 ++++++++++++++++++++++++++++++++++++------
 hw/vfio/pci-quirks.c          |  41 +++++-
 hw/vfio/pci.c                 |  15 ++-
 migration/migration.c         |  33 ++++-
 migration/options.c           |  17 +++
 migration/savevm.c            |  55 ++++++++
 migration/target.c            |  17 ++-
 tests/qtest/migration-test.c  |  31 +++++
 hw/vfio/trace-events          |   6 +-
 migration/trace-events        |   3 +
 20 files changed, 600 insertions(+), 118 deletions(-)


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

end of thread, other threads:[~2023-06-30 16:00 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-30  5:22 [PULL 00/16] vfio queue Cédric Le Goater
2023-06-30  5:22 ` [PULL 01/16] migration: Add switchover ack capability Cédric Le Goater
2023-06-30  5:22 ` [PULL 02/16] migration: Implement switchover ack logic Cédric Le Goater
2023-06-30  5:22 ` [PULL 03/16] migration: Enable switchover ack capability Cédric Le Goater
2023-06-30  5:22 ` [PULL 04/16] tests: Add migration switchover ack capability test Cédric Le Goater
2023-06-30  5:22 ` [PULL 05/16] vfio/migration: Refactor vfio_save_block() to return saved data size Cédric Le Goater
2023-06-30  5:22 ` [PULL 06/16] vfio/migration: Store VFIO migration flags in VFIOMigration Cédric Le Goater
2023-06-30  5:22 ` [PULL 07/16] vfio/migration: Add VFIO migration pre-copy support Cédric Le Goater
2023-06-30  5:22 ` [PULL 08/16] vfio/migration: Add support for switchover ack capability Cédric Le Goater
2023-06-30  5:22 ` [PULL 09/16] vfio: Implement a common device info helper Cédric Le Goater
2023-06-30  5:22 ` [PULL 10/16] hw/vfio/pci-quirks: Support alternate offset for GPUDirect Cliques Cédric Le Goater
2023-06-30  5:22 ` [PULL 11/16] vfio/pci: Call vfio_prepare_kvm_msi_virq_batch() in MSI retry path Cédric Le Goater
2023-06-30 15:59   ` Michael Tokarev
2023-06-30  5:22 ` [PULL 12/16] vfio/migration: Reset bytes_transferred properly Cédric Le Goater
2023-06-30  5:22 ` [PULL 13/16] vfio/migration: Make VFIO migration non-experimental Cédric Le Goater
2023-06-30  5:22 ` [PULL 14/16] MAINTAINERS: Promote Cédric to VFIO co-maintainer Cédric Le Goater
2023-06-30  5:22 ` [PULL 15/16] vfio/pci: Fix a segfault in vfio_realize Cédric Le Goater
2023-06-30  5:22 ` [PULL 16/16] vfio/pci: Free leaked timer in vfio_realize error path Cédric Le Goater
2023-06-30  9:55 ` [PULL 00/16] vfio queue Richard Henderson

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).