Re: [PATCH v18 QEMU 18/18] qapi: Add VFIO devices migration stats in Migration stats

2020-05-05 Thread Eric Blake
On 5/4/20 5:44 PM, Kirti Wankhede wrote: Added amount of bytes transferred to the target VM by all VFIO devices Signed-off-by: Kirti Wankhede --- Reviewing just the UI: +++ b/qapi/migration.json @@ -144,6 +144,18 @@ 'active', 'postcopy-active', 'postcopy-paused',

[PATCH v18 QEMU 18/18] qapi: Add VFIO devices migration stats in Migration stats

2020-05-04 Thread Kirti Wankhede
Added amount of bytes transferred to the target VM by all VFIO devices Signed-off-by: Kirti Wankhede --- hw/vfio/common.c| 20 hw/vfio/migration.c | 10 +- include/qemu/vfio-helpers.h | 3 +++ migration/migration.c | 12 monito