[PATCH] samples: fix the prompt about SAMPLE_VFIO_MDEV_MBOCHS

ye.xingchen@zte.com.cn posted 1 patch 2 years, 7 months ago
samples/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] samples: fix the prompt about SAMPLE_VFIO_MDEV_MBOCHS
Posted by ye.xingchen@zte.com.cn 2 years, 7 months ago
From: ye xingchen <ye.xingchen@zte.com.cn>

Change the prompt about SAMPLE_VFIO_MDEV_MBOCHS as
'Build VFIO mbochs example mediated device sample code'.

Signed-off-by: ye xingchen <ye.xingchen@zte.com.cn>
---
 samples/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/samples/Kconfig b/samples/Kconfig
index 56b191d128d8..1b49f99f3074 100644
--- a/samples/Kconfig
+++ b/samples/Kconfig
@@ -208,7 +208,7 @@ config SAMPLE_VFIO_MDEV_MDPY_FB
 	  Guest fbdev driver for the virtual display sample driver.

 config SAMPLE_VFIO_MDEV_MBOCHS
-	tristate "Build VFIO mdpy example mediated device sample code"
+	tristate "Build VFIO mbochs example mediated device sample code"
 	select VFIO_MDEV
 	select DMA_SHARED_BUFFER
 	help
-- 
2.25.1
Re: [PATCH] samples: fix the prompt about SAMPLE_VFIO_MDEV_MBOCHS
Posted by Alex Williamson 2 years, 7 months ago
On Mon, 30 Jan 2023 10:13:51 +0800 (CST)
<ye.xingchen@zte.com.cn> wrote:

> From: ye xingchen <ye.xingchen@zte.com.cn>
> 
> Change the prompt about SAMPLE_VFIO_MDEV_MBOCHS as
> 'Build VFIO mbochs example mediated device sample code'.
> 
> Signed-off-by: ye xingchen <ye.xingchen@zte.com.cn>
> ---
>  samples/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/samples/Kconfig b/samples/Kconfig
> index 56b191d128d8..1b49f99f3074 100644
> --- a/samples/Kconfig
> +++ b/samples/Kconfig
> @@ -208,7 +208,7 @@ config SAMPLE_VFIO_MDEV_MDPY_FB
>  	  Guest fbdev driver for the virtual display sample driver.
> 
>  config SAMPLE_VFIO_MDEV_MBOCHS
> -	tristate "Build VFIO mdpy example mediated device sample code"
> +	tristate "Build VFIO mbochs example mediated device sample code"
>  	select VFIO_MDEV
>  	select DMA_SHARED_BUFFER
>  	help

Applied to vfio next branch for v6.3.  Thanks,

Alex