Re: [PATCH 01/12] vfio/mdev: Remove CONFIG_VFIO_MDEV_DEVICE
From: Jason Gunthorpe <jgg@nvidia.com>
Date: 2021-04-26 18:26:30
Also in:
dri-devel, intel-gfx, kvm, linux-s390
From: Jason Gunthorpe <jgg@nvidia.com>
Date: 2021-04-26 18:26:30
Also in:
dri-devel, intel-gfx, kvm, linux-s390
On Fri, Apr 23, 2021 at 05:08:10PM -0700, Randy Dunlap wrote:
On 4/23/21 4:02 PM, Jason Gunthorpe wrote:quoted
@@ -171,7 +171,7 @@ config SAMPLE_VFIO_MDEV_MDPY_FB config SAMPLE_VFIO_MDEV_MBOCHS tristate "Build VFIO mdpy example mediated device sample code -- loadable modules only"You can drop the ending of the prompt string.
Hum, I see this whole sample kconfig file is filled with this '&& m' pattern, I wonder if there is a reason? I think I will put the '&& m' back, I thought it was some kconfig misunderstanding as it is very strange to see a naked '&& M'. Thanks Jason