[PATCH v2] cpu_x86: Do not inline cpuidCall()

2025-05-16 Thread Fabio Estevam
e] 2563 | cpuidCall(virCPUx86CPUID *cpuid) | ^ Remove the 'inline' specifier to avoid the problem. Reported-by: Hongxu Jia Signed-off-by: Fabio Estevam Reviewed-by: Ján Tomko --- Changes since v1: - Improve the commit log by explaining where DEBUG_BUILD comes from. (Ján) sr

Re: [PATCH] cpu_x86: Do not inline cpuidCall()

2025-05-16 Thread Fabio Estevam
Hi Ján, On Fri, May 16, 2025 at 8:30 AM Ján Tomko wrote: > > On a Wednesday in 2025, Fabio Estevam wrote: > >The following build error is observed with DEBUG_BUILD = 1: > > > > What exactly is DEBUG_BUILD? I can't find the variable anywhere. DEBUG_BUILD is a c

[PATCH] cpu_x86: Do not inline cpuidCall()

2025-05-16 Thread Fabio Estevam
irCPUx86CPUID *cpuid) | ^ Remove the 'inline' specifier to avoid the problem. Reported-by: Hongxu Jia Signed-off-by: Fabio Estevam --- src/cpu/cpu_x86.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cpu/cpu_x86.c b/src/cpu/cpu_x86.c index 213af67ea478..0f7eb8f48b35