qemu-ppc
[Top][All Lists]
Advanced

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

Re: [PATCH v3 2/7] target/ppc: Isolated SPR read/write callbacks


From: Richard Henderson
Subject: Re: [PATCH v3 2/7] target/ppc: Isolated SPR read/write callbacks
Date: Fri, 30 Apr 2021 17:55:28 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1

On 4/30/21 12:35 PM, Bruno Larsen (billionai) wrote:
Moved all SPR read/write callback, and some related functions, to a
new file specific for it. These callbacks are TCG only, so separating
them is required to support the build flag disable-tcg.

Making the spr_noaccess function not static, and moving the define to
internal.h is required, otherwise the project doesn't build

Why is that? You're moving the code to a different file, but then including that file back into the same translation unit. There should be no change in which symbols appear in which object file.

I think that the spr_noaccess move might be required by patch 7, but that's something different.


r~



reply via email to

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