[Qemu-devel] [PULL 0/2] Docker and UUID patches for 2.12

Fam Zheng posted 2 patches 6 years, 4 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20171221015234.9912-1-famz@redhat.com
Test checkpatch passed
Test docker passed
Test ppc passed
Test s390x passed
include/qemu/uuid.h    |  2 ++
tests/docker/test-full | 79 +++-----------------------------------------------
tests/test-uuid.c      |  8 ++++-
util/uuid.c            |  7 ++++-
4 files changed, 19 insertions(+), 77 deletions(-)
[Qemu-devel] [PULL 0/2] Docker and UUID patches for 2.12
Posted by Fam Zheng 6 years, 4 months ago
The following changes since commit 411ad78115ebeb3411cf4b7622784b93dfabe259:

  Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2017-12-15-1' into staging (2017-12-17 15:27:41 +0000)

are available in the Git repository at:

  git://github.com/famz/qemu.git tags/staging-pull-request

for you to fetch changes up to bfab1aede07f864b8fbd749c3a0545b949b4cc84:

  util: add is_equal to UUID API (2017-12-20 22:01:24 +0800)

----------------------------------------------------------------

Patch 1 is also in Paolo's pull but it shouldn't be a problem.

----------------------------------------------------------------

Fam Zheng (1):
  Revert "docker: Enable features explicitly in test-full"

Roman Kagan (1):
  util: add is_equal to UUID API

 include/qemu/uuid.h    |  2 ++
 tests/docker/test-full | 79 +++-----------------------------------------------
 tests/test-uuid.c      |  8 ++++-
 util/uuid.c            |  7 ++++-
 4 files changed, 19 insertions(+), 77 deletions(-)

-- 
2.14.3


Re: [Qemu-devel] [PULL 0/2] Docker and UUID patches for 2.12
Posted by Peter Maydell 6 years, 3 months ago
On 21 December 2017 at 01:52, Fam Zheng <famz@redhat.com> wrote:
> The following changes since commit 411ad78115ebeb3411cf4b7622784b93dfabe259:
>
>   Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2017-12-15-1' into staging (2017-12-17 15:27:41 +0000)
>
> are available in the Git repository at:
>
>   git://github.com/famz/qemu.git tags/staging-pull-request
>
> for you to fetch changes up to bfab1aede07f864b8fbd749c3a0545b949b4cc84:
>
>   util: add is_equal to UUID API (2017-12-20 22:01:24 +0800)
>
> ----------------------------------------------------------------
>
> Patch 1 is also in Paolo's pull but it shouldn't be a problem.
>

Applied, thanks.

-- PMM