Re: [Qemu-devel] [PATCH 0/6] Fix multifd with big number of channels

2019-08-14 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20190814020218.1868-1-quint...@redhat.com/ Hi, This series failed the asan 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 === #!/bin/bash make

Re: [Qemu-devel] [PATCH 0/6] Fix multifd with big number of channels

2019-08-14 Thread Dr. David Alan Gilbert
* Juan Quintela (quint...@redhat.com) wrote: > Hi > > When we have much more channels than cpus, we end having failures when > writting to sockets. This series: > - add some traces > - fix some of the trouble with serialization of creating the > threads/channels in proper order. > - Ask for help

Re: [Qemu-devel] [PATCH 0/6] Fix multifd with big number of channels

2019-08-14 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20190814020218.1868-1-quint...@redhat.com/ Hi, This series failed the asan 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 === #!/bin/bash make

[Qemu-devel] [PATCH 0/6] Fix multifd with big number of channels

2019-08-13 Thread Juan Quintela
Hi When we have much more channels than cpus, we end having failures when writting to sockets. This series: - add some traces - fix some of the trouble with serialization of creating the threads/channels in proper order. - Ask for help with the last patch. See documentation there. Please, revi