qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Fixing several GCC 11 warnings
@ 2021-01-11 17:09 Miroslav Rezanina
  2021-01-11 17:09 ` [PATCH v2 1/2] Fix net.c warning on GCC 11 Miroslav Rezanina
  2021-01-11 17:09 ` [PATCH v2 2/2] s390x: Use strpadcpy for copying vm name Miroslav Rezanina
  0 siblings, 2 replies; 5+ messages in thread
From: Miroslav Rezanina @ 2021-01-11 17:09 UTC (permalink / raw)
  To: qemu-devel

Compiling qemu using GCC 11 we got several new warnings. To allow
build with --enable-werror, we need to solve issues generating these
warnings.

Signed-of-by: Miroslav Rezanina <mrezanin@redhat.com>

v2:
 - Patch 2 rewrite to use strpadcpy
 - removed Patch 3 (different version sent by Philippe Mathieu-Daudé)

Miroslav Rezanina (2):
  Fix net.c warning on GCC 11
  s390x: Fix vm name copy length

 net/eth.c                  |  3 +++
 target/s390x/kvm.c         | 12 +++++-------
 target/s390x/misc_helper.c |  7 +++++--
 3 files changed, 13 insertions(+), 9 deletions(-)

-- 
2.18.4



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-01-12  9:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-11 17:09 [PATCH v2 0/2] Fixing several GCC 11 warnings Miroslav Rezanina
2021-01-11 17:09 ` [PATCH v2 1/2] Fix net.c warning on GCC 11 Miroslav Rezanina
2021-01-11 17:09 ` [PATCH v2 2/2] s390x: Use strpadcpy for copying vm name Miroslav Rezanina
2021-01-11 18:02   ` Philippe Mathieu-Daudé
2021-01-12  9:09   ` Thomas Huth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).