mbox

[PULL,for-2.9] Block patches for 2017-03-28

Message ID 1490708752-26902-1-git-send-email-armbru@redhat.com
State New
Headers show

Pull-request

git://repo.or.cz/qemu/armbru.git tags/pull-block-2017-03-28

Message

Markus Armbruster March 28, 2017, 1:45 p.m. UTC
The following changes since commit 0491c221547a38b58e41fade9953cd1cf015288b:

  Merge remote-tracking branch 'remotes/stsquad/tags/pull-mttcg-fixups-for-rc2-280317-1' into staging (2017-03-28 12:34:23 +0100)

are available in the git repository at:

  git://repo.or.cz/qemu/armbru.git tags/pull-block-2017-03-28

for you to fetch changes up to 79b7a77eda5118f2661d251820d5ee9ee080354a:

  block: Declare blockdev-add and blockdev-del supported (2017-03-28 15:23:23 +0200)

----------------------------------------------------------------
Block patches for 2017-03-28

----------------------------------------------------------------
Markus Armbruster (1):
      block: Declare blockdev-add and blockdev-del supported

 blockdev.c             |  4 +--
 qapi/block-core.json   | 95 ++++++++++++++++++++------------------------------
 tests/qemu-iotests/139 |  8 ++---
 tests/qemu-iotests/141 |  4 +--
 tests/qemu-iotests/147 |  2 +-
 5 files changed, 47 insertions(+), 66 deletions(-)

Markus Armbruster (1):
  block: Declare blockdev-add and blockdev-del supported

 blockdev.c             |  4 +--
 qapi/block-core.json   | 95 ++++++++++++++++++++------------------------------
 tests/qemu-iotests/139 |  8 ++---
 tests/qemu-iotests/141 |  4 +--
 tests/qemu-iotests/147 |  2 +-
 5 files changed, 47 insertions(+), 66 deletions(-)

Comments

Peter Maydell March 28, 2017, 2:56 p.m. UTC | #1
On 28 March 2017 at 14:45, Markus Armbruster <armbru@redhat.com> wrote:
> The following changes since commit 0491c221547a38b58e41fade9953cd1cf015288b:
>
>   Merge remote-tracking branch 'remotes/stsquad/tags/pull-mttcg-fixups-for-rc2-280317-1' into staging (2017-03-28 12:34:23 +0100)
>
> are available in the git repository at:
>
>   git://repo.or.cz/qemu/armbru.git tags/pull-block-2017-03-28
>
> for you to fetch changes up to 79b7a77eda5118f2661d251820d5ee9ee080354a:
>
>   block: Declare blockdev-add and blockdev-del supported (2017-03-28 15:23:23 +0200)
>
> ----------------------------------------------------------------
> Block patches for 2017-03-28
>

Applied, thanks.

-- PMM