Re: [PATCH v29 17/17] qapi: Add VFIO devices migration stats in Migration stats

2021-03-16 Thread Eric Blake
On 10/26/20 4:36 AM, Kirti Wankhede wrote: > Added amount of bytes transferred to the VM at destination by all VFIO > devices > > Signed-off-by: Kirti Wankhede > Reviewed-by: Dr. David Alan Gilbert > --- > +++ b/qapi/migration.json > @@ -147,6 +147,18 @@ > 'active',

Re: [PATCH v29 17/17] qapi: Add VFIO devices migration stats in Migration stats

2021-03-16 Thread Eric Blake
On 3/16/21 8:22 AM, Eric Blake wrote: > On 10/26/20 4:36 AM, Kirti Wankhede wrote: Hmm, just now realizing this is an old thread... >> Added amount of bytes transferred to the VM at destination by all VFIO >> devices >> >> Signed-off-by: Kirti Wankhede >> Reviewed-by: Dr. David Alan Gilbert >>

Re: [PATCH v29 17/17] qapi: Add VFIO devices migration stats in Migration stats

2021-03-15 Thread Thomas Huth
On 26/10/2020 10.36, Kirti Wankhede wrote: Added amount of bytes transferred to the VM at destination by all VFIO devices Signed-off-by: Kirti Wankhede Reviewed-by: Dr. David Alan Gilbert --- hw/vfio/common.c | 19 +++ hw/vfio/migration.c | 9

[PATCH v29 17/17] qapi: Add VFIO devices migration stats in Migration stats

2020-10-26 Thread Kirti Wankhede
Added amount of bytes transferred to the VM at destination by all VFIO devices Signed-off-by: Kirti Wankhede Reviewed-by: Dr. David Alan Gilbert --- hw/vfio/common.c | 19 +++ hw/vfio/migration.c | 9 + include/hw/vfio/vfio-common.h | 3 +++