qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] d254b3: tests/migration-test: Disable s390x t


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] d254b3: tests/migration-test: Disable s390x test when runn...
Date: Wed, 24 Oct 2018 08:31:16 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: d254b392cb1006039e3f1ede3375181b878091c5
      
https://github.com/qemu/qemu/commit/d254b392cb1006039e3f1ede3375181b878091c5
  Author: Thomas Huth <address@hidden>
  Date:   2018-10-24 (Wed, 24 Oct 2018)

  Changed paths:
    M tests/migration-test.c

  Log Message:
  -----------
  tests/migration-test: Disable s390x test when running with TCG

The migration test for s390x sometimes hangs when running with TCG,
similar to the problems that we have already observed with TCG for
the ppc64 guests. Thus disable the s390x test when we are not running
with KVM for now until the problem with TCG has been resolved.

Reviewed-by: Laurent Vivier <address@hidden>
Reviewed-by: Emilio G. Cota <address@hidden>
Signed-off-by: Thomas Huth <address@hidden>


  Commit: 3858ff763985fb9e9516cd36ae119562b9d61fea
      
https://github.com/qemu/qemu/commit/3858ff763985fb9e9516cd36ae119562b9d61fea
  Author: Thomas Huth <address@hidden>
  Date:   2018-10-24 (Wed, 24 Oct 2018)

  Changed paths:
    M hw/core/Makefile.objs
    M hw/core/null-machine.c

  Log Message:
  -----------
  hw/core: Move null-machine into the common-obj list

The null-machine code used to be target specific since it used the
target-specific cpu_init() function in the past. But in the recent
commit 2278b93941d42c30e2950 ("Use cpu_create(type) instead of
cpu_init(cpu_model)") this has been change, so that the code now
uses the common cpu_create() function instead. Thus we can put
the null-machine into the common-obj list so that it is compiled
only once for all targets, to save some compilation time.

Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
Signed-off-by: Thomas Huth <address@hidden>


  Commit: eae2e2e96bfb75eb8cf3445a7933579871dbcee9
      
https://github.com/qemu/qemu/commit/eae2e2e96bfb75eb8cf3445a7933579871dbcee9
  Author: Thomas Huth <address@hidden>
  Date:   2018-10-24 (Wed, 24 Oct 2018)

  Changed paths:
    M default-configs/alpha-softmmu.mak
    M hw/isa/Makefile.objs

  Log Message:
  -----------
  configs: Add a CONFIG_SMC37C669 switch for the "smc37c669-superio" device

This device is not user-creatable and currently only used for the
"alpha" target. So if the user does not want to compile alpha-softmmu,
we should also not compile this device. Add a proper config switch to
be able to compile this more flexibly.

Reviewed-by: Peter Maydell <address@hidden>
Signed-off-by: Thomas Huth <address@hidden>


  Commit: b91068cd34de43590c7e1da341e6e793436401ea
      
https://github.com/qemu/qemu/commit/b91068cd34de43590c7e1da341e6e793436401ea
  Author: Mao Zhongyi <address@hidden>
  Date:   2018-10-24 (Wed, 24 Oct 2018)

  Changed paths:
    M tests/docker/dockerfiles/debian-bootstrap.pre

  Log Message:
  -----------
  debian-bootstrap.pre: Modern shell scripting (use $() instead of ``)

Various shell files contain a mix between obsolete ``
and modern $(); It would be nice to convert to using $()
everywhere.

Signed-off-by: Mao Zhongyi <address@hidden>
Reviewed-by: Alex Bennée <address@hidden>
Tested-by: Alex Bennée <address@hidden>
Signed-off-by: Thomas Huth <address@hidden>


  Commit: ba27877618abcc4906db9a9168dbbb3104c1a3d0
      
https://github.com/qemu/qemu/commit/ba27877618abcc4906db9a9168dbbb3104c1a3d0
  Author: Mao Zhongyi <address@hidden>
  Date:   2018-10-24 (Wed, 24 Oct 2018)

  Changed paths:
    M po/Makefile

  Log Message:
  -----------
  po/Makefile: Modern shell scripting (use $() instead of ``)

Various shell files contain a mix between obsolete ``
and modern $(); It would be nice to convert to using $()
everywhere.

Signed-off-by: Mao Zhongyi <address@hidden>
Reviewed-by: Thomas Huth <address@hidden>
Signed-off-by: Thomas Huth <address@hidden>


  Commit: 86583a07c4a7d55b04db5942a70d176f5299144a
      
https://github.com/qemu/qemu/commit/86583a07c4a7d55b04db5942a70d176f5299144a
  Author: Liam Merwick <address@hidden>
  Date:   2018-10-24 (Wed, 24 Oct 2018)

  Changed paths:
    M configure

  Log Message:
  -----------
  configure: Provide option to explicitly disable AVX2

The configure script detects if the compiler has AVX2 support and
automatically sets avx2_opt="yes" which in turn defines CONFIG_AVX2_OPT.
There is no way of explicitly overriding this setting so this commit adds
two command-line options: --enable-avx2 and --disable-avx2.

The default behaviour, when no option is specified, is to maintain the
current behaviour and enable AVX2 if the compiler supports it.

Signed-off-by: Liam Merwick <address@hidden>
Reviewed-by: Darren Kenny <address@hidden>
Reviewed-by: Mark Kanda <address@hidden>
Signed-off-by: Thomas Huth <address@hidden>


  Commit: 18e195645aa36da3395d4b0934bcf4f5076e9e1e
      
https://github.com/qemu/qemu/commit/18e195645aa36da3395d4b0934bcf4f5076e9e1e
  Author: Peter Maydell <address@hidden>
  Date:   2018-10-24 (Wed, 24 Oct 2018)

  Changed paths:
    M configure
    M default-configs/alpha-softmmu.mak
    M hw/core/Makefile.objs
    M hw/core/null-machine.c
    M hw/isa/Makefile.objs
    M po/Makefile
    M tests/docker/dockerfiles/debian-bootstrap.pre
    M tests/migration-test.c

  Log Message:
  -----------
  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 <address@hidden>"
# gpg:                 aka "Thomas Huth <address@hidden>"
# gpg:                 aka "Thomas Huth <address@hidden>"
# gpg:                 aka "Thomas Huth <address@hidden>"
# 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 <address@hidden>


Compare: https://github.com/qemu/qemu/compare/e60b38f445d0...18e195645aa3
      **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]