Re: [PATCH v10 19/19] docs: Sample driver to demonstrate how to use Mediated device framework.

From: Jonathan Corbet
Date: Thu Oct 27 2016 - 10:29:11 EST


On Thu, 27 Oct 2016 02:59:26 +0530
Kirti Wankhede <kwankhede@xxxxxxxxxx> wrote:

> The Sample driver creates mdev device that simulates serial port over PCI
> card.
>
> Signed-off-by: Kirti Wankhede <kwankhede@xxxxxxxxxx>
> Signed-off-by: Neo Jia <cjia@xxxxxxxxxx>
> Change-Id: I857f8f12f8b275f2498dfe8c628a5cdc7193b1b2
> ---
> Documentation/vfio-mdev/Makefile | 13 +
> Documentation/vfio-mdev/mtty.c | 1503 ++++++++++++++++++++++
> Documentation/vfio-mdev/vfio-mediated-device.txt | 103 +-

We've been working for a bit to get the buildable code *out* of the
documentation tree. I think this should go into samples/ instead.

Thanks,

jon