mbox

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

Message ID 160615410107.26810.2586812803373008210.stgit@gimli.home
State New
Headers show

Pull-request

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

Message

Alex Williamson Nov. 23, 2020, 5:56 p.m. UTC
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(-)

Comments

Peter Maydell Nov. 23, 2020, 10:37 p.m. UTC | #1
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