Re: [PATCH] x86/kvm: hide KVM options from menuconfig when KVM is not compiled

2020-10-19 Thread Paolo Bonzini
On 01/10/20 13:20, Matteo Croce wrote: > From: Matteo Croce > > Let KVM_WERROR depend on KVM, so it doesn't show in menuconfig alone. > > Signed-off-by: Matteo Croce > --- > arch/x86/kvm/Kconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/x86/kvm/Kconfig b/arch/x86/kvm/Kconf

Re: [PATCH] x86/kvm: hide KVM options from menuconfig when KVM is not compiled

2020-10-01 Thread Matteo Croce
On Thu, Oct 1, 2020 at 4:01 PM Vitaly Kuznetsov wrote: > > Matteo Croce writes: > > > From: Matteo Croce > > > > Let KVM_WERROR depend on KVM, so it doesn't show in menuconfig alone. > > > > Signed-off-by: Matteo Croce > > I'd even say > > Fixes: 4f337faf1c55e ("KVM: allow disabling -Werror") >

Re: [PATCH] x86/kvm: hide KVM options from menuconfig when KVM is not compiled

2020-10-01 Thread Vitaly Kuznetsov
Matteo Croce writes: > From: Matteo Croce > > Let KVM_WERROR depend on KVM, so it doesn't show in menuconfig alone. > > Signed-off-by: Matteo Croce I'd even say Fixes: 4f337faf1c55e ("KVM: allow disabling -Werror") > --- > arch/x86/kvm/Kconfig | 1 + > 1 file changed, 1 insertion(+) > > dif

[PATCH] x86/kvm: hide KVM options from menuconfig when KVM is not compiled

2020-10-01 Thread Matteo Croce
From: Matteo Croce Let KVM_WERROR depend on KVM, so it doesn't show in menuconfig alone. Signed-off-by: Matteo Croce --- arch/x86/kvm/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/x86/kvm/Kconfig b/arch/x86/kvm/Kconfig index fbd5bd7a945a..f92dfd8ef10d 100644 --- a/arch/x86/k