[Qemu-devel] [PULL 0/2] Block patches

Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170228043707.23121-1-jcody@redhat.com
Test checkpatch passed
Test docker passed
Test s390x passed
There is a newer version of this series
block/mirror.c       |  2 +-
qapi/block-core.json | 18 +++++++++---------
2 files changed, 10 insertions(+), 10 deletions(-)
[Qemu-devel] [PULL 0/2] Block patches
Posted by Jeff Cody 7 years, 1 month ago
The following changes since commit 8f2d7c341184a95d05476ea3c45dbae2b9ddbe51:

  Merge remote-tracking branch 'remotes/berrange/tags/pull-qcrypto-2017-02-27-1' into staging (2017-02-27 15:33:21 +0000)

are available in the git repository at:

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

for you to fetch changes up to 51654aa52a94612edfaf76dcb51c0a0b7821c90d:

  iscsi: add missing colons to the qapi docs (2017-02-27 23:33:41 -0500)

----------------------------------------------------------------
Block patches for 2.9
----------------------------------------------------------------

Jeff Cody (1):
  iscsi: add missing colons to the qapi docs

John Snow (1):
  block/mirror: fix broken sparseness detection

 block/mirror.c       |  2 +-
 qapi/block-core.json | 18 +++++++++---------
 2 files changed, 10 insertions(+), 10 deletions(-)

-- 
2.9.3


Re: [Qemu-devel] [PULL 0/2] Block patches
Posted by Peter Maydell 7 years, 1 month ago
On 28 February 2017 at 04:37, Jeff Cody <jcody@redhat.com> wrote:
> The following changes since commit 8f2d7c341184a95d05476ea3c45dbae2b9ddbe51:
>
>   Merge remote-tracking branch 'remotes/berrange/tags/pull-qcrypto-2017-02-27-1' into staging (2017-02-27 15:33:21 +0000)
>
> are available in the git repository at:
>
>   https://github.com/codyprime/qemu-kvm-jtc.git tags/block-pull-request
>
> for you to fetch changes up to 51654aa52a94612edfaf76dcb51c0a0b7821c90d:
>
>   iscsi: add missing colons to the qapi docs (2017-02-27 23:33:41 -0500)
>
> ----------------------------------------------------------------
> Block patches for 2.9
> ----------------------------------------------------------------

Applied, thanks.

-- PMM