Re: [Qemu-devel] [PATCH v3 00/19] nbd: add qemu-nbd --list

2019-01-23 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20190112175812.27068-1-ebl...@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: [Qemu-devel] [PATCH v3 00/19] nbd: add qemu-nbd --list

2019-01-17 Thread Eric Blake
On 1/17/19 5:38 AM, Vladimir Sementsov-Ogievskiy wrote: >> Since v2: >> - Several patches merged already >> - 3 new patches based on audit of off_t vs. strtol >> - rebase patches on top of other changes, such as qemu-nbd --bitmap >> - address various review comments [Vladimir, Rich] >> - drop patc

Re: [Qemu-devel] [PATCH v3 00/19] nbd: add qemu-nbd --list

2019-01-17 Thread Vladimir Sementsov-Ogievskiy
12.01.2019 20:57, Eric Blake wrote: > I got tired of debugging whether a server was advertising the > correct things during negotiation by inspecting the trace > logs of qemu-io as client - not to mention that without SOME > sort of client tracing particular commands, we can't easily > regression t

Re: [Qemu-devel] [PATCH v3 00/19] nbd: add qemu-nbd --list

2019-01-14 Thread Eric Blake
On 1/14/19 6:22 AM, Vladimir Sementsov-Ogievskiy wrote: >> >> Also available at: >> https://repo.or.cz/qemu/ericb.git qemu-nbd-list-v2 > > hmm, not -v2. But not -v3 too, as I've tried to apply these patches on > -v3 base (commit under "maint: Allow for EXAMPLES in texi2pod") and it > failed. >

Re: [Qemu-devel] [PATCH v3 00/19] nbd: add qemu-nbd --list

2019-01-14 Thread Vladimir Sementsov-Ogievskiy
12.01.2019 20:57, Eric Blake wrote: > I got tired of debugging whether a server was advertising the > correct things during negotiation by inspecting the trace > logs of qemu-io as client - not to mention that without SOME > sort of client tracing particular commands, we can't easily > regression t

[Qemu-devel] [PATCH v3 00/19] nbd: add qemu-nbd --list

2019-01-12 Thread Eric Blake
I got tired of debugging whether a server was advertising the correct things during negotiation by inspecting the trace logs of qemu-io as client - not to mention that without SOME sort of client tracing particular commands, we can't easily regression test the server for correct behavior. The fina