[Qemu-devel] [PULL for-2.10 0/3] NBD patches for 2.10 soft freeze

Eric Blake posted 3 patches 6 years, 9 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170717221516.7692-1-eblake@redhat.com
Test FreeBSD passed
Test checkpatch passed
Test docker passed
Test s390x passed
nbd/nbd-internal.h         |  8 ++++++--
nbd/client.c               |  8 ++++----
nbd/server.c               | 18 ++++++++++--------
nbd/trace-events           |  2 +-
tests/qemu-iotests/140.out |  3 ++-
tests/qemu-iotests/143.out |  3 ++-
6 files changed, 25 insertions(+), 17 deletions(-)
[Qemu-devel] [PULL for-2.10 0/3] NBD patches for 2.10 soft freeze
Posted by Eric Blake 6 years, 9 months ago
The following changes since commit ca4e667dbf431d4a2a5a619cde79d30dd2ac3eb2:

  Merge remote-tracking branch 'remotes/kraxel/tags/usb-20170717-pull-request' into staging (2017-07-17 17:54:17 +0100)

are available in the git repository at:

  git://repo.or.cz/qemu/ericb.git tags/pull-nbd-2017-07-17

for you to fetch changes up to 5f66d060dbc37214c9d70305710c3e34c4531d7c:

  nbd: Fix server reply to NBD_OPT_EXPORT_NAME of older clients (2017-07-17 17:06:46 -0500)

----------------------------------------------------------------
nbd patches for 2017-07-17

- Eric Blake: nbd: Fix iotests failure due to changed client error message
- Eric Blake: [0/2] NBD fixes before softfreeze

----------------------------------------------------------------
Eric Blake (3):
      nbd: Fix iotests failure due to changed client error message
      nbd: Trace client command being sent
      nbd: Fix server reply to NBD_OPT_EXPORT_NAME of older clients

 nbd/nbd-internal.h         |  8 ++++++--
 nbd/client.c               |  8 ++++----
 nbd/server.c               | 18 ++++++++++--------
 nbd/trace-events           |  2 +-
 tests/qemu-iotests/140.out |  3 ++-
 tests/qemu-iotests/143.out |  3 ++-
 6 files changed, 25 insertions(+), 17 deletions(-)

Eric Blake (3):
  nbd: Fix iotests failure due to changed client error message
  nbd: Trace client command being sent
  nbd: Fix server reply to NBD_OPT_EXPORT_NAME of older clients

 nbd/nbd-internal.h         |  8 ++++++--
 nbd/client.c               |  8 ++++----
 nbd/server.c               | 18 ++++++++++--------
 nbd/trace-events           |  2 +-
 tests/qemu-iotests/140.out |  3 ++-
 tests/qemu-iotests/143.out |  3 ++-
 6 files changed, 25 insertions(+), 17 deletions(-)

-- 
2.13.3


Re: [Qemu-devel] [PULL for-2.10 0/3] NBD patches for 2.10 soft freeze
Posted by Peter Maydell 6 years, 9 months ago
On 17 July 2017 at 23:15, Eric Blake <eblake@redhat.com> wrote:
> The following changes since commit ca4e667dbf431d4a2a5a619cde79d30dd2ac3eb2:
>
>   Merge remote-tracking branch 'remotes/kraxel/tags/usb-20170717-pull-request' into staging (2017-07-17 17:54:17 +0100)
>
> are available in the git repository at:
>
>   git://repo.or.cz/qemu/ericb.git tags/pull-nbd-2017-07-17
>
> for you to fetch changes up to 5f66d060dbc37214c9d70305710c3e34c4531d7c:
>
>   nbd: Fix server reply to NBD_OPT_EXPORT_NAME of older clients (2017-07-17 17:06:46 -0500)
>
> ----------------------------------------------------------------
> nbd patches for 2017-07-17
>
> - Eric Blake: nbd: Fix iotests failure due to changed client error message
> - Eric Blake: [0/2] NBD fixes before softfreeze
>
> ----------------------------------------------------------------
> Eric Blake (3):
>       nbd: Fix iotests failure due to changed client error message
>       nbd: Trace client command being sent
>       nbd: Fix server reply to NBD_OPT_EXPORT_NAME of older clients

Applied, thanks.

-- PMM