On Tue, 2 May 2023 at 12:10, Daniel Bertalan <d...@danielbertalan.dev> wrote: > > Hi Peter, > > Thank you for merging the patch. > > On Tuesday, May 2nd, 2023 at 12:15, Peter Maydell <peter.mayd...@linaro.org> > wrote: > > > > Are there any particularly interesting bits of guest software > > that try to read this property ? > > We plan to use it in the AArch64 port of SerenityOS temporarily, while > we are in the process of bringing up device tree support. > I added it here: <https://github.com/SerenityOS/serenity/pull/18557> > > [sidenote] > By the way, do you know if anyone has managed to run the raspi3b emulation in > EL1 (under KVM/HVF)?
No, that's not supported. The only board we have that works in KVM is the 'virt' board. I guess in theory it could be bodged into working, but AArch64 KVM isn't really intended as "run an arbitrary guest kernel that uses an arbitrary machine and set of devices", it's more "run a guest kernel that knows it's running as a VM" (for instance there is no way to give the guest something that says it's a Cortex-A53 -- you always get the CPU type the host has). -- PMM