Re: [PATCH-for-5.1] net/colo: Remove unused trace event

2020-07-15 Thread Roman Bolshakov
On Wed, Jul 15, 2020 at 04:13:02PM +0100, Daniel P. Berrangé wrote: > On Wed, Jul 15, 2020 at 04:31:30PM +0200, Philippe Mathieu-Daudé wrote: > > Unused trace event cause build failure when using the dtrace backend: > > > > "probe colo_compare_miscompare doesn't exist" > > > > Fixes: f4b618360e

Re: [PATCH-for-5.1] net/colo: Remove unused trace event

2020-07-15 Thread Roman Bolshakov
On Wed, Jul 15, 2020 at 04:31:30PM +0200, Philippe Mathieu-Daudé wrote: > Unused trace event cause build failure when using the dtrace backend: > > "probe colo_compare_miscompare doesn't exist" > > Fixes: f4b618360e ("colo-compare: add TCP, UDP, ICMP packet comparison") > Reported-by: Roman Bol

Re: [PATCH-for-5.1] net/colo: Remove unused trace event

2020-07-15 Thread Daniel P . Berrangé
On Wed, Jul 15, 2020 at 04:31:30PM +0200, Philippe Mathieu-Daudé wrote: > Unused trace event cause build failure when using the dtrace backend: > > "probe colo_compare_miscompare doesn't exist" > > Fixes: f4b618360e ("colo-compare: add TCP, UDP, ICMP packet comparison") > Reported-by: Roman Bol

Re: [PATCH-for-5.1] net/colo: Remove unused trace event

2020-07-15 Thread Philippe Mathieu-Daudé
On 7/15/20 4:56 PM, no-re...@patchew.org wrote: > Patchew URL: > https://patchew.org/QEMU/20200715143130.11164-1-phi...@redhat.com/ > > In file included from /tmp/qemu-test/build/net/trace.h:6:0, > from /tmp/qemu-test/src/net/colo-compare.c:18: > /tmp/qemu-test/src/net/colo-compa

Re: [PATCH-for-5.1] net/colo: Remove unused trace event

2020-07-15 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200715143130.11164-1-phi...@redhat.com/ Hi, This series failed the docker-mingw@fedora build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN === #!

Re: [PATCH-for-5.1] net/colo: Remove unused trace event

2020-07-15 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200715143130.11164-1-phi...@redhat.com/ Hi, This series failed the docker-quick@centos7 build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN === #

[PATCH-for-5.1] net/colo: Remove unused trace event

2020-07-15 Thread Philippe Mathieu-Daudé
Unused trace event cause build failure when using the dtrace backend: "probe colo_compare_miscompare doesn't exist" Fixes: f4b618360e ("colo-compare: add TCP, UDP, ICMP packet comparison") Reported-by: Roman Bolshakov Signed-off-by: Philippe Mathieu-Daudé --- Cc: zhangchen.f...@cn.fujitsu.com