Re: [Qemu-devel] [PATCH v2 2/8] migration: fix multifd_recv event typo

2019-04-03 Thread Dr. David Alan Gilbert
* Juan Quintela (quint...@redhat.com) wrote: > It uses num in multifd_send(). Make it coherent. > > Signed-off-by: Juan Quintela Reviewed-by: Dr. David Alan Gilbert > --- > migration/trace-events | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/migration/trace-events

[Qemu-devel] [PATCH v2 2/8] migration: fix multifd_recv event typo

2019-04-03 Thread Juan Quintela
It uses num in multifd_send(). Make it coherent. Signed-off-by: Juan Quintela --- migration/trace-events | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migration/trace-events b/migration/trace-events index de2e136e57..cd50a1e659 100644 --- a/migration/trace-events +++ b/mig