mbox

[PULL,0/3] NBD patches for 2.12-rc2

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

Pull-request

git://repo.or.cz/qemu/ericb.git tags/pull-nbd-2018-04-02

Message

Eric Blake April 2, 2018, 2:16 p.m. UTC
The following changes since commit f184de7553272223d6af731d7d623a7cebf710b5:

  Merge remote-tracking branch 'remotes/riscv/tags/riscv-qemu-2.12-critical-fixes' into staging (2018-03-31 09:42:33 +0100)

are available in the Git repository at:

  git://repo.or.cz/qemu/ericb.git tags/pull-nbd-2018-04-02

for you to fetch changes up to 2b53af2523f6a3387f71372f59d3717f1f7d5fd9:

  nbd: trace meta context negotiation (2018-04-02 09:10:49 -0500)

----------------------------------------------------------------
nbd patches for 2018-04-02

- Eric Blake: nbd: Fix 32-bit compilation on BLOCK_STATUS
- Eric Blake: nbd/client: Correctly handle bad server REP_META_CONTEXT
- Eric Blake: nbd: trace meta context negotiation

----------------------------------------------------------------
Eric Blake (3):
      nbd: Fix 32-bit compilation on BLOCK_STATUS
      nbd/client: Correctly handle bad server REP_META_CONTEXT
      nbd: trace meta context negotiation

 block/nbd-client.c |  2 +-
 nbd/client.c       | 30 +++++++++++++++++++++++-------
 nbd/server.c       |  8 ++++++++
 nbd/trace-events   |  6 ++++++
 4 files changed, 38 insertions(+), 8 deletions(-)

Comments

Peter Maydell April 3, 2018, 6:02 p.m. UTC | #1
On 2 April 2018 at 15:16, Eric Blake <eblake@redhat.com> wrote:
> The following changes since commit f184de7553272223d6af731d7d623a7cebf710b5:
>
>   Merge remote-tracking branch 'remotes/riscv/tags/riscv-qemu-2.12-critical-fixes' into staging (2018-03-31 09:42:33 +0100)
>
> are available in the Git repository at:
>
>   git://repo.or.cz/qemu/ericb.git tags/pull-nbd-2018-04-02
>
> for you to fetch changes up to 2b53af2523f6a3387f71372f59d3717f1f7d5fd9:
>
>   nbd: trace meta context negotiation (2018-04-02 09:10:49 -0500)
>
> ----------------------------------------------------------------
> nbd patches for 2018-04-02
>
> - Eric Blake: nbd: Fix 32-bit compilation on BLOCK_STATUS
> - Eric Blake: nbd/client: Correctly handle bad server REP_META_CONTEXT
> - Eric Blake: nbd: trace meta context negotiation
>
> ----------------------------------------------------------------
> Eric Blake (3):
>       nbd: Fix 32-bit compilation on BLOCK_STATUS
>       nbd/client: Correctly handle bad server REP_META_CONTEXT
>       nbd: trace meta context negotiation

Applied, thanks.

-- PMM