[PATCH 0/3] Fix Travis-CI / compiling with older versions of Clang

Thomas Huth posted 3 patches 2 years, 11 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210512171550.476130-1-thuth@redhat.com
Maintainers: Cornelia Huck <cohuck@redhat.com>, Christian Borntraeger <borntraeger@de.ibm.com>, Thomas Huth <thuth@redhat.com>
pc-bios/s390-ccw/Makefile   | 7 ++++---
pc-bios/s390-ccw/helper.h   | 2 +-
pc-bios/s390-ccw/jump2ipl.c | 4 ++--
pc-bios/s390-ccw/main.c     | 3 +--
pc-bios/s390-ccw/menu.c     | 8 ++++----
pc-bios/s390-ccw/s390-ccw.h | 1 +
pc-bios/s390-ccw/virtio.c   | 2 +-
7 files changed, 14 insertions(+), 13 deletions(-)
[PATCH 0/3] Fix Travis-CI / compiling with older versions of Clang
Posted by Thomas Huth 2 years, 11 months ago
My last pull request enabled compiling the s390-ccw bios with Clang.
However, I only tested it with Clang version 11, and older versions
of Clang are a little bit more picky. Fix those issues now, too, so
that the corresponding job with Clang on s390x in the Travis-CI works
correctly again.

Thomas Huth (3):
  pc-bios/s390-ccw: Fix inline assembly for older versions of Clang
  pc-bios/s390-ccw/Makefile: Check more compiler flags for Clang
  pc-bios/s390-ccw: Add a proper prototype for main()

 pc-bios/s390-ccw/Makefile   | 7 ++++---
 pc-bios/s390-ccw/helper.h   | 2 +-
 pc-bios/s390-ccw/jump2ipl.c | 4 ++--
 pc-bios/s390-ccw/main.c     | 3 +--
 pc-bios/s390-ccw/menu.c     | 8 ++++----
 pc-bios/s390-ccw/s390-ccw.h | 1 +
 pc-bios/s390-ccw/virtio.c   | 2 +-
 7 files changed, 14 insertions(+), 13 deletions(-)

-- 
2.27.0