Re: [Qemu-devel] [PATCH] test-filter-mirror: pass UNIX domain socket through fd

2019-01-28 Thread Jason Wang
On 2019/1/28 下午6:30, Daniel P. Berrangé wrote: On Mon, Jan 28, 2019 at 12:11:59PM +0800, Jason Wang wrote: The tests tries to let qemu server mode to process the connection which turns out to be racy after commit 8258292e18c3 ("monitor: Remove "x-oob", offer capability "oob" unconditionally").

Re: [Qemu-devel] [PATCH] test-filter-mirror: pass UNIX domain socket through fd

2019-01-28 Thread Daniel P . Berrangé
On Mon, Jan 28, 2019 at 12:11:59PM +0800, Jason Wang wrote: > The tests tries to let qemu server mode to process the connection > which turns out to be racy after commit 8258292e18c3 ("monitor: Remove > "x-oob", offer capability "oob" unconditionally"). This is because the > filter may try to mirro

[Qemu-devel] [PATCH] test-filter-mirror: pass UNIX domain socket through fd

2019-01-27 Thread Jason Wang
The tests tries to let qemu server mode to process the connection which turns out to be racy after commit 8258292e18c3 ("monitor: Remove "x-oob", offer capability "oob" unconditionally"). This is because the filter may try to mirror the packets before UNIX socket object is ready (connected was set