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

Eric Blake posted 3 patches 6 years ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180402141614.2008263-1-eblake@redhat.com
Test checkpatch passed
Test docker-build@min-glib passed
Test docker-mingw@fedora passed
Test s390x passed
block/nbd-client.c |  2 +-
nbd/client.c       | 30 +++++++++++++++++++++++-------
nbd/server.c       |  8 ++++++++
nbd/trace-events   |  6 ++++++
4 files changed, 38 insertions(+), 8 deletions(-)
[Qemu-devel] [PULL 0/3] NBD patches for 2.12-rc2
Posted by Eric Blake 6 years ago
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(-)

-- 
2.14.3


Re: [Qemu-devel] [PULL 0/3] NBD patches for 2.12-rc2
Posted by Peter Maydell 6 years ago
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