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

Philippe Mathieu-Daudé posted 4 patches 1 month, 2 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240313184954.42513-1-philmd@linaro.org
Maintainers: Eric Auger <eric.auger@redhat.com>, Peter Maydell <peter.maydell@linaro.org>, Paolo Bonzini <pbonzini@redhat.com>, "Marc-André Lureau" <marcandre.lureau@redhat.com>, "Daniel P. Berrangé" <berrange@redhat.com>, Thomas Huth <thuth@redhat.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Alexander Graf <agraf@csgraf.de>, Cameron Esfahani <dirty@apple.com>, Roman Bolshakov <rbolshakov@ddn.com>, John Snow <jsnow@redhat.com>, Laurent Vivier <lvivier@redhat.com>
There is a newer version of this series
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(-)
[PATCH-for-9.0 0/4] overall: Avoid using inlined functions with external linkage again
Posted by Philippe Mathieu-Daudé 1 month, 2 weeks ago
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