mbox

[PULL,0/5] NBD patches for 2019-05-07

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

Pull-request

https://repo.or.cz/qemu/ericb.git tags/pull-nbd-2019-05-07

Message

Eric Blake May 7, 2019, 3:01 p.m. UTC
The following changes since commit 19eb2d4e736dc895f31fbd6b520e514f10cc08e0:

  Merge remote-tracking branch 'remotes/thibault/tags/samuel-thibault' into staging (2019-05-07 10:43:32 +0100)

are available in the Git repository at:

  https://repo.or.cz/qemu/ericb.git tags/pull-nbd-2019-05-07

for you to fetch changes up to 8fabb8be37775ebb32b0d78bc7be815a29b8a107:

  iotests: Make 182 do without device_add (2019-05-07 09:43:42 -0500)

----------------------------------------------------------------
nbd patches for 2019-05-07

- iotest improvements

----------------------------------------------------------------
Eric Blake (1):
      iotests: Tweak 221 sizing for different hole granularities

Max Reitz (3):
      qemu-nbd: Look up flag names in array
      iotests: Fix 233 for ports other than 10809
      iotests: Make 182 do without device_add

Thomas Huth (1):
      tests/qemu-iotests: Fix more reference output files due to recent qemu-io change

 include/block/nbd.h        | 38 ++++++++++++++++++--------
 qemu-nbd.c                 | 46 ++++++++++++-------------------
 tests/qemu-iotests/059.out |  8 +++---
 tests/qemu-iotests/083.out | 68 +++++++++++++++++++++++-----------------------
 tests/qemu-iotests/092.out | 24 ++++++++--------
 tests/qemu-iotests/182     | 22 +++++++++++----
 tests/qemu-iotests/182.out |  1 +
 tests/qemu-iotests/221     | 10 +++----
 tests/qemu-iotests/221.out | 20 +++++++-------
 tests/qemu-iotests/233     |  6 ++--
 tests/qemu-iotests/233.out |  4 +--
 11 files changed, 132 insertions(+), 115 deletions(-)

Comments

Peter Maydell May 8, 2019, 4:15 p.m. UTC | #1
On Tue, 7 May 2019 at 16:03, Eric Blake <eblake@redhat.com> wrote:
>
> The following changes since commit 19eb2d4e736dc895f31fbd6b520e514f10cc08e0:
>
>   Merge remote-tracking branch 'remotes/thibault/tags/samuel-thibault' into staging (2019-05-07 10:43:32 +0100)
>
> are available in the Git repository at:
>
>   https://repo.or.cz/qemu/ericb.git tags/pull-nbd-2019-05-07
>
> for you to fetch changes up to 8fabb8be37775ebb32b0d78bc7be815a29b8a107:
>
>   iotests: Make 182 do without device_add (2019-05-07 09:43:42 -0500)
>
> ----------------------------------------------------------------
> nbd patches for 2019-05-07
>
> - iotest improvements
>

Applied, thanks.

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

-- PMM