[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 0/3] migration: Don't serialize devices in qemu_savevm_sta
From: |
Fabiano Rosas |
Subject: |
Re: [PATCH v2 0/3] migration: Don't serialize devices in qemu_savevm_state_iterate() |
Date: |
Mon, 04 Mar 2024 17:36:46 -0300 |
Avihai Horon <avihaih@nvidia.com> writes:
> Hi,
>
> This small series is v2 of the single patch I previously sent [1].
>
> It removes device serialization in qemu_savevm_state_iterate() and does
> some VFIO migration touch ups. More info provided in the commit
> messages.
>
> Thanks.
>
> Changes from V1 -> V2:
> * Remove device serialization in qemu_savevm_state_iterate() always,
> regardless of switchover-ack.
> * Refactor vfio_save_iterate() return value.
> * Add a note about migration rate limiting in vfio_save_iterate().
>
> [1]
> https://lore.kernel.org/qemu-devel/20240222155627.14563-1-avihaih@nvidia.com/
>
> Avihai Horon (3):
> migration: Don't serialize devices in qemu_savevm_state_iterate()
> vfio/migration: Refactor vfio_save_state() return value
> vfio/migration: Add a note about migration rate limiting
>
> hw/vfio/migration.c | 12 +++++++-----
> migration/savevm.c | 15 ++++++---------
> 2 files changed, 13 insertions(+), 14 deletions(-)
Series:
Reviewed-by: Fabiano Rosas <farosas@suse.de>