Re: [PATCH V13 4/6] mdev: introduce mediated virtio bus

From: Randy Dunlap
Date: Mon Nov 18 2019 - 22:13:13 EST


Hi,

On 11/18/19 2:59 AM, Jason Wang wrote:
> diff --git a/drivers/mdev/Kconfig b/drivers/mdev/Kconfig
> index 4561f2d4178f..cd84d4670552 100644
> --- a/drivers/mdev/Kconfig
> +++ b/drivers/mdev/Kconfig
> @@ -17,3 +17,13 @@ config VFIO_MDEV
> more details.
>
> If you don't know what do here, say N.
> +
> +config MDEV_VIRTIO
> + tristate "Mediated VIRTIO bus"
> + depends on VIRTIO && MDEV
> + default n
> + help
> + Proivdes a mediated BUS for virtio. It could be used by

Provides

> + either kenrel driver or userspace driver.

kernel

> +
> + If you don't know what do here, say N.

All of these lines should be indented with one tab, not spaces.

--
~Randy
Reported-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>