The following changes since commit cbccded4a2b5d685a426a437e25f67d3a375b292:
Merge tag 'pull-riscv-to-apply-20240308-1' of https://github.com/alistair23/qemu into staging (2024-03-08 11:47:01 +0000) are available in the Git repository at: https://github.com/legoater/qemu/ tags/pull-vfio-20240310 for you to fetch changes up to 0cb51c183a91e882b10ead4ddf2321296a537c47: vfio: allow cpr-reboot migration if suspended (2024-03-08 22:10:13 +0100) ---------------------------------------------------------------- vfio queue: * Allow cpr-reboot for vfio ---------------------------------------------------------------- Steve Sistare (2): vfio: register container for cpr vfio: allow cpr-reboot migration if suspended include/hw/vfio/vfio-common.h | 3 +++ include/hw/vfio/vfio-container-base.h | 1 + hw/vfio/common.c | 2 +- hw/vfio/container.c | 11 +++++++++- hw/vfio/cpr.c | 39 +++++++++++++++++++++++++++++++++++ hw/vfio/iommufd.c | 6 ++++++ hw/vfio/migration.c | 2 +- hw/vfio/meson.build | 1 + 8 files changed, 62 insertions(+), 3 deletions(-) create mode 100644 hw/vfio/cpr.c