[Qemu-devel] [PULL 0/5] Build and test patches

Fam Zheng posted 5 patches 6 years, 8 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170815105721.31893-1-famz@redhat.com
Test FreeBSD passed
Test checkpatch passed
Test docker passed
Test s390x passed
Makefile                                |  2 --
tests/Makefile.include                  | 46 ++++++++++++++++++---------------
tests/docker/dockerfiles/centos6.docker | 31 ++++++++++++++++++----
tests/docker/dockerfiles/centos7.docker | 31 ++++++++++++++++++++++
4 files changed, 82 insertions(+), 28 deletions(-)
create mode 100644 tests/docker/dockerfiles/centos7.docker
[Qemu-devel] [PULL 0/5] Build and test patches
Posted by Fam Zheng 6 years, 8 months ago
The following changes since commit 83c3a1f61673ef554facf4d6d29ed56c5a219f9d:

  xlnx-qspi: add a property for mmio-execution (2017-08-14 14:17:18 +0100)

are available in the git repository at:

  git://github.com/famz/qemu.git tags/build-and-test-pull-request

for you to fetch changes up to a8132a2f288c260fb43243eb3c092b5186d84968:

  docker: add centos7 image (2017-08-15 15:16:45 +0800)

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

One fix and a few docker test enhancements. Not 2.10 blocker, but it's
good to have them.

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

Fam Zheng (1):
  Makefile: Let "make check-help" work without running ./configure

Philippe Mathieu-Daudé (4):
  docker: use one package per line in CentOS config
  docker: add Xen libs to centos6 image
  docker: install more packages on CentOS to extend code coverage
  docker: add centos7 image

 Makefile                                |  2 --
 tests/Makefile.include                  | 46 ++++++++++++++++++---------------
 tests/docker/dockerfiles/centos6.docker | 31 ++++++++++++++++++----
 tests/docker/dockerfiles/centos7.docker | 31 ++++++++++++++++++++++
 4 files changed, 82 insertions(+), 28 deletions(-)
 create mode 100644 tests/docker/dockerfiles/centos7.docker

-- 
2.13.4


Re: [Qemu-devel] [PULL 0/5] Build and test patches
Posted by Peter Maydell 6 years, 8 months ago
On 15 August 2017 at 11:57, Fam Zheng <famz@redhat.com> wrote:
> The following changes since commit 83c3a1f61673ef554facf4d6d29ed56c5a219f9d:
>
>   xlnx-qspi: add a property for mmio-execution (2017-08-14 14:17:18 +0100)
>
> are available in the git repository at:
>
>   git://github.com/famz/qemu.git tags/build-and-test-pull-request
>
> for you to fetch changes up to a8132a2f288c260fb43243eb3c092b5186d84968:
>
>   docker: add centos7 image (2017-08-15 15:16:45 +0800)
>
> ----------------------------------------------------------------
>
> One fix and a few docker test enhancements. Not 2.10 blocker, but it's
> good to have them.
>
> ----------------------------------------------------------------
>
> Fam Zheng (1):
>   Makefile: Let "make check-help" work without running ./configure
>
> Philippe Mathieu-Daudé (4):
>   docker: use one package per line in CentOS config
>   docker: add Xen libs to centos6 image
>   docker: install more packages on CentOS to extend code coverage
>   docker: add centos7 image
>
>  Makefile                                |  2 --
>  tests/Makefile.include                  | 46 ++++++++++++++++++---------------
>  tests/docker/dockerfiles/centos6.docker | 31 ++++++++++++++++++----
>  tests/docker/dockerfiles/centos7.docker | 31 ++++++++++++++++++++++
>  4 files changed, 82 insertions(+), 28 deletions(-)
>  create mode 100644 tests/docker/dockerfiles/centos7.docker
Applied, thanks.

-- PMM