mbox

[PULL,0/1] Block QAPI, monitor, command line patches

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

Pull-request

git://repo.or.cz/qemu/armbru.git tags/pull-block-2015-05-29

Message

Markus Armbruster May 29, 2015, 11:07 a.m. UTC
The following changes since commit ba7c388963e099c0d2cedb7f048e30747ffff25d:

  Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20150529-1' into staging (2015-05-29 10:17:49 +0100)

are available in the git repository at:


  git://repo.or.cz/qemu/armbru.git tags/pull-block-2015-05-29

for you to fetch changes up to 9abe3bdc45ced367fe034c0fdd7c686212389767:

  qapi: add dirty bitmap status (2015-05-29 12:53:12 +0200)

----------------------------------------------------------------
Block QAPI, monitor, command line patches

----------------------------------------------------------------
John Snow (1):
      qapi: add dirty bitmap status

 block.c               | 13 ++++++++++++-
 include/block/block.h |  1 +
 qapi/block-core.json  | 23 +++++++++++++++++++++--
 3 files changed, 34 insertions(+), 3 deletions(-)

Comments

Peter Maydell May 29, 2015, 4:10 p.m. UTC | #1
On 29 May 2015 at 12:07, Markus Armbruster <armbru@redhat.com> wrote:
> The following changes since commit ba7c388963e099c0d2cedb7f048e30747ffff25d:
>
>   Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20150529-1' into staging (2015-05-29 10:17:49 +0100)
>
> are available in the git repository at:
>
>
>   git://repo.or.cz/qemu/armbru.git tags/pull-block-2015-05-29
>
> for you to fetch changes up to 9abe3bdc45ced367fe034c0fdd7c686212389767:
>
>   qapi: add dirty bitmap status (2015-05-29 12:53:12 +0200)
>
> ----------------------------------------------------------------
> Block QAPI, monitor, command line patches

Applied, thanks.

-- PMM