SHA256
1
0
forked from pool/qemu

Accepting request 706380 from home:bfrogers:branches:Virtualization

Fix some gcc9 compatibility issues.

OBS-URL: https://build.opensuse.org/request/show/706380
OBS-URL: https://build.opensuse.org/package/show/Virtualization/qemu?expand=0&rev=474
This commit is contained in:
Bruce Rogers
2019-05-29 17:48:52 +00:00
committed by Git OBS Bridge
parent 301f790b81
commit 60f0b7a167
11 changed files with 172 additions and 0 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Wed May 29 16:03:57 UTC 2019 - Bruce Rogers <brogers@suse.com>
- Fix a number of compatibility issues with the stricter gcc9 checks
* Disable warning for taking address of packed structure members
0048-pc-bios-s390-ccw-net-avoid-warning-.patch
* Fix case of strncpy where null terminated string not guaranteed
0046-target-ppc-ensure-we-get-null-termi.patch
* Disable warning for taking address of packed structure members
and fix case of passing null pointer as "%s" format parameter
skiboot-gcc9-compat.patch
- Fix configure script which caused firmware to be built in
linux-user only build.
0047-configure-only-populate-roms-if-sof.patch
- Patch queue updated from git://github.com/openSUSE/qemu.git opensuse-4.0
-------------------------------------------------------------------
Fri May 17 19:05:10 UTC 2019 - Bruce Rogers <brogers@suse.com>