mirror of
https://github.com/opnsense/src.git
synced 2026-04-14 13:57:02 -04:00
Add a driver to connect vt to the VirtIO GPU device in 2D mode. This provides a output on the display when a qemu virtio gpu device is added, e.g. with -device virtio-gpu-pci. Tested on qemu using UTM, and a Hetzner arm64 VM instance. Reviewed by: bryanv (earlier version) Sponsored by: Arm Ltd Differential Revision: https://reviews.freebsd.org/D40094
28 lines
643 B
Text
28 lines
643 B
Text
#
|
|
# Virt SoC support
|
|
#
|
|
|
|
# Block devices
|
|
device pvscsi # VMware PVSCSI
|
|
|
|
# GPIO / PINCTRL
|
|
device pl061 # Arm PL061 GPIO controller
|
|
|
|
# Serial (COM) ports
|
|
device pl011
|
|
|
|
# PCI/PCI-X/PCIe Ethernet NICs that use iflib infrastructure
|
|
device vmx # VMware VMXNET3 Ethernet
|
|
|
|
# VirtIO support
|
|
device virtio # Generic VirtIO bus (required)
|
|
device virtio_pci # VirtIO PCI device
|
|
device virtio_mmio # VirtIO Memory Mapped IO device
|
|
device virtio_blk # VirtIO Block device
|
|
device virtio_gpu # VirtIO GPU device
|
|
device virtio_scsi # VirtIO SCSI device
|
|
device vtnet # VirtIO Ethernet device
|
|
|
|
options FDT
|
|
device acpi
|
|
device acpi_ged
|