mbox

[PULL,0/4] Testing patches

Message ID 20180409071934.20845-1-famz@redhat.com
State New
Headers show

Pull-request

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

Message

Fam Zheng April 9, 2018, 7:19 a.m. UTC
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(-)

Comments

Peter Maydell April 9, 2018, 11:02 a.m. UTC | #1
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