mbox

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

Message ID 20180403161324.24514-1-jcody@redhat.com
State New
Headers show

Pull-request

git://github.com/codyprime/qemu-kvm-jtc.git tags/block-pull-request

Message

Jeff Cody April 3, 2018, 4:13 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://github.com/codyprime/qemu-kvm-jtc.git tags/block-pull-request

for you to fetch changes up to 9dae635afa98f83688806861cefe77ff1b4d76a8:

  gluster: Fix blockdev-add with server.N.type=unix (2018-04-03 09:57:14 -0400)

----------------------------------------------------------------
Blockjob and Gluster patches
----------------------------------------------------------------

Kevin Wolf (1):
  gluster: Fix blockdev-add with server.N.type=unix

Marc-André Lureau (2):
  blockjob: leak fix, remove from txn when failing early
  blockjob: use qapi enum helpers

 block/gluster.c | 21 +++++++++++++++++----
 blockjob.c      | 28 +++++++++++++++++-----------
 2 files changed, 34 insertions(+), 15 deletions(-)

Comments

Peter Maydell April 4, 2018, 12:59 p.m. UTC | #1
On 3 April 2018 at 17:13, Jeff Cody <jcody@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://github.com/codyprime/qemu-kvm-jtc.git tags/block-pull-request
>
> for you to fetch changes up to 9dae635afa98f83688806861cefe77ff1b4d76a8:
>
>   gluster: Fix blockdev-add with server.N.type=unix (2018-04-03 09:57:14 -0400)
>
> ----------------------------------------------------------------
> Blockjob and Gluster patches
> ----------------------------------------------------------------
>
> Kevin Wolf (1):
>   gluster: Fix blockdev-add with server.N.type=unix
>
> Marc-André Lureau (2):
>   blockjob: leak fix, remove from txn when failing early
>   blockjob: use qapi enum helpers
>
>  block/gluster.c | 21 +++++++++++++++++----
>  blockjob.c      | 28 +++++++++++++++++-----------
>  2 files changed, 34 insertions(+), 15 deletions(-)

Applied, thanks.

-- PMM