[PATCH v2 0/2] hw/arm/smmu-common: Avoid using inlined functions with external linkage

Philippe Mathieu-Daudé posted 2 patches 1 year, 4 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20221216214924.4711-1-philmd@linaro.org
Maintainers: Eric Auger <eric.auger@redhat.com>, Peter Maydell <peter.maydell@linaro.org>
hw/arm/smmu-common.c         | 15 +++++++--------
include/hw/arm/smmu-common.h |  3 ---
2 files changed, 7 insertions(+), 11 deletions(-)
[PATCH v2 0/2] hw/arm/smmu-common: Avoid using inlined functions with external linkage
Posted by Philippe Mathieu-Daudé 1 year, 4 months ago
Avoid inlined functions with external linkage,
convert 'inline' header to 'static inline' in source.

Supersedes: <20221208161152.28976-1-philmd@linaro.org>

Philippe Mathieu-Daudé (2):
  hw/arm/smmu-common: Reduce smmu_inv_notifiers_mr() scope
  hw/arm/smmu-common: Avoid using inlined functions with external
    linkage

 hw/arm/smmu-common.c         | 15 +++++++--------
 include/hw/arm/smmu-common.h |  3 ---
 2 files changed, 7 insertions(+), 11 deletions(-)

-- 
2.38.1


Re: [PATCH v2 0/2] hw/arm/smmu-common: Avoid using inlined functions with external linkage
Posted by Peter Maydell 1 year, 3 months ago
On Fri, 16 Dec 2022 at 21:49, Philippe Mathieu-Daudé <philmd@linaro.org> wrote:
>
> Avoid inlined functions with external linkage,
> convert 'inline' header to 'static inline' in source.
>
> Supersedes: <20221208161152.28976-1-philmd@linaro.org>
>
> Philippe Mathieu-Daudé (2):
>   hw/arm/smmu-common: Reduce smmu_inv_notifiers_mr() scope
>   hw/arm/smmu-common: Avoid using inlined functions with external
>     linkage



Applied to target-arm.next, thanks.

-- PMM