qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] target/ppc: Improve logging in Radix MMU


From: Richard Henderson
Subject: Re: [PATCH] target/ppc: Improve logging in Radix MMU
Date: Thu, 23 Dec 2021 08:17:56 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.14.0

On 12/21/21 11:10 PM, Cédric Le Goater wrote:
+static bool __ppc_radix64_xlate(PowerPCCPU *cpu, vaddr eaddr,

Don't do the double-underscore thing.
It's technically a reserved namespace.
Use e.g. ppc_radix_xlate_impl.

Otherwise
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>


r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]