[Qemu-devel] [PULL for-2.9 0/4] Block patches

Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170322173102.18180-1-jcody@redhat.com
Test checkpatch passed
Test docker passed
Test s390x passed
There is a newer version of this series
block/block-backend.c          | 24 ++++++++++++++--
blockjob.c                     | 63 ++++++++++++++++++++++++++++++++----------
include/sysemu/block-backend.h |  8 ++++++
3 files changed, 79 insertions(+), 16 deletions(-)
[Qemu-devel] [PULL for-2.9 0/4] Block patches
Posted by Jeff Cody 7 years, 1 month ago
The following changes since commit 55a19ad8b2d0797e3a8fe90ab99a9bb713824059:

  Update version for v2.9.0-rc1 release (2017-03-21 17:13:29 +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 600ac6a0ef5c06418446ef2f37407bddcc51b21c:

  blockjob: add devops to blockjob backends (2017-03-22 13:26:27 -0400)

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

John Snow (3):
  blockjob: add block_job_start_shim
  block-backend: add drained_begin / drained_end ops
  blockjob: add devops to blockjob backends

Paolo Bonzini (1):
  blockjob: avoid recursive AioContext locking

 block/block-backend.c          | 24 ++++++++++++++--
 blockjob.c                     | 63 ++++++++++++++++++++++++++++++++----------
 include/sysemu/block-backend.h |  8 ++++++
 3 files changed, 79 insertions(+), 16 deletions(-)

-- 
2.9.3


Re: [Qemu-devel] [PULL for-2.9 0/4] Block patches
Posted by Peter Maydell 7 years, 1 month ago
On 22 March 2017 at 17:30, Jeff Cody <jcody@redhat.com> wrote:
> The following changes since commit 55a19ad8b2d0797e3a8fe90ab99a9bb713824059:
>
>   Update version for v2.9.0-rc1 release (2017-03-21 17:13:29 +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 600ac6a0ef5c06418446ef2f37407bddcc51b21c:
>
>   blockjob: add devops to blockjob backends (2017-03-22 13:26:27 -0400)
>
> ----------------------------------------------------------------
> Block patches for 2.9
> ----------------------------------------------------------------
>
> John Snow (3):
>   blockjob: add block_job_start_shim
>   block-backend: add drained_begin / drained_end ops
>   blockjob: add devops to blockjob backends
>
> Paolo Bonzini (1):
>   blockjob: avoid recursive AioContext locking
>
>  block/block-backend.c          | 24 ++++++++++++++--
>  blockjob.c                     | 63 ++++++++++++++++++++++++++++++++----------
>  include/sysemu/block-backend.h |  8 ++++++
>  3 files changed, 79 insertions(+), 16 deletions(-)

Applied, thanks.

-- PMM