Mathew McBride ea7383e721 armsr: enable framebuffer emulation for virtio-gpu/drm displays
This was discovered when trying to run OpenWrt on Hetzner Cloud's
Arm-based instances.

Hetzner uses QEMU/KVM with virtio-gpu as the main display device,
together with an ACPI firmware. This was not displaying a console
previously.

This setup can be emulated by qemu using options below:
qemu-system-aarch64 \
    -machine virt \
    -bios QEMU_EFI.fd \
    -device virtio-gpu \
    -usb \
    -device qemu-xhci,id=xhci \
    -device usb-tablet,bus=xhci.0 \
    -device usb-kbd,bus=xhci.0 \
    -vnc :0

Signed-off-by: Mathew McBride <matt@traverse.com.au>
2024-06-23 16:15:28 +02:00
..
2024-06-05 09:34:06 +02:00
2024-06-22 16:50:57 +02:00
2024-06-22 16:50:57 +02:00
2024-05-29 17:56:28 +02:00
2024-06-22 16:50:57 +02:00
2024-06-22 16:50:57 +02:00
2024-06-20 01:55:19 +02:00
2024-06-17 12:57:06 +02:00
2024-06-20 09:56:50 +02:00
2024-06-17 12:57:06 +02:00
2024-06-20 01:55:19 +02:00
2024-04-25 14:33:22 +02:00
2024-06-17 12:57:06 +02:00
2024-04-30 11:02:48 +02:00
2024-06-17 12:57:06 +02:00
2024-05-01 10:26:41 +02:00