mbox

[kvm-unit-tests,PULL,00/12] CI-related fixes and improvements

Message ID 20200616185622.8644-1-thuth@redhat.com (mailing list archive)
State New, archived
Headers show

Pull-request

https://gitlab.com/huth/kvm-unit-tests.git tags/pull-request-2020-06-16

Message

Thomas Huth June 16, 2020, 6:56 p.m. UTC
Hi Paolo,

the following changes since commit 4b74c718c57d1697e3228e2c699b0fe9c1d24e97:

  x86/pmu: Fix compilation on 32-bit hosts (2020-06-16 08:29:34 -0400)

are available in the Git repository at:

  https://gitlab.com/huth/kvm-unit-tests.git tags/pull-request-2020-06-16

for you to fetch changes up to 9d7f9a2f0b3427bbeda242c64f698d14e21d2a42:

  s390x: stsi: Make output tap13 compatible (2020-06-16 20:22:14 +0200)

----------------------------------------------------------------
* Lots of CI-related fixes and improvements
* Update the gitlab-CI to Fedora 32
* Test compilation with Clang
----------------------------------------------------------------

Andrew Jones (1):
      Fix out-of-tree builds

Bill Wendling (2):
      x86: use a non-negative number in shift
      x86: use inline asm to retrieve stack pointer

Janosch Frank (1):
      s390x: stsi: Make output tap13 compatible

Paolo Bonzini (2):
      x86: avoid multiple defined symbol
      x86: disable SSE on 32-bit hosts

Thomas Huth (6):
      Fixes for the umip test
      Always compile the kvm-unit-tests with -fno-common
      Fix powerpc issue with the linker from Fedora 32
      Update the gitlab-ci to Fedora 32
      vmx_tests: Silence warning from Clang
      Compile the kvm-unit-tests also with Clang

 .gitlab-ci.yml       | 17 +++++++++++++++--
 Makefile             |  2 +-
 configure            |  8 +++-----
 lib/auxinfo.h        |  3 +--
 lib/x86/fault_test.c |  2 +-
 lib/x86/usermode.c   |  2 +-
 powerpc/flat.lds     | 19 ++++++++++++++++---
 s390x/stsi.c         |  6 +++---
 x86/Makefile.common  |  1 +
 x86/Makefile.i386    |  1 +
 x86/svm_tests.c      |  2 +-
 x86/umip.c           |  6 ++++--
 x86/vmx_tests.c      | 10 +++++++---
 13 files changed, 55 insertions(+), 24 deletions(-)

Comments

Paolo Bonzini June 23, 2020, 7:30 a.m. UTC | #1
On 16/06/20 20:56, Thomas Huth wrote:
>   https://gitlab.com/huth/kvm-unit-tests.git tags/pull-request-2020-06-16

Pulled, thanks.

Paolo