[Qemu-devel] [PULL 0/6] qtest, Makefiles and shell script improvements

Thomas Huth posted 6 patches 7 years ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1540374728-27579-1-git-send-email-thuth@redhat.com
Test docker-clang@ubuntu passed
Test checkpatch passed
Test asan passed
Test docker-mingw@fedora failed
Test docker-quick@centos7 passed
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(-)
[Qemu-devel] [PULL 0/6] qtest, Makefiles and shell script improvements
Posted by Thomas Huth 7 years ago
 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(-)

Re: [Qemu-devel] [PULL 0/6] qtest, Makefiles and shell script improvements
Posted by Peter Maydell 7 years ago
On 24 October 2018 at 10:52, Thomas Huth <thuth@redhat.com> wrote:
>  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
> ----------------------------------------------------------------



Applied, thanks.

-- PMM