diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2024-01-04 15:15:43 -0500 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2024-02-08 08:45:35 -0500 |
commit | 09e33b045526085fc216bfbb216d87c8da7deb4f (patch) | |
tree | 061997e355cdf9670f35b017a3d98af9a73e429b /arch/x86/coco | |
parent | dcf0926e9b899eca754a07c4064de69815b85a38 (diff) | |
download | linux-stable-09e33b045526085fc216bfbb216d87c8da7deb4f.tar.gz linux-stable-09e33b045526085fc216bfbb216d87c8da7deb4f.tar.bz2 linux-stable-09e33b045526085fc216bfbb216d87c8da7deb4f.zip |
vfio: replace CONFIG_HAVE_KVM with IS_ENABLED(CONFIG_KVM)
It is more accurate to Check if KVM is enabled, instead of having the
architecture say so. Architectures always "have" KVM, so for example
checking CONFIG_HAVE_KVM in vfio code is pointless, but if KVM is disabled
in a specific build, there is no need for support code.
Alternatively, the #ifdefs could simply be deleted. However, this
would add dead code. For example, when KVM is disabled, there is no
need to include code in VFIO that uses symbol_get, as that symbol_get
would always fail.
Cc: Alex Williamson <alex.williamson@redhat.com>
Cc: x86@kernel.org
Cc: kbingham@kernel.org
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'arch/x86/coco')
0 files changed, 0 insertions, 0 deletions