qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] qemu/compiler: Remove unused special case code for GCC < 4.8
@ 2020-09-28 12:58 Philippe Mathieu-Daudé
  2020-09-28 12:58 ` [PATCH 1/3] qemu/compiler: Simplify as all compilers support attribute 'gnu_printf' Philippe Mathieu-Daudé
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Philippe Mathieu-Daudé @ 2020-09-28 12:58 UTC (permalink / raw)
  To: qemu-devel
  Cc: Paolo Bonzini, Thomas Huth, Philippe Mathieu-Daudé,
	Richard Henderson, Richard Henderson

Since commit efc6c070aca we require GCC 4.8 minimum.
Drop the special cases for older versions.

Philippe Mathieu-Daudé (3):
  qemu/compiler: Simplify as all compilers support attribute
    'gnu_printf'
  qemu/atomic: Drop special case for unsupported compiler
  accel/tcg: Remove special case for GCC < 4.6

 include/qemu/atomic.h   | 17 -----------------
 include/qemu/compiler.h | 19 ++++++++-----------
 accel/tcg/cpu-exec.c    |  2 +-
 3 files changed, 9 insertions(+), 29 deletions(-)

-- 
2.26.2



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

end of thread, other threads:[~2020-11-25 15:09 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-28 12:58 [PATCH 0/3] qemu/compiler: Remove unused special case code for GCC < 4.8 Philippe Mathieu-Daudé
2020-09-28 12:58 ` [PATCH 1/3] qemu/compiler: Simplify as all compilers support attribute 'gnu_printf' Philippe Mathieu-Daudé
2020-09-28 13:43   ` Peter Maydell
2020-09-28 14:04   ` Daniel P. Berrangé
2020-09-28 14:14     ` Peter Maydell
2020-09-28 14:23       ` Daniel P. Berrangé
2020-09-28 14:32         ` Peter Maydell
2020-09-28 14:39           ` Daniel P. Berrangé
2020-09-28 16:49             ` Paolo Bonzini
2020-09-28 12:58 ` [PATCH 2/3] qemu/atomic: Drop special case for unsupported compiler Philippe Mathieu-Daudé
2020-09-28 13:36   ` Peter Maydell
2020-11-25 15:07     ` Marc-André Lureau
2020-09-28 12:58 ` [PATCH 3/3] accel/tcg: Remove special case for GCC < 4.6 Philippe Mathieu-Daudé
2020-09-28 13:52   ` Peter Maydell

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).