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

From: Cornelia Huck
Date: Wed Nov 06 2019 - 05:54:25 EST


On Wed, 6 Nov 2019 15:05:46 +0800
Jason Wang <jasowang@xxxxxxxxxx> wrote:

> This patch implements basic support for mdev driver that supports
> virtio transport for kernel virtio driver.
>
> Signed-off-by: Jason Wang <jasowang@xxxxxxxxxx>
> ---
> 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@xxxxxxxxxx>