Displaying 3 results from an estimated 3 matches for "all_archs_that_has_virtualization".
2020 Apr 10
2
vhost: refine vhost and vringh kconfig
Hi Jason,
On Thu, Apr 9, 2020 at 6:04 AM Linux Kernel Mailing List
<linux-kernel at vger.kernel.org> wrote:
> Commit: 20c384f1ea1a0bc7320bc445c72dd02d2970d594
> Parent: 5a6b4cc5b7a1892a8d7f63d6cbac6e0ae2a9d031
> Refname: refs/heads/master
> Web: https://git.kernel.org/torvalds/c/20c384f1ea1a0bc7320bc445c72dd02d2970d594
> Author: Jason Wang <jasowang
2020 Apr 10
2
vhost: refine vhost and vringh kconfig
Hi Jason,
On Thu, Apr 9, 2020 at 6:04 AM Linux Kernel Mailing List
<linux-kernel at vger.kernel.org> wrote:
> Commit: 20c384f1ea1a0bc7320bc445c72dd02d2970d594
> Parent: 5a6b4cc5b7a1892a8d7f63d6cbac6e0ae2a9d031
> Refname: refs/heads/master
> Web: https://git.kernel.org/torvalds/c/20c384f1ea1a0bc7320bc445c72dd02d2970d594
> Author: Jason Wang <jasowang
2020 Apr 10
0
vhost: refine vhost and vringh kconfig
...s because before this patch VHOST depends on VIRTUALIZATION. So
the archs whose defconfig that has VIRTUALIZATION can just enable e.g
VHOST_NET without caring about VHOST_MENU.
If this is not preferable, we can:
1) modify the defconfig and enable VHOST_MENU there
2) switch to use default y if $(all_archs_that_has_VIRTUALIZATION)
>
>> +
> I think this deserves a help text, so users know if they want to enable this
> option or not.
Will add one.
Thanks
>
> Thanks!
>
>> +if VHOST_MENU
>> +
>> config VHOST_NET
>> tristate "Host kernel accelerator for virti...