diff options
-rw-r--r-- | qemu.config | 4 | ||||
-rw-r--r-- | vgpu.config | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/qemu.config b/qemu.config index 49fffa0..26af7f3 100644 --- a/qemu.config +++ b/qemu.config @@ -60,3 +60,7 @@ CONFIG_USB_SERIAL_FTDI_SIO=y # spice agent CONFIG_INPUT_UINPUT=m + +# mdpy guest driver +CONFIG_SAMPLES=y +CONFIG_SAMPLE_VFIO_MDEV_MDPY_FB=m diff --git a/vgpu.config b/vgpu.config index d293e64..980cc92 100644 --- a/vgpu.config +++ b/vgpu.config @@ -12,6 +12,7 @@ CONFIG_SAMPLES=y CONFIG_SAMPLE_VFIO_MDEV_MTTY=m CONFIG_SAMPLE_VFIO_MDEV_MDPY=m CONFIG_SAMPLE_VFIO_MDEV_MDPY_FB=m +CONFIG_SAMPLE_VFIO_MDEV_MBOCHS=m # intel gfx CONFIG_DRM=m |