Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2018-10-24' into...
commit18e195645aa36da3395d4b0934bcf4f5076e9e1e
authorPeter Maydell <peter.maydell@linaro.org>
Wed, 24 Oct 2018 15:01:05 +0000 (24 16:01 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 24 Oct 2018 15:01:05 +0000 (24 16:01 +0100)
treee3ec41dad615fa948a350bfd7def8aa9dccc35d5
parente60b38f445d0ca0c305440b07a23e8f0da73373a
parent86583a07c4a7d55b04db5942a70d176f5299144a
Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2018-10-24' into staging

- 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

# gpg: Signature made Wed 24 Oct 2018 08:04:33 BST
# gpg:                using RSA key 2ED9D774FE702DB5
# gpg: Good signature from "Thomas Huth <th.huth@gmx.de>"
# gpg:                 aka "Thomas Huth <thuth@redhat.com>"
# gpg:                 aka "Thomas Huth <huth@tuxfamily.org>"
# gpg:                 aka "Thomas Huth <th.huth@posteo.de>"
# Primary key fingerprint: 27B8 8847 EEE0 2501 18F3  EAB9 2ED9 D774 FE70 2DB5

* remotes/huth-gitlab/tags/pull-request-2018-10-24:
  configure: Provide option to explicitly disable AVX2
  po/Makefile: Modern shell scripting (use $() instead of ``)
  debian-bootstrap.pre: Modern shell scripting (use $() instead of ``)
  configs: Add a CONFIG_SMC37C669 switch for the "smc37c669-superio" device
  hw/core: Move null-machine into the common-obj list
  tests/migration-test: Disable s390x test when running with TCG

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>