[PULL 0/3] VFIO update 2021-06-18

Alex Williamson posted 3 patches 2 years, 10 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/162403041204.1793226.16018359908572247606.stgit@omen
Maintainers: Alex Williamson <alex.williamson@redhat.com>
MAINTAINERS                   |   1 +
docs/devel/index.rst          |   1 +
docs/devel/vfio-migration.rst | 150 ++++++++++++++++++++++++++++++++++++++++++
hw/vfio/migration.c           |  12 +++-
4 files changed, 163 insertions(+), 1 deletion(-)
create mode 100644 docs/devel/vfio-migration.rst
[PULL 0/3] VFIO update 2021-06-18
Posted by Alex Williamson 2 years, 10 months ago
The following changes since commit 3ccf6cd0e3e1dfd663814640b3b18b55715d7a75:

  Merge remote-tracking branch 'remotes/kraxel/tags/audio-20210617-pull-request' into staging (2021-06-18 09:54:42 +0100)

are available in the Git repository at:

  git://github.com/awilliam/qemu-vfio.git tags/vfio-update-20210618.0

for you to fetch changes up to d742d064c1f541ac8ad6541e248a97f2dc502721:

  vfio/migration: Correct device state from vmstate change for savevm case (2021-06-18 09:10:35 -0600)

----------------------------------------------------------------
VFIO update 2021-06-18

 * VFIO migration documentation (Tarun Gupta)

 * Fix SaveVMHandler de-registration (Kunkun Jiang)

 * Fix vmstate change transition (Kirti Wankhede)

----------------------------------------------------------------
Kirti Wankhede (1):
      vfio/migration: Correct device state from vmstate change for savevm case

Kunkun Jiang (1):
      vfio: Fix unregister SaveVMHandler in vfio_migration_finalize

Tarun Gupta (1):
      docs/devel: Add VFIO device migration documentation

 MAINTAINERS                   |   1 +
 docs/devel/index.rst          |   1 +
 docs/devel/vfio-migration.rst | 150 ++++++++++++++++++++++++++++++++++++++++++
 hw/vfio/migration.c           |  12 +++-
 4 files changed, 163 insertions(+), 1 deletion(-)
 create mode 100644 docs/devel/vfio-migration.rst


Re: [PULL 0/3] VFIO update 2021-06-18
Posted by Peter Maydell 2 years, 10 months ago
On Fri, 18 Jun 2021 at 16:36, Alex Williamson
<alex.williamson@redhat.com> wrote:
>
> The following changes since commit 3ccf6cd0e3e1dfd663814640b3b18b55715d7a75:
>
>   Merge remote-tracking branch 'remotes/kraxel/tags/audio-20210617-pull-request' into staging (2021-06-18 09:54:42 +0100)
>
> are available in the Git repository at:
>
>   git://github.com/awilliam/qemu-vfio.git tags/vfio-update-20210618.0
>
> for you to fetch changes up to d742d064c1f541ac8ad6541e248a97f2dc502721:
>
>   vfio/migration: Correct device state from vmstate change for savevm case (2021-06-18 09:10:35 -0600)
>
> ----------------------------------------------------------------
> VFIO update 2021-06-18
>
>  * VFIO migration documentation (Tarun Gupta)
>
>  * Fix SaveVMHandler de-registration (Kunkun Jiang)
>
>  * Fix vmstate change transition (Kirti Wankhede)
>
> ----------------------------------------------------------------



Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/6.1
for any user-visible changes.

-- PMM