Hi Peter,
the following changes since commit 13399aad4fa87b2878c49d02a5d3bafa6c966ba3:
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-10-22' into staging (2018-10-23 17:20:23 +0100)
are available in the git repository at:
https://gitlab.com/huth/qemu.git tags/pull-request-2018-10-24
for you to fetch changes up to 86583a07c4a7d55b04db5942a70d176f5299144a:
configure: Provide option to explicitly disable AVX2 (2018-10-24 07:39:10 +0100)
----------------------------------------------------------------
- Disable migration-test with TCG on s390x (since there are known problems)
- Small Makefile improvements
- More modern shell scripting changes (use $() instead of ``)
- Add a configure option to disable AVX2
----------------------------------------------------------------
Liam Merwick (1):
configure: Provide option to explicitly disable AVX2
Mao Zhongyi (2):
debian-bootstrap.pre: Modern shell scripting (use $() instead of ``)
po/Makefile: Modern shell scripting (use $() instead of ``)
Thomas Huth (3):
tests/migration-test: Disable s390x test when running with TCG
hw/core: Move null-machine into the common-obj list
configs: Add a CONFIG_SMC37C669 switch for the "smc37c669-superio" device
configure | 11 +++++++++--
default-configs/alpha-softmmu.mak | 1 +
hw/core/Makefile.objs | 3 +--
hw/core/null-machine.c | 2 +-
hw/isa/Makefile.objs | 3 ++-
po/Makefile | 2 +-
tests/docker/dockerfiles/debian-bootstrap.pre | 4 ++--
tests/migration-test.c | 16 ++++++++++++++++
8 files changed, 33 insertions(+), 9 deletions(-)