Hi Philippe, thank you for looking into this. On Thu, Jul 17, 2025 at 11:11 PM Philippe Mathieu-Daudé <phi...@linaro.org> wrote: > > (sorry for previously missing this patch) > > (cc'ing Google folks for > https://lore.kernel.org/qemu-devel/20250717205735.2345674-1-r...@google.com/)
Will this patch be included into 10.1? > On 14/2/25 08:20, JianChunfu wrote: > > Similarly to commit 9de9fa5c ("hw/arm/smmu-common: Avoid using > > inlined functions with external linkage"): > > > > None of our code base require / use inlined functions with external > > linkage. Some places use internal inlining in the hot path. These > > two functions are certainly not in any hot path and don't justify > > any inlining, so these are likely oversights rather than intentional. > > > > Fixes: b8fa4c23 (hw/arm/smmu: Support nesting in the rest of commands) > > I suppose b8fa4c233bd was copy/pasted before 0b796f38106 ("hw/arm/smmu: > Avoid using inlined functions with external linkage again"). > > > Signed-off-by: JianChunfu <jansef.j...@hj-micro.com> > > Reviewed-by: Richard Henderson <richard.hender...@linaro.org> > Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>