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

Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180605141933.30169-1-jcody@redhat.com
Test checkpatch passed
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
Test s390x passed
There is a newer version of this series
block/sheepdog.c | 28 +++++++++++++++-------------
1 file changed, 15 insertions(+), 13 deletions(-)
[Qemu-devel] [PULL 0/2] Block patches
Posted by Jeff Cody 5 years, 10 months ago
The following changes since commit 41feb5b955f0d7c9d071b2c5adbc404ae2895c7a:

  Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-3.0-pull-request' into staging (2018-06-05 10:38:33 +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 68acc99f143b60ec4faa2903065b187d4d3c4bf3:

  sheepdog: remove huge BSS object (2018-06-05 10:15:12 -0400)

----------------------------------------------------------------
Sheepdog patches
----------------------------------------------------------------

Paolo Bonzini (2):
  sheepdog: cleanup repeated expression
  sheepdog: remove huge BSS object

 block/sheepdog.c | 28 +++++++++++++++-------------
 1 file changed, 15 insertions(+), 13 deletions(-)

-- 
2.13.6


Re: [Qemu-devel] [PULL 0/2] Block patches
Posted by Peter Maydell 5 years, 10 months ago
On 5 June 2018 at 15:19, Jeff Cody <jcody@redhat.com> wrote:
> The following changes since commit 41feb5b955f0d7c9d071b2c5adbc404ae2895c7a:
>
>   Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-3.0-pull-request' into staging (2018-06-05 10:38:33 +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 68acc99f143b60ec4faa2903065b187d4d3c4bf3:
>
>   sheepdog: remove huge BSS object (2018-06-05 10:15:12 -0400)
>
> ----------------------------------------------------------------
> Sheepdog patches
> ----------------------------------------------------------------
>
> Paolo Bonzini (2):
>   sheepdog: cleanup repeated expression
>   sheepdog: remove huge BSS object
>
>  block/sheepdog.c | 28 +++++++++++++++-------------
>  1 file changed, 15 insertions(+), 13 deletions(-)

Applied, thanks.

-- PMM