[Qemu-devel] [PULL for-4.0 0/4] s390x gcc 9 warning fixes

Cornelia Huck posted 4 patches 5 years ago
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Test checkpatch passed
Test asan passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190403100505.7550-1-cohuck@redhat.com
Maintainers: Richard Henderson <rth@twiddle.net>, Thomas Huth <thuth@redhat.com>, Halil Pasic <pasic@linux.ibm.com>, Farhan Ali <alifm@linux.ibm.com>, Eric Farman <farman@linux.ibm.com>, Cornelia Huck <cohuck@redhat.com>, Christian Borntraeger <borntraeger@de.ibm.com>, Alex Williamson <alex.williamson@redhat.com>, David Hildenbrand <david@redhat.com>
hw/s390x/3270-ccw.c |   8 +-
hw/s390x/css.c      | 388 +++++++++++++++++++++-----------------------
hw/s390x/ipl.c      |  12 +-
hw/vfio/ccw.c       |  42 ++---
4 files changed, 218 insertions(+), 232 deletions(-)
[Qemu-devel] [PULL for-4.0 0/4] s390x gcc 9 warning fixes
Posted by Cornelia Huck 5 years ago
The following changes since commit 061b51e9195670e9d190cdec46fabcb3c77763fb:

  Update version for v4.0.0-rc2 release (2019-04-02 17:01:20 +0100)

are available in the Git repository at:

  https://github.com/cohuck/qemu tags/s390x-20190403

for you to fetch changes up to 7357b2215978debf2fd17b525ba745d3c69272a3:

  hw/s390x/3270-ccw: avoid taking address of fields in packed struct (2019-04-03 11:19:57 +0200)

----------------------------------------------------------------
Fix taking address of fields in packed structs warnings
by gcc 9

----------------------------------------------------------------

Daniel P. Berrangé (4):
  hw/vfio/ccw: avoid taking address members in packed structs
  hw/s390/css: avoid taking address members in packed structs
  hw/s390x/ipl: avoid taking address of fields in packed struct
  hw/s390x/3270-ccw: avoid taking address of fields in packed struct

 hw/s390x/3270-ccw.c |   8 +-
 hw/s390x/css.c      | 388 +++++++++++++++++++++-----------------------
 hw/s390x/ipl.c      |  12 +-
 hw/vfio/ccw.c       |  42 ++---
 4 files changed, 218 insertions(+), 232 deletions(-)

-- 
2.17.2


Re: [Qemu-devel] [PULL for-4.0 0/4] s390x gcc 9 warning fixes
Posted by Peter Maydell 5 years ago
On Wed, 3 Apr 2019 at 17:05, Cornelia Huck <cohuck@redhat.com> wrote:
>
> The following changes since commit 061b51e9195670e9d190cdec46fabcb3c77763fb:
>
>   Update version for v4.0.0-rc2 release (2019-04-02 17:01:20 +0100)
>
> are available in the Git repository at:
>
>   https://github.com/cohuck/qemu tags/s390x-20190403
>
> for you to fetch changes up to 7357b2215978debf2fd17b525ba745d3c69272a3:
>
>   hw/s390x/3270-ccw: avoid taking address of fields in packed struct (2019-04-03 11:19:57 +0200)
>
> ----------------------------------------------------------------
> Fix taking address of fields in packed structs warnings
> by gcc 9
>
> ----------------------------------------------------------------

Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/4.0
for any user-visible changes.

-- PMM