[Qemu-devel] [PATCH v2 0/7] testing/next for softfreeze

Alex Bennée posted 7 patches 5 years, 1 month ago
Test checkpatch passed
Test asan failed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190312105547.4755-1-alex.bennee@linaro.org
Maintainers: David Gibson <david@gibson.dropbear.id.au>
.travis.yml         | 18 +++++++++++-------
Makefile            |  3 ++-
hw/ppc/spapr.c      | 11 +++++++++++
hw/ppc/spapr_ovec.c |  6 ------
4 files changed, 24 insertions(+), 14 deletions(-)
[Qemu-devel] [PATCH v2 0/7] testing/next for softfreeze
Posted by Alex Bennée 5 years, 1 month ago
Hi,

A couple of tweaks to testing in time for softfreeze. The bottom few
patches should included in other PRs but I've included them in this
posting so I can actually test I've eliminated the common CI failures.

I'll post a longer email detailing the current status of CI for
discussion going forward.

The following patches need review
  patch 0004/.travis.yml combine docs and tools build with out.patch
  patch 0005/.travis.yml reduce the module builds to major arc.patch
  patch 0006/Makefile explicitly pass SRC_PATH to gcovr.patch
  patch 0007/Makefile explicitly pass BUILD_DIR to gcovr.patch

Alex Bennée (4):
  .travis.yml: combine docs and tools build with out-of-tree
  .travis.yml: reduce the module builds to major architectures
  Makefile: explicitly pass $(SRC_PATH) to gcovr
  Makefile: explicitly pass $(BUILD_DIR) to gcovr

Greg Kurz (2):
  spapr: Simulate CAS for qtest
  Revert "spapr: support memory unplug for qtest"

Philippe Mathieu-Daudé (1):
  travis: Bump Xcode 10 image to 10.2

 .travis.yml         | 18 +++++++++++-------
 Makefile            |  3 ++-
 hw/ppc/spapr.c      | 11 +++++++++++
 hw/ppc/spapr_ovec.c |  6 ------
 4 files changed, 24 insertions(+), 14 deletions(-)

-- 
2.20.1


Re: [Qemu-devel] [PATCH v2 0/7] testing/next for softfreeze
Posted by Greg Kurz 5 years, 1 month ago
On Tue, 12 Mar 2019 10:55:40 +0000
Alex Bennée <alex.bennee@linaro.org> wrote:

> Hi,
> 
> A couple of tweaks to testing in time for softfreeze. The bottom few
> patches should included in other PRs but I've included them in this
> posting so I can actually test I've eliminated the common CI failures.
> 

Yeah and FYI, patches 1 and 2 just got merged in master.

https://git.qemu.org/?p=qemu.git;a=commit;h=23ff81bdfd1e8119127779ea67c3a05ce4a6227d
https://git.qemu.org/?p=qemu.git;a=commit;h=c65ecfe2f3078156fd5e1e05867f02359a3ce678

> I'll post a longer email detailing the current status of CI for
> discussion going forward.
> 
> The following patches need review
>   patch 0004/.travis.yml combine docs and tools build with out.patch
>   patch 0005/.travis.yml reduce the module builds to major arc.patch
>   patch 0006/Makefile explicitly pass SRC_PATH to gcovr.patch
>   patch 0007/Makefile explicitly pass BUILD_DIR to gcovr.patch
> 
> Alex Bennée (4):
>   .travis.yml: combine docs and tools build with out-of-tree
>   .travis.yml: reduce the module builds to major architectures
>   Makefile: explicitly pass $(SRC_PATH) to gcovr
>   Makefile: explicitly pass $(BUILD_DIR) to gcovr
> 
> Greg Kurz (2):
>   spapr: Simulate CAS for qtest
>   Revert "spapr: support memory unplug for qtest"
> 
> Philippe Mathieu-Daudé (1):
>   travis: Bump Xcode 10 image to 10.2
> 
>  .travis.yml         | 18 +++++++++++-------
>  Makefile            |  3 ++-
>  hw/ppc/spapr.c      | 11 +++++++++++
>  hw/ppc/spapr_ovec.c |  6 ------
>  4 files changed, 24 insertions(+), 14 deletions(-)
>