From a5e6e6505f38f7bce1d3576503a2bffff3fa888c Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Fri, 11 May 2018 09:05:04 -0600 Subject: sample: vfio bochs vbe display (host device for bochs-drm) Display device, demo-ing the vfio dmabuf display interface (VFIO_GFX_PLANE_TYPE_DMABUF). Compatible enough to qemu stdvga that bochs-drm.ko can be used as guest driver. Signed-off-by: Gerd Hoffmann Signed-off-by: Alex Williamson --- samples/vfio-mdev/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'samples/vfio-mdev/Makefile') diff --git a/samples/vfio-mdev/Makefile b/samples/vfio-mdev/Makefile index 7a5790aaec9c..7db889ca135c 100644 --- a/samples/vfio-mdev/Makefile +++ b/samples/vfio-mdev/Makefile @@ -1,3 +1,4 @@ obj-$(CONFIG_SAMPLE_VFIO_MDEV_MTTY) += mtty.o obj-$(CONFIG_SAMPLE_VFIO_MDEV_MDPY) += mdpy.o obj-$(CONFIG_SAMPLE_VFIO_MDEV_MDPY_FB) += mdpy-fb.o +obj-$(CONFIG_SAMPLE_VFIO_MDEV_MBOCHS) += mbochs.o -- cgit v1.2.3-55-g7522