On Thu, 23 May 2019 at 19:36, Aaro Koskinen <aaro.koski...@iki.fi> wrote: > Cheetah works with serial console. I tried with console on display, > and it seems to boot up, and the frame buffer window gets correctly > sized but for some reason it just stays blank.
As a general question, when you're doing these tests are you using a kernel image that is known to work on real hardware? One problem we have with some of these older QEMU platforms is that it turns out that QEMU is only tested with the kernel, and the kernel support for the platform is only tested with QEMU, and so you get equal and opposite bugs in QEMU and the kernel that cancel each other out and don't get noticed... (On the QEMU side these platforms are all basically orphaned: if somebody submits patches to fix bugs we'll review them, but they're unlikely to get a great deal of attention otherwise. They're also quite near the top of the "maybe we'll just deprecate and then delete these" list, since we have not historically had any working guest images to test against. If there's a real userbase that wants them to continue to exist that's a different matter, of course.) thanks - PMM