mbox series

[PATCH-for-9.0?,v2,0/4] overall: Avoid using inlined functions with external linkage again

Message ID 20240326171009.26696-1-philmd@linaro.org
Headers show
Series overall: Avoid using inlined functions with external linkage again | expand

Message

Philippe Mathieu-Daudé March 26, 2024, 5:10 p.m. UTC
Oops, I forgot patch 3 needed rework :/ Is it too late to
enforce that flag for 9.0?

Missing review: #3

Since v1:
- Reduce size_to_prdtl() scope

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: Reduce size_to_prdtl() declaration scope
  meson: Enable -Wstatic-in-inline

 meson.build               | 1 +
 tests/qtest/libqos/ahci.h | 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 +-
 6 files changed, 5 insertions(+), 5 deletions(-)