On 25 April 2017 at 12:26, Jason Wang <jasow...@redhat.com> wrote: > From: Zhang Chen <zhangchen.f...@cn.fujitsu.com> > > Optimize two trace events as one, adjust print format make > it easy to read. rename trace_colo_compare_pkt_info_src/dst > to trace_colo_compare_tcp_info. > > Signed-off-by: Zhang Chen <zhangchen.f...@cn.fujitsu.com> > Signed-off-by: Jason Wang <jasow...@redhat.com>
Hi. This commit has broken building with the UST backend, because it is effectively reverting commit 2dfe5113b11, which split this trace line into two events because the UST backend has a limit on the number of arguments that a UST event can take. Could you revert it, please? Travis failure log: https://travis-ci.org/qemu/qemu/jobs/225628045 thanks -- PMM