[PULL 0/3] NBD patches for -rc1

Eric Blake posted 3 patches 2 years, 1 month ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220321214134.597006-1-eblake@redhat.com
Maintainers: Eric Blake <eblake@redhat.com>, Vladimir Sementsov-Ogievskiy <v.sementsov-og@mail.ru>, Kevin Wolf <kwolf@redhat.com>, Hanna Reitz <hreitz@redhat.com>
docs/tools/qemu-nbd.rst | 12 ++++++------
block/nbd.c             |  2 +-
MAINTAINERS             | 12 ++++++------
3 files changed, 13 insertions(+), 13 deletions(-)
[PULL 0/3] NBD patches for -rc1
Posted by Eric Blake 2 years, 1 month ago
The following changes since commit 2028ab513bf0232841a909e1368309858919dbcc:

  Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into staging (2022-03-21 15:27:13 +0000)

are available in the Git repository at:

  https://repo.or.cz/qemu/ericb.git tags/pull-nbd-2022-03-21

for you to fetch changes up to 6690302b848e5b55e3e3da34f0ee7fd9f8602e23:

  block/nbd.c: Fixed IO request coroutine not being wakeup when kill NBD server (2022-03-21 15:21:09 -0500)

One bug fix, and two patches that don't impact the binary but might as
well be included.

----------------------------------------------------------------
nbd patches for 2022-03-21

- Rao Lei: fix nbd client hang on server death
- Vladimir Sementsov-Ogievskiy: email address update
- Eric Blake: qemu-nbd documentation tweak

----------------------------------------------------------------
Eric Blake (1):
      docs: Consistent typography for options of qemu-nbd

Rao Lei (1):
      block/nbd.c: Fixed IO request coroutine not being wakeup when kill NBD server

Vladimir Sementsov-Ogievskiy (1):
      MAINTAINERS: change Vladimir's email address

 docs/tools/qemu-nbd.rst | 12 ++++++------
 block/nbd.c             |  2 +-
 MAINTAINERS             | 12 ++++++------
 3 files changed, 13 insertions(+), 13 deletions(-)

-- 
2.35.1
Re: [PULL 0/3] NBD patches for -rc1
Posted by Peter Maydell 2 years, 1 month ago
On Mon, 21 Mar 2022 at 21:46, Eric Blake <eblake@redhat.com> wrote:
>
> The following changes since commit 2028ab513bf0232841a909e1368309858919dbcc:
>
>   Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into staging (2022-03-21 15:27:13 +0000)
>
> are available in the Git repository at:
>
>   https://repo.or.cz/qemu/ericb.git tags/pull-nbd-2022-03-21
>
> for you to fetch changes up to 6690302b848e5b55e3e3da34f0ee7fd9f8602e23:
>
>   block/nbd.c: Fixed IO request coroutine not being wakeup when kill NBD server (2022-03-21 15:21:09 -0500)
>
> One bug fix, and two patches that don't impact the binary but might as
> well be included.
>
> ----------------------------------------------------------------
> nbd patches for 2022-03-21
>
> - Rao Lei: fix nbd client hang on server death
> - Vladimir Sementsov-Ogievskiy: email address update
> - Eric Blake: qemu-nbd documentation tweak
>


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/7.0
for any user-visible changes.

-- PMM