add viogpu, a VirtIO GPU driver
authorjcs <jcs@openbsd.org>
Thu, 20 Apr 2023 19:28:30 +0000 (19:28 +0000)
committerjcs <jcs@openbsd.org>
Thu, 20 Apr 2023 19:28:30 +0000 (19:28 +0000)
commite208b5629e93dc00cc43012e18092d238479df80
tree434ec4295f49b2879df9ce0750dc638189484984
parentf1d9235dd73f99cd03d5e6321c8e43d8fdca2bd1
add viogpu, a VirtIO GPU driver

works enough to get a console on qemu with more work to come from
others

feedback from miod
ok patrick
share/man/man4/Makefile
share/man/man4/viogpu.4 [new file with mode: 0644]
sys/arch/amd64/conf/GENERIC
sys/arch/arm64/conf/GENERIC
sys/arch/arm64/conf/RAMDISK
sys/dev/pv/files.pv
sys/dev/pv/viogpu.c [new file with mode: 0644]
sys/dev/pv/viogpu.h [new file with mode: 0644]
sys/dev/pv/virtio.c
sys/dev/pv/virtioreg.h
sys/dev/wscons/wsconsio.h