On 21 October 2015 at 12:33, Shlomo Pongratz <shlomopongr...@gmail.com> wrote: > I assume I can add the system registers to target-arm/cpu.c but I wonder if > someone really needs to simulate more than 8 AArch32 CPU(s)
The system register implementation belongs in the gic code, not target-arm/. We already have support for devices that say "I have some system registers, please add them to this CPU". The mechanism is the same for system registers for both 32-bit and 64-bit, incidentally. thanks -- PMM