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)? We are currently only targeting the Raspberry Pi as the the AArch64 porting effort is a small subproject -- virtio peripheral support is out of the question at the moment. It would be great if those of us that use AArch64 development machines could run the OS under hardware acceleration, while still using the existing Raspi kernel drivers. I'd be happy to put in the work to make it possible, but I don't know where to start. [/sidenote] I haven't checked any mainstream OSes if they use this message, sorry. Regards, Daniel