808642a2f6
Currently, VFIO bytes_transferred is not reset properly:
1. bytes_transferred is not reset after a VM snapshot (so a migration
following a snapshot will report incorrect value).
2. bytes_transferred is a single counter for all VFIO devices, however
upon migration failure it is reset multiple times, by each VFIO
device.
Fix it by introducing a new function vfio_reset_bytes_transferred() and
calling it during migration and snapshot start.
Remove existing bytes_transferred reset in VFIO migration state
notifier, which is not needed anymore.
Fixes:
|
||
---|---|---|
.. | ||
vfio-amd-xgbe.h | ||
vfio-calxeda-xgmac.h | ||
vfio-common.h | ||
vfio-platform.h | ||
vfio.h |