[Qemu-devel] [PULL v2 0/6] NBD patches through 2018-10-03

Eric Blake posted 6 patches 5 years, 6 months ago
Only 1 patches received!
include/block/nbd.h |  7 +++--
blockdev-nbd.c      |  3 +-
nbd/client.c        | 44 ++++++++++++++---------------
nbd/server.c        | 80 +++++++++++++++++++----------------------------------
qemu-nbd.c          | 26 +++++------------
5 files changed, 63 insertions(+), 97 deletions(-)
[Qemu-devel] [PULL v2 0/6] NBD patches through 2018-10-03
Posted by Eric Blake 5 years, 6 months ago
The following changes since commit dafd95053611aa14dda40266857608d12ddce658:

  Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2018-10-02 18:27:18 +0100)

are available in the Git repository at:

  git://repo.or.cz/qemu/ericb.git tags/pull-nbd-2018-10-03-v2

for you to fetch changes up to df91328adab8490367776d2b21b35d790a606120:

  nbd: fix NBD_FLAG_SEND_CACHE value (2018-10-04 09:08:56 -0500)

Since v1 pull request:
- add one more patch for another NBD_CMD_CACHE bug
(only sending the new content in the v2 thread)

----------------------------------------------------------------
nbd patches for 2018-10-03

Fix bugs in NBD_CMD_CACHE, drop support for oldstyle NBD server,
minor build and doc fixes

- Denis V. Lunev: nbd: fix NBD_CMD_CACHE negitiation... [retitled]
- Vladimir Sementsov-Ogievskiy: 0/2 server: drop old-style negotiation
- Eric Blake: qemu-nbd: Document --tls-creds
- Vladimir Sementsov-Ogievskiy: nbd/server: fix NBD_CMD_CACHE
- Peter Maydell: nbd: Don't take address of fields in packed structs

----------------------------------------------------------------
Denis V. Lunev (1):
      nbd: fix NBD_FLAG_SEND_CACHE value

Eric Blake (1):
      qemu-nbd: Document --tls-creds

Peter Maydell (1):
      nbd: Don't take address of fields in packed structs

Vladimir Sementsov-Ogievskiy (3):
      nbd/server: fix NBD_CMD_CACHE
      qemu-nbd: drop old-style negotiation
      nbd/server: drop old-style negotiation

 include/block/nbd.h |  7 +++--
 blockdev-nbd.c      |  3 +-
 nbd/client.c        | 44 ++++++++++++++---------------
 nbd/server.c        | 80 +++++++++++++++++++----------------------------------
 qemu-nbd.c          | 26 +++++------------
 5 files changed, 63 insertions(+), 97 deletions(-)

-- 
2.17.1


Re: [Qemu-devel] [PULL v2 0/6] NBD patches through 2018-10-03
Posted by Peter Maydell 5 years, 6 months ago
On 4 October 2018 at 15:33, Eric Blake <eblake@redhat.com> wrote:
> The following changes since commit dafd95053611aa14dda40266857608d12ddce658:
>
>   Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2018-10-02 18:27:18 +0100)
>
> are available in the Git repository at:
>
>   git://repo.or.cz/qemu/ericb.git tags/pull-nbd-2018-10-03-v2
>
> for you to fetch changes up to df91328adab8490367776d2b21b35d790a606120:
>
>   nbd: fix NBD_FLAG_SEND_CACHE value (2018-10-04 09:08:56 -0500)
>
> Since v1 pull request:
> - add one more patch for another NBD_CMD_CACHE bug
> (only sending the new content in the v2 thread)
>
> ----------------------------------------------------------------
> nbd patches for 2018-10-03
>
> Fix bugs in NBD_CMD_CACHE, drop support for oldstyle NBD server,
> minor build and doc fixes
>
> - Denis V. Lunev: nbd: fix NBD_CMD_CACHE negitiation... [retitled]
> - Vladimir Sementsov-Ogievskiy: 0/2 server: drop old-style negotiation
> - Eric Blake: qemu-nbd: Document --tls-creds
> - Vladimir Sementsov-Ogievskiy: nbd/server: fix NBD_CMD_CACHE
> - Peter Maydell: nbd: Don't take address of fields in packed structs
>
Applied, thanks.

-- PMM