[Qemu-devel] [PULL 0/3] NBD patches for 3.1-rc4

Eric Blake posted 3 patches 6 years, 10 months ago
Test asan passed
Test checkpatch passed
Test docker-quick@centos7 passed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20181203155936.114526-1-eblake@redhat.com
block/nbd-client.c | 21 ++++++++++++++++++++-
nbd/server.c       |  1 +
2 files changed, 21 insertions(+), 1 deletion(-)
[Qemu-devel] [PULL 0/3] NBD patches for 3.1-rc4
Posted by Eric Blake 6 years, 10 months ago
The following changes since commit 4750e1a888ac3d320607f33b676f299005be98e6:

  Update version for v3.1.0-rc3 release (2018-11-28 17:37:34 +0000)

are available in the Git repository at:

  https://repo.or.cz/qemu/ericb.git tags/pull-nbd-2018-12-03

for you to fetch changes up to c688e6ca7b41a105241054853d250df64addbf8f:

  nbd/client: Send NBD_CMD_DISC if open fails after connect (2018-11-30 14:13:37 -0600)

----------------------------------------------------------------
nbd patches for 2018-12-03

Improve x-dirty-bitmap handling for experimenting with pull mode
incremental backups.

- Eric Blake: 0/3 NBD dirty bitmap cleanups

----------------------------------------------------------------
Eric Blake (3):
      nbd/server: Advertise all contexts in response to bare LIST
      nbd/client: Make x-dirty-bitmap more reliable
      nbd/client: Send NBD_CMD_DISC if open fails after connect

 block/nbd-client.c | 21 ++++++++++++++++++++-
 nbd/server.c       |  1 +
 2 files changed, 21 insertions(+), 1 deletion(-)

-- 
2.17.2


Re: [Qemu-devel] [PULL 0/3] NBD patches for 3.1-rc4
Posted by Peter Maydell 6 years, 10 months ago
On Mon, 3 Dec 2018 at 16:46, Eric Blake <eblake@redhat.com> wrote:
>
> The following changes since commit 4750e1a888ac3d320607f33b676f299005be98e6:
>
>   Update version for v3.1.0-rc3 release (2018-11-28 17:37:34 +0000)
>
> are available in the Git repository at:
>
>   https://repo.or.cz/qemu/ericb.git tags/pull-nbd-2018-12-03
>
> for you to fetch changes up to c688e6ca7b41a105241054853d250df64addbf8f:
>
>   nbd/client: Send NBD_CMD_DISC if open fails after connect (2018-11-30 14:13:37 -0600)
>
> ----------------------------------------------------------------
> nbd patches for 2018-12-03
>
> Improve x-dirty-bitmap handling for experimenting with pull mode
> incremental backups.
>
> - Eric Blake: 0/3 NBD dirty bitmap cleanups
>
> ----------------------------------------------------------------
> Eric Blake (3):
>       nbd/server: Advertise all contexts in response to bare LIST
>       nbd/client: Make x-dirty-bitmap more reliable
>       nbd/client: Send NBD_CMD_DISC if open fails after connect
>
>  block/nbd-client.c | 21 ++++++++++++++++++++-
>  nbd/server.c       |  1 +
>  2 files changed, 21 insertions(+), 1 deletion(-)

Applied, thanks.

-- PMM