[Qemu-devel] [PULL 0/1] Block layer patch for 2.11.0-rc4

Kevin Wolf posted 1 patch 6 years, 4 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20171204170103.13973-1-kwolf@redhat.com
Test checkpatch passed
Test docker passed
Test ppc passed
Test s390x passed
blockjob.c | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
[Qemu-devel] [PULL 0/1] Block layer patch for 2.11.0-rc4
Posted by Kevin Wolf 6 years, 4 months ago
The following changes since commit 495566ec38817e6625294e6909cffb4de040c8e7:

  Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.11-20171204' into staging (2017-12-04 11:27:53 +0000)

are available in the git repository at:

  git://repo.or.cz/qemu/kevin.git tags/for-upstream

for you to fetch changes up to 3d5d319e1221082974711af1d09d82f0755c1698:

  blockjob: Make block_job_pause_all() keep a reference to the jobs (2017-12-04 17:44:51 +0100)

----------------------------------------------------------------
Block layer patches for 2.11.0-rc4

----------------------------------------------------------------
Alberto Garcia (1):
      blockjob: Make block_job_pause_all() keep a reference to the jobs

 blockjob.c | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

Re: [Qemu-devel] [PULL 0/1] Block layer patch for 2.11.0-rc4
Posted by Peter Maydell 6 years, 4 months ago
On 4 December 2017 at 17:01, Kevin Wolf <kwolf@redhat.com> wrote:
> The following changes since commit 495566ec38817e6625294e6909cffb4de040c8e7:
>
>   Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.11-20171204' into staging (2017-12-04 11:27:53 +0000)
>
> are available in the git repository at:
>
>   git://repo.or.cz/qemu/kevin.git tags/for-upstream
>
> for you to fetch changes up to 3d5d319e1221082974711af1d09d82f0755c1698:
>
>   blockjob: Make block_job_pause_all() keep a reference to the jobs (2017-12-04 17:44:51 +0100)
>
> ----------------------------------------------------------------
> Block layer patches for 2.11.0-rc4
>
> ----------------------------------------------------------------
> Alberto Garcia (1):
>       blockjob: Make block_job_pause_all() keep a reference to the jobs
>
>  blockjob.c | 7 +++++--
>  1 file changed, 5 insertions(+), 2 deletions(-)

Applied, thanks.

-- PMM