What | Removed | Added |
---|---|---|
Flags | needinfo?(fvogt@suse.com) |
(In reply to Dario Faggioli from comment #8) > (In reply to Fabian Vogt from comment #0) > > ## Reproducible > > > > Fails since (at least) Build > > [20231129](https://openqa.opensuse.org/tests/3771195) > > > > > > ## Expected result > > > > Last good: [20231127](https://openqa.opensuse.org/tests/3763820) (or more > > recent) > > > So, I'm curious about this part. Does these "Fails since" and "Last good" > mean that this was working at some point, and then it broke? In this particular case not, the change that started the failure just exposed this issue. I don't actually remember what it was. > I'm asking because, AFAIK, graphical output until virtio-gpu.ko is loaded > has always been the case (but I may be wrong, as I'm not much of an expert > of ARM)... I think so too.(In reply to Stefan Dirsch from comment #14) > For me it worked to use > > qemu-kvm -M virt -m 4096M -bios /usr/share/qemu/aavmf-aarch64-code.bin -cpu > host -device virtio-gpu-pci ... -device qemu-xhci -device usb-kbd ... On my x86_64 hosts I just do qemu-system-aarch64 -M virt -cpu cortex-a72 -m 2048 -serial stdio -device virtio-gpu-pci -device qemu-xhci -device usb-kbd -bios /usr/share/qemu/aavmf-aarch64-code.bin + whatever storage devices.