[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH-for-9.0 0/4] overall: Avoid using inlined functions with external
From: |
Philippe Mathieu-Daudé |
Subject: |
[PATCH-for-9.0 0/4] overall: Avoid using inlined functions with external linkage again |
Date: |
Wed, 13 Mar 2024 19:49:50 +0100 |
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
- [PATCH-for-9.0 0/4] overall: Avoid using inlined functions with external linkage again,
Philippe Mathieu-Daudé <=