mbox

[PULL,v2,0/3] NBD patches for 2019-02-25

Message ID 20190226165013.24867-1-eblake@redhat.com
State New
Headers show

Pull-request

https://repo.or.cz/qemu/ericb.git tags/pull-nbd-2019-02-25-v2

Message

Eric Blake Feb. 26, 2019, 4:50 p.m. UTC
The following changes since commit d88d85f1f0625d57e9f354aa0874c4c8b5d1fb47:

  Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging (2019-02-25 17:28:04 +0000)

are available in the Git repository at:

  https://repo.or.cz/qemu/ericb.git tags/pull-nbd-2019-02-25-v2

for you to fetch changes up to 3e6f45446b11ccc20b4b751f70331f03d70369b8:

  iotests: avoid broken pipe with certtool (2019-02-26 10:45:37 -0600)

(v2: pull in Andrey's v3 python patch per last-minute list emails)

----------------------------------------------------------------
nbd patches for 2019-02-25

- iotest failure fixes for tests related to NBD

----------------------------------------------------------------
Andrey Shinkevich (1):
      iotests: handle TypeError for Python 3 in test 242

Daniel P. Berrangé (2):
      iotests: ensure we print nbd server log on error
      iotests: avoid broken pipe with certtool

 tests/qemu-iotests/common.tls | 48 ++++++++++++++++++++++++++++---------------
 tests/qemu-iotests/233        |  3 +++
 tests/qemu-iotests/242        |  8 +++++---
 3 files changed, 40 insertions(+), 19 deletions(-)

Comments

Peter Maydell Feb. 28, 2019, 12:59 p.m. UTC | #1
On Tue, 26 Feb 2019 at 16:56, Eric Blake <eblake@redhat.com> wrote:
>
> The following changes since commit d88d85f1f0625d57e9f354aa0874c4c8b5d1fb47:
>
>   Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging (2019-02-25 17:28:04 +0000)
>
> are available in the Git repository at:
>
>   https://repo.or.cz/qemu/ericb.git tags/pull-nbd-2019-02-25-v2
>
> for you to fetch changes up to 3e6f45446b11ccc20b4b751f70331f03d70369b8:
>
>   iotests: avoid broken pipe with certtool (2019-02-26 10:45:37 -0600)
>
> (v2: pull in Andrey's v3 python patch per last-minute list emails)
>
> ----------------------------------------------------------------
> nbd patches for 2019-02-25
>
> - iotest failure fixes for tests related to NBD
>
> ----------------------------------------------------------------

Applied, thanks.

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

-- PMM