diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2018-08-22 16:41:04 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2018-08-22 16:41:04 +0200 |
commit | c8552db5c1920e8e243d4ae00e23e89fe11bc590 (patch) | |
tree | 85f36d19369ace11266ee12793b48a4ad7073d44 | |
parent | edcdfd53e34e69510412c775affc4f65841c5e98 (diff) | |
download | kconfig-c8552db5c1920e8e243d4ae00e23e89fe11bc590.tar.gz |
mdev update
-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 |