[Qemu-devel] [RFC PATCH 0/3] vmbuild tweaks for BSD targets

Alex Bennée posted 3 patches 6 years, 9 months ago
Test asan passed
Test docker-clang@ubuntu passed
Test docker-mingw@fedora passed
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190121171543.32422-1-alex.bennee@linaro.org
tests/vm/Makefile.include | 10 +++++++++-
tests/vm/basevm.py        |  3 +++
tests/vm/freebsd          |  3 +--
tests/vm/netbsd           |  3 +--
4 files changed, 14 insertions(+), 5 deletions(-)
[Qemu-devel] [RFC PATCH 0/3] vmbuild tweaks for BSD targets
Posted by Alex Bennée 6 years, 9 months ago
Hi,

While I was digging through the BSD failures on my failed fpu/next PR
I realised the build wasn't quite as flexible as it could be. These
patches expose BUILD_TARGET, TARGET_LIST and EXTRA_CONFIGURE_OPTS to
the vmbuild machinery so you can "quickly" run a subset of your build
via the VMs.

Currently OpenBSD hasn't been tweaked because make check fails on
that. If any of the OpenBSD folk wish to chime in on why that would be
nice.

Alex Bennée (3):
  tests/vm: call make check directly for netbsd/freebsd
  tests/vm: add --build-target option
  tests/vm: expose BUILD_TARGET, TARGET_LIST and EXTRA_CONFIGURE_OPTS

 tests/vm/Makefile.include | 10 +++++++++-
 tests/vm/basevm.py        |  3 +++
 tests/vm/freebsd          |  3 +--
 tests/vm/netbsd           |  3 +--
 4 files changed, 14 insertions(+), 5 deletions(-)

-- 
2.17.1