[Qemu-devel] [PULL 0/4] Testing patches

Fam Zheng posted 4 patches 6 years ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180409071934.20845-1-famz@redhat.com
Test checkpatch passed
Test docker-build@min-glib passed
Test docker-mingw@fedora passed
Test s390x passed
tests/docker/common.rc                 |  4 +++-
tests/docker/dockerfiles/fedora.docker | 13 ++++++++++---
tests/docker/run                       |  2 +-
tests/vm/basevm.py                     |  5 +----
4 files changed, 15 insertions(+), 9 deletions(-)
[Qemu-devel] [PULL 0/4] Testing patches
Posted by Fam Zheng 6 years ago
The following changes since commit 08e173f29461396575c85510eb41474b993cb1fb:

  Merge remote-tracking branch 'remotes/berrange/tags/qcrypto-next-pull-request' into staging (2018-04-06 17:51:21 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 07fed474177a4566052ea81b1563d53a37083e84:

  docker: fedora: test more components (2018-04-09 15:13:02 +0800)

----------------------------------------------------------------
Testing patches

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

Fam Zheng (2):
  tests: Fix ubuntu.i386 image initialization
  docker: Inline "prep_fail" in run script

Paolo Bonzini (1):
  docker: fedora: test more components

Philippe Mathieu-Daudé (1):
  docker: dump 'config.log' if ./configure fails

 tests/docker/common.rc                 |  4 +++-
 tests/docker/dockerfiles/fedora.docker | 13 ++++++++++---
 tests/docker/run                       |  2 +-
 tests/vm/basevm.py                     |  5 +----
 4 files changed, 15 insertions(+), 9 deletions(-)

-- 
2.14.3


Re: [Qemu-devel] [PULL 0/4] Testing patches
Posted by Peter Maydell 6 years ago
On 9 April 2018 at 08:19, Fam Zheng <famz@redhat.com> wrote:
> The following changes since commit 08e173f29461396575c85510eb41474b993cb1fb:
>
>   Merge remote-tracking branch 'remotes/berrange/tags/qcrypto-next-pull-request' into staging (2018-04-06 17:51:21 +0100)
>
> are available in the Git repository at:
>
>   git://github.com/famz/qemu.git tags/testing-pull-request
>
> for you to fetch changes up to 07fed474177a4566052ea81b1563d53a37083e84:
>
>   docker: fedora: test more components (2018-04-09 15:13:02 +0800)
>
> ----------------------------------------------------------------
> Testing patches
>
> ----------------------------------------------------------------
>

Applied, thanks.

-- PMM