|
From: | Richard Henderson |
Subject: | Re: [RFC v12 27/65] target/arm: split a15 cpu model and 32bit class functions to cpu32.c |
Date: | Sun, 28 Mar 2021 10:18:52 -0600 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1 |
On 3/26/21 1:36 PM, Claudio Fontana wrote:
provide helper functions there to initialize 32bit models, and export the a15 cpu model. We still need to keep around a15 until we sort out the board configurations. cpu.c will continue to contain the common parts between 32 and 64. Note that we need to build cpu32 also for TARGET_AARCH64, because qemu-system-aarch64 is supposed to be able to run non-aarch64 cpus too. Signed-off-by: Claudio Fontana <cfontana@suse.de>
Dump state has nothing to do with a15 or the 32-bit models. Moving that should be a separate change. The gdbstub changes are also a separate change, afaics.I don't understand the a15 comment above. Is it really relevant to moving the 32-bit cpu models?
r~
[Prev in Thread] | Current Thread | [Next in Thread] |