qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH-for-9.0 0/4] overall: Avoid using inlined functions with external linkage again
@ 2024-03-13 18:49 Philippe Mathieu-Daudé
  2024-03-13 18:49 ` [PATCH-for-9.0 1/4] hw/arm/smmu: " Philippe Mathieu-Daudé
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Philippe Mathieu-Daudé @ 2024-03-13 18:49 UTC (permalink / raw)
  To: qemu-devel
  Cc: Paolo Bonzini, Laurent Vivier, John Snow, Alexander Graf,
	Eric Auger, qemu-block, Thomas Huth, qemu-arm,
	Daniel P. Berrangé, Marc-André Lureau, Cameron Esfahani,
	Roman Bolshakov, Peter Maydell, Philippe Mathieu-Daudé

Mostly as a C style cleanup, use -Wstatic-in-inline to avoid
using inlined function with external linkage.

Philippe Mathieu-Daudé (4):
  hw/arm/smmu: Avoid using inlined functions with external linkage again
  accel/hvf: Un-inline hvf_arch_supports_guest_debug()
  qtest/libqos: Un-inline size_to_prdtl()
  meson: Enable -Wstatic-in-inline

 meson.build               | 1 +
 hw/arm/smmu-common.c      | 2 +-
 target/arm/hvf/hvf.c      | 2 +-
 target/i386/hvf/hvf.c     | 2 +-
 tests/qtest/libqos/ahci.c | 2 +-
 5 files changed, 5 insertions(+), 4 deletions(-)

-- 
2.41.0



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

end of thread, other threads:[~2024-03-13 21:36 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-13 18:49 [PATCH-for-9.0 0/4] overall: Avoid using inlined functions with external linkage again Philippe Mathieu-Daudé
2024-03-13 18:49 ` [PATCH-for-9.0 1/4] hw/arm/smmu: " Philippe Mathieu-Daudé
2024-03-13 21:08   ` Richard Henderson
2024-03-13 18:49 ` [PATCH-for-9.0 2/4] accel/hvf: Un-inline hvf_arch_supports_guest_debug() Philippe Mathieu-Daudé
2024-03-13 19:40   ` Peter Maydell
2024-03-13 21:08   ` Richard Henderson
2024-03-13 18:49 ` [PATCH-for-9.0 3/4] qtest/libqos: Un-inline size_to_prdtl() Philippe Mathieu-Daudé
2024-03-13 19:39   ` Peter Maydell
2024-03-13 21:35     ` Philippe Mathieu-Daudé
2024-03-13 18:49 ` [PATCH-for-9.0 4/4] meson: Enable -Wstatic-in-inline Philippe Mathieu-Daudé
2024-03-13 21:09   ` Richard Henderson

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