Re: [Qemu-devel] [PATCH v4 13/13] vfio: Add trace events in migration code path

2019-06-20 Thread Kirti Wankhede
On 6/21/2019 12:20 AM, Dr. David Alan Gilbert wrote: > * Kirti Wankhede (kwankh...@nvidia.com) wrote: >> Signed-off-by: Kirti Wankhede >> Reviewed-by: Neo Jia > > Thanks, adding traces really helps; however, it might be easier > if you just add them in your previous patches where you're >

Re: [Qemu-devel] [PATCH v4 13/13] vfio: Add trace events in migration code path

2019-06-20 Thread Dr. David Alan Gilbert
* Kirti Wankhede (kwankh...@nvidia.com) wrote: > Signed-off-by: Kirti Wankhede > Reviewed-by: Neo Jia Thanks, adding traces really helps; however, it might be easier if you just add them in your previous patches where you're adding the functions. Dave > --- > hw/vfio/migration.c | 26

[Qemu-devel] [PATCH v4 13/13] vfio: Add trace events in migration code path

2019-06-20 Thread Kirti Wankhede
Signed-off-by: Kirti Wankhede Reviewed-by: Neo Jia --- hw/vfio/migration.c | 26 ++ hw/vfio/trace-events | 18 ++ 2 files changed, 44 insertions(+) diff --git a/hw/vfio/migration.c b/hw/vfio/migration.c index 68775b5dec11..70c03f1a969f 100644 ---