qemu-devel
[Top][All Lists]
Advanced

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

Re: [RFC v2 08/24] target/arm: split cpregs from tcg/helper.c


From: Richard Henderson
Subject: Re: [RFC v2 08/24] target/arm: split cpregs from tcg/helper.c
Date: Mon, 1 Mar 2021 14:22:42 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1

On 3/1/21 8:49 AM, Claudio Fontana wrote:
+uint64_t raw_read(CPUARMState *env, const ARMCPRegInfo *ri);
+void raw_write(CPUARMState *env, const ARMCPRegInfo *ri,
+               uint64_t value);

These shouldn't go in cpu.h; the new cpregs.h seems reasonable.

Otherwise, LGTM.

r~



reply via email to

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