Re: [Qemu-devel] [PATCH v4 4/4] migration: add more traces

2014-03-11 Thread Juan Quintela
Alexey Kardashevskiy wrote: > This replaces DPRINTF macro with tracepoints. > > This moves some messages from migration.c to savevm.c. > > This adds tracepoint to signal about fileds failed to migrate. > > Signed-off-by: Alexey Kardashevskiy > --- > Changes: > v4: > * made use of new qemu_ether_n

[Qemu-devel] [PATCH v4 4/4] migration: add more traces

2014-03-10 Thread Alexey Kardashevskiy
This replaces DPRINTF macro with tracepoints. This moves some messages from migration.c to savevm.c. This adds tracepoint to signal about fileds failed to migrate. Signed-off-by: Alexey Kardashevskiy --- Changes: v4: * made use of new qemu_ether_ntoa to make it compiling in mingw32 --- migrati