[PULL 0/4] NBD patches for 2019-09-24

Eric Blake posted 4 patches 4 years, 7 months ago
Test checkpatch passed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Test docker-quick@centos7 passed
Test FreeBSD passed
Test asan passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190924123933.10607-1-eblake@redhat.com
Maintainers: Kevin Wolf <kwolf@redhat.com>, Eric Blake <eblake@redhat.com>, Max Reitz <mreitz@redhat.com>
There is a newer version of this series
include/block/nbd.h        |  1 +
blockdev-nbd.c             | 14 ++++++++++++--
nbd/client.c               |  1 +
nbd/server.c               | 27 +++++++++++++++++++++++----
tests/qemu-iotests/223     |  6 ++++--
tests/qemu-iotests/223.out |  1 +
tests/qemu-iotests/233.out |  2 ++
7 files changed, 44 insertions(+), 8 deletions(-)
[PULL 0/4] NBD patches for 2019-09-24
Posted by Eric Blake 4 years, 7 months ago
The following changes since commit 2f93a3ecdd3bb060bd04f698ccafe66efd98563a:

  Merge remote-tracking branch 'remotes/davidhildenbrand/tags/s390x-tcg-2019-09-23' into staging (2019-09-23 15:44:52 +0100)

are available in the Git repository at:

  https://repo.or.cz/qemu/ericb.git tags/pull-nbd-2019-09-24

for you to fetch changes up to 506902c6fa80210b002e30ff33794bfc718b15c6:

  tests: Use iothreads during iotest 223 (2019-09-24 07:30:19 -0500)

----------------------------------------------------------------
nbd patches for 2019-09-05

- Improved error message for plaintext client of encrypted server
- Fix various assertions when -object iothread is in use

----------------------------------------------------------------
Eric Blake (3):
      nbd/client: Add hint when TLS is missing
      nbd: Grab aio context lock in more places
      tests: Use iothreads during iotest 223

Sergio Lopez (1):
      nbd/server: attach client channel to the export's AioContext

 include/block/nbd.h        |  1 +
 blockdev-nbd.c             | 14 ++++++++++++--
 nbd/client.c               |  1 +
 nbd/server.c               | 27 +++++++++++++++++++++++----
 tests/qemu-iotests/223     |  6 ++++--
 tests/qemu-iotests/223.out |  1 +
 tests/qemu-iotests/233.out |  2 ++
 7 files changed, 44 insertions(+), 8 deletions(-)

-- 
2.21.0


Re: [PULL 0/4] NBD patches for 2019-09-24
Posted by Eric Blake 4 years, 7 months ago
On 9/24/19 7:39 AM, Eric Blake wrote:
> The following changes since commit 2f93a3ecdd3bb060bd04f698ccafe66efd98563a:
> 
>   Merge remote-tracking branch 'remotes/davidhildenbrand/tags/s390x-tcg-2019-09-23' into staging (2019-09-23 15:44:52 +0100)
> 
> are available in the Git repository at:
> 
>   https://repo.or.cz/qemu/ericb.git tags/pull-nbd-2019-09-24
> 
> for you to fetch changes up to 506902c6fa80210b002e30ff33794bfc718b15c6:
> 
>   tests: Use iothreads during iotest 223 (2019-09-24 07:30:19 -0500)
> 
> ----------------------------------------------------------------
> nbd patches for 2019-09-05
> 
> - Improved error message for plaintext client of encrypted server
> - Fix various assertions when -object iothread is in use
> 

As this has not been merged yet, I'll post a v2 series adding one more
patch fixing a Coverity error, since Vladimir pointed out I missed that.

> ----------------------------------------------------------------
> Eric Blake (3):
>       nbd/client: Add hint when TLS is missing
>       nbd: Grab aio context lock in more places
>       tests: Use iothreads during iotest 223
> 
> Sergio Lopez (1):
>       nbd/server: attach client channel to the export's AioContext
> 
>  include/block/nbd.h        |  1 +
>  blockdev-nbd.c             | 14 ++++++++++++--
>  nbd/client.c               |  1 +
>  nbd/server.c               | 27 +++++++++++++++++++++++----
>  tests/qemu-iotests/223     |  6 ++++--
>  tests/qemu-iotests/223.out |  1 +
>  tests/qemu-iotests/233.out |  2 ++
>  7 files changed, 44 insertions(+), 8 deletions(-)
> 

-- 
Eric Blake, Principal Software Engineer
Red Hat, Inc.           +1-919-301-3226
Virtualization:  qemu.org | libvirt.org