[Qemu-devel] [PULL for-2.12 0/1] Block patches

Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180404161023.19211-1-jcody@redhat.com
Test checkpatch passed
Test docker-build@min-glib passed
Test docker-mingw@fedora passed
Test s390x passed
There is a newer version of this series
block/rbd.c | 7 +++++++
1 file changed, 7 insertions(+)
[Qemu-devel] [PULL for-2.12 0/1] Block patches
Posted by Jeff Cody 5 years, 11 months ago
The following changes since commit fd69ad866b62ca8ed4337ffee83b6d82a4e99282:

  Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging (2018-04-04 14:00:07 +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 bfb15b4becf2c9cf484bc3bf893a37c8f3c15cb3:

  block/rbd: remove processed options from qdict (2018-04-04 12:05:13 -0400)

----------------------------------------------------------------
Regression fix for 2.12
----------------------------------------------------------------

Jeff Cody (1):
  block/rbd: remove processed options from qdict

 block/rbd.c | 7 +++++++
 1 file changed, 7 insertions(+)

-- 
2.13.6


Re: [Qemu-devel] [PULL for-2.12 0/1] Block patches
Posted by Peter Maydell 5 years, 11 months ago
On 4 April 2018 at 17:10, Jeff Cody <jcody@redhat.com> wrote:
> The following changes since commit fd69ad866b62ca8ed4337ffee83b6d82a4e99282:
>
>   Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging (2018-04-04 14:00:07 +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 bfb15b4becf2c9cf484bc3bf893a37c8f3c15cb3:
>
>   block/rbd: remove processed options from qdict (2018-04-04 12:05:13 -0400)
>
> ----------------------------------------------------------------
> Regression fix for 2.12
> ----------------------------------------------------------------
>
> Jeff Cody (1):
>   block/rbd: remove processed options from qdict
>
>  block/rbd.c | 7 +++++++
>  1 file changed, 7 insertions(+)


Applied, thanks.

-- PMM