[PULL 0/2] VFIO updates for QEMU 5.2-rc3

Alex Williamson posted 2 patches 3 years, 5 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/160615410107.26810.2586812803373008210.stgit@gimli.home
Maintainers: Alex Williamson <alex.williamson@redhat.com>
hw/vfio/common.c              | 11 +++++++----
hw/vfio/migration.c           |  2 +-
hw/vfio/pci.c                 |  5 +++++
include/hw/vfio/vfio-common.h |  2 ++
4 files changed, 15 insertions(+), 5 deletions(-)
[PULL 0/2] VFIO updates for QEMU 5.2-rc3
Posted by Alex Williamson 3 years, 5 months ago
The following changes since commit 683685e72dccaf8cb9fe8ffa20f5c5aacea72118:

  Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request' into staging (2020-11-23 13:03:13 +0000)

are available in the Git repository at:

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

for you to fetch changes up to bb0990d1740f6dced5b50a923677034c9399c213:

  vfio: Change default dirty pages tracking behavior during migration (2020-11-23 10:05:58 -0700)

----------------------------------------------------------------
VFIO update 2020-11-23

 * Enable pre-copy dirty page tracking by default (Kirti Wankhede)

 * Mark migration as experimental (Alex Williamson)

----------------------------------------------------------------
Alex Williamson (1):
      vfio: Make migration support experimental

Kirti Wankhede (1):
      vfio: Change default dirty pages tracking behavior during migration

 hw/vfio/common.c              | 11 +++++++----
 hw/vfio/migration.c           |  2 +-
 hw/vfio/pci.c                 |  5 +++++
 include/hw/vfio/vfio-common.h |  2 ++
 4 files changed, 15 insertions(+), 5 deletions(-)


Re: [PULL 0/2] VFIO updates for QEMU 5.2-rc3
Posted by Peter Maydell 3 years, 5 months ago
On Mon, 23 Nov 2020 at 17:59, Alex Williamson
<alex.williamson@redhat.com> wrote:
>
> The following changes since commit 683685e72dccaf8cb9fe8ffa20f5c5aacea72118:
>
>   Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request' into staging (2020-11-23 13:03:13 +0000)
>
> are available in the Git repository at:
>
>   git://github.com/awilliam/qemu-vfio.git tags/vfio-update-20201123.0
>
> for you to fetch changes up to bb0990d1740f6dced5b50a923677034c9399c213:
>
>   vfio: Change default dirty pages tracking behavior during migration (2020-11-23 10:05:58 -0700)
>
> ----------------------------------------------------------------
> VFIO update 2020-11-23
>
>  * Enable pre-copy dirty page tracking by default (Kirti Wankhede)
>
>  * Mark migration as experimental (Alex Williamson)
>
> ----------------------------------------------------------------


Applied, thanks.

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

-- PMM