Re: [Qemu-devel] [PATCH] nbd/client: add x-block-status hack for testing server

2018-06-29 Thread Eric Blake
On 06/29/2018 05:01 AM, Vladimir Sementsov-Ogievskiy wrote: Sorry for being late, here are some thoughts. Anyway, idea is good, we've planned to do something like this, but you were the first) Actually, I'm now leaning towards a bit more extensive improvement that would let 'qemu-img map --out

Re: [Qemu-devel] [PATCH] nbd/client: add x-block-status hack for testing server

2018-06-29 Thread Eric Blake
On 06/21/2018 12:53 AM, no-re...@patchew.org wrote: Hi, This series failed 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. CC crypto/hmac-nettle.o /tmp/qemu-test/src/nbd/clie

Re: [Qemu-devel] [PATCH] nbd/client: add x-block-status hack for testing server

2018-06-29 Thread Vladimir Sementsov-Ogievskiy
Sorry for being late, here are some thoughts. Anyway, idea is good, we've planned to do something like this, but you were the first) 21.06.2018 06:25, Eric Blake wrote: In order to test that the NBD server is properly advertising dirty bitmaps, we need a bare minimum client that can request and

Re: [Qemu-devel] [PATCH] nbd/client: add x-block-status hack for testing server

2018-06-25 Thread John Snow
On 06/25/2018 09:50 AM, Max Reitz wrote: > On 2018-06-21 05:25, Eric Blake wrote: >> In order to test that the NBD server is properly advertising >> dirty bitmaps, we need a bare minimum client that can request >> and read the context. This patch is a hack (hence the use of >> the x- prefix) tha

Re: [Qemu-devel] [PATCH] nbd/client: add x-block-status hack for testing server

2018-06-25 Thread Max Reitz
On 2018-06-21 05:25, Eric Blake wrote: > In order to test that the NBD server is properly advertising > dirty bitmaps, we need a bare minimum client that can request > and read the context. This patch is a hack (hence the use of > the x- prefix) that serves two purposes: first, it lets the > clien

Re: [Qemu-devel] [PATCH] nbd/client: add x-block-status hack for testing server

2018-06-21 Thread Eric Blake
On 06/21/2018 12:45 AM, no-re...@patchew.org wrote: Hi, This series failed build test on s390x host. Please find the details below. Type: series Message-id: 20180621032539.134944-1-ebl...@redhat.com Subject: [Qemu-devel] [PATCH] nbd/client: add x-block-status hack for testing server CC

Re: [Qemu-devel] [PATCH] nbd/client: add x-block-status hack for testing server

2018-06-21 Thread no-reply
Hi, This series failed build test on s390x host. Please find the details below. Type: series Message-id: 20180621032539.134944-1-ebl...@redhat.com Subject: [Qemu-devel] [PATCH] nbd/client: add x-block-status hack for testing server === TEST SCRIPT BEGIN === #!/bin/bash # Testing script will be

Re: [Qemu-devel] [PATCH] nbd/client: add x-block-status hack for testing server

2018-06-20 Thread no-reply
Hi, This series failed 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. Type: series Message-id: 20180621032539.134944-1-ebl...@redhat.com Subject: [Qemu-devel] [PATCH] nbd/client: add x

[Qemu-devel] [PATCH] nbd/client: add x-block-status hack for testing server

2018-06-20 Thread Eric Blake
In order to test that the NBD server is properly advertising dirty bitmaps, we need a bare minimum client that can request and read the context. This patch is a hack (hence the use of the x- prefix) that serves two purposes: first, it lets the client pass a request of more than one context at a ti