SHA256
1
0
forked from pool/qemu

Accepting request 601676 from home:bfrogers:branches:Virtualization

- Guard strncpy call with GCC pragma to disable warning about possible
  incorrect usage, when in fact it is correct. This is for gcc 8
  compatibility (bsc#1090355)
  ipxe-efi-guard-strncpy-with-gcc-warning-ignore-pragma.patch
- Add WantedBy for enable qemu-ga@.service auto start (bsc#1090369)
- Guard strncpy call with GCC pragma to disable warning about possible
  incorrect usage, when in fact it is correct. This is for gcc 8
  compatibility (bsc#1090355)
  ipxe-efi-guard-strncpy-with-gcc-warning-ignore-pragma.patch
- Add WantedBy for enable qemu-ga@.service auto start (bsc#1090369)

OBS-URL: https://build.opensuse.org/request/show/601676
OBS-URL: https://build.opensuse.org/package/show/Virtualization/qemu?expand=0&rev=406
This commit is contained in:
Bruce Rogers
2018-04-26 18:53:21 +00:00
committed by Git OBS Bridge
parent 727e799ab8
commit 4767958250
7 changed files with 78 additions and 0 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Apr 26 17:20:01 UTC 2018 - brogers@suse.com
- Guard strncpy call with GCC pragma to disable warning about possible
incorrect usage, when in fact it is correct. This is for gcc 8
compatibility (bsc#1090355)
ipxe-efi-guard-strncpy-with-gcc-warning-ignore-pragma.patch
-------------------------------------------------------------------
Mon Apr 23 13:02:30 UTC 2018 - lma@suse.com
- Add WantedBy for enable qemu-ga@.service auto start (bsc#1090369)
-------------------------------------------------------------------
Tue Apr 10 10:50:31 UTC 2018 - kwalter@suse.com