qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Cédric Le Goater" <clg@redhat.com>
To: qemu-devel@nongnu.org
Cc: "Alex Williamson" <alex.williamson@redhat.com>,
	"Cédric Le Goater" <clg@redhat.com>
Subject: [PULL 00/13] vfio queue
Date: Mon, 11 Sep 2023 09:49:55 +0200	[thread overview]
Message-ID: <20230911075008.462712-1-clg@redhat.com> (raw)

The following changes since commit c5ea91da443b458352c1b629b490ee6631775cb4:

  Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into staging (2023-09-08 10:06:25 -0400)

are available in the Git repository at:

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

for you to fetch changes up to a31fe5daeaa230556145bfc04af1bd4e68f377fa:

  vfio/common: Separate vfio-pci ranges (2023-09-11 08:34:06 +0200)

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

* Small downtime optimisation for VFIO migration
* P2P support for VFIO migration
* Introduction of a save_prepare() handler to fail VFIO migration
* Fix on DMA logging ranges calculation for OVMF enabling dynamic window

----------------------------------------------------------------
Avihai Horon (11):
      vfio/migration: Move from STOP_COPY to STOP in vfio_save_cleanup()
      sysemu: Add prepare callback to struct VMChangeStateEntry
      qdev: Add qdev_add_vm_change_state_handler_full()
      vfio/migration: Add P2P support for VFIO migration
      vfio/migration: Allow migration of multiple P2P supporting devices
      migration: Add migration prefix to functions in target.c
      vfio/migration: Fail adding device with enable-migration=on and existing blocker
      migration: Move more initializations to migrate_init()
      migration: Add .save_prepare() handler to struct SaveVMHandlers
      vfio/migration: Block VFIO migration with postcopy migration
      vfio/migration: Block VFIO migration with background snapshot

Joao Martins (2):
      vfio/migration: Refactor PRE_COPY and RUNNING state checks
      vfio/common: Separate vfio-pci ranges

 docs/devel/vfio-migration.rst     |  93 +++++++++++++++++-----------
 include/hw/vfio/vfio-common.h     |   2 +
 include/migration/register.h      |   5 ++
 include/sysemu/runstate.h         |   7 +++
 migration/migration.h             |   6 +-
 migration/savevm.h                |   1 +
 hw/core/vm-change-state-handler.c |  14 ++++-
 hw/vfio/common.c                  | 126 ++++++++++++++++++++++++++++++--------
 hw/vfio/migration.c               | 106 +++++++++++++++++++++++++++-----
 migration/migration.c             |  33 ++++++----
 migration/savevm.c                |  32 ++++++++--
 migration/target.c                |   8 +--
 softmmu/runstate.c                |  40 ++++++++++++
 hw/vfio/trace-events              |   3 +-
 14 files changed, 377 insertions(+), 99 deletions(-)


             reply	other threads:[~2023-09-11  7:52 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-11  7:49 Cédric Le Goater [this message]
2023-09-11  7:49 ` [PULL 01/13] vfio/migration: Move from STOP_COPY to STOP in vfio_save_cleanup() Cédric Le Goater
2023-09-11  7:49 ` [PULL 02/13] sysemu: Add prepare callback to struct VMChangeStateEntry Cédric Le Goater
2023-09-11  7:49 ` [PULL 03/13] qdev: Add qdev_add_vm_change_state_handler_full() Cédric Le Goater
2023-09-11  7:49 ` [PULL 04/13] vfio/migration: Refactor PRE_COPY and RUNNING state checks Cédric Le Goater
2023-09-11  7:50 ` [PULL 05/13] vfio/migration: Add P2P support for VFIO migration Cédric Le Goater
2023-09-11  7:50 ` [PULL 06/13] vfio/migration: Allow migration of multiple P2P supporting devices Cédric Le Goater
2023-09-11  7:50 ` [PULL 07/13] migration: Add migration prefix to functions in target.c Cédric Le Goater
2023-09-11  7:50 ` [PULL 08/13] vfio/migration: Fail adding device with enable-migration=on and existing blocker Cédric Le Goater
2023-09-11  7:50 ` [PULL 09/13] migration: Move more initializations to migrate_init() Cédric Le Goater
2023-09-11  7:50 ` [PULL 10/13] migration: Add .save_prepare() handler to struct SaveVMHandlers Cédric Le Goater
2023-09-11  7:50 ` [PULL 11/13] vfio/migration: Block VFIO migration with postcopy migration Cédric Le Goater
2023-09-11  7:50 ` [PULL 12/13] vfio/migration: Block VFIO migration with background snapshot Cédric Le Goater
2023-09-11  7:50 ` [PULL 13/13] vfio/common: Separate vfio-pci ranges Cédric Le Goater
2023-09-11 15:19 ` [PULL 00/13] vfio queue Stefan Hajnoczi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230911075008.462712-1-clg@redhat.com \
    --to=clg@redhat.com \
    --cc=alex.williamson@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).