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