[PATCH V9 4/6] mdev: introduce virtio device and its device ops

Cornelia Huck cohuck at redhat.com
Wed Nov 6 10:53:56 UTC 2019


On Wed,  6 Nov 2019 15:05:46 +0800
Jason Wang <jasowang at redhat.com> wrote:

> This patch implements basic support for mdev driver that supports
> virtio transport for kernel virtio driver.
> 
> Signed-off-by: Jason Wang <jasowang at redhat.com>
> ---
>  MAINTAINERS                      |   1 +
>  drivers/vfio/mdev/mdev_core.c    |  21 +++++
>  drivers/vfio/mdev/mdev_private.h |   2 +
>  include/linux/mdev.h             |   6 ++
>  include/linux/mdev_virtio_ops.h  | 147 +++++++++++++++++++++++++++++++
>  5 files changed, 177 insertions(+)
>  create mode 100644 include/linux/mdev_virtio_ops.h

Reviewed-by: Cornelia Huck <cohuck at redhat.com>



More information about the dri-devel mailing list