aboutsummaryrefslogtreecommitdiff
path: root/samples/vfio-mdev/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
Add SPDX license identifiers to all Make/Kconfig files which: - Have no license information of any form These files fall under the project license, GPL v2 only. The resulting SPDX license identifier is: GPL-2.0-only Signed-off-by: Thomas Gleixner <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2018-06-08sample: vfio bochs vbe display (host device for bochs-drm)Gerd Hoffmann1-0/+1
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 <[email protected]> Signed-off-by: Alex Williamson <[email protected]>
2018-06-08sample: vfio mdev display - guest driverGerd Hoffmann1-0/+1
Guest fbdev driver for CONFIG_SAMPLE_VFIO_MDEV_MDPY. Signed-off-by: Gerd Hoffmann <[email protected]> Signed-off-by: Alex Williamson <[email protected]>
2018-06-08sample: vfio mdev display - host deviceGerd Hoffmann1-0/+1
Simple framebuffer display, demo-ing the vfio region display interface (VFIO_GFX_PLANE_TYPE_REGION). Signed-off-by: Gerd Hoffmann <[email protected]> Signed-off-by: Alex Williamson <[email protected]>
2016-12-30vfio-mdev: Fix mtty sample driver buildingAlex Williamson1-13/+1
This sample driver was originally under Documentation/ and was moved to samples, but build support was never adjusted for the new location. Signed-off-by: Alex Williamson <[email protected]> Reviewed-by: Eric Auger <[email protected]> Tested-by: Eric Auger <[email protected]> Reviewed-by: Kirti Wankhede <[email protected]>
2016-11-17docs: Sample driver to demonstrate how to use Mediated device framework.Kirti Wankhede1-0/+13
The Sample driver creates mdev device that simulates serial port over PCI card. Signed-off-by: Kirti Wankhede <[email protected]> Signed-off-by: Neo Jia <[email protected]> Signed-off-by: Alex Williamson <[email protected]>