diff options
| author | Paolo Bonzini <pbonzini@redhat.com> | 2025-04-04 07:07:54 -0400 |
|---|---|---|
| committer | Paolo Bonzini <pbonzini@redhat.com> | 2025-04-04 07:16:54 -0400 |
| commit | 369348e1d8ce809a50fd63a71941f6af553ffa80 (patch) | |
| tree | 8be613d222869814ccc917b29787d73dce526815 /include | |
| parent | 70817b2b4624f2174d58e1a2f7195fc8f0193c09 (diff) | |
| parent | bc52ae0a708cb6fa3926d11c88e3c55e1171b4a1 (diff) | |
Merge branch 'kvm-6.15-rc2-fixes' into HEAD
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/kvm_host.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h index 5438a1b446a6..291d49b9bf05 100644 --- a/include/linux/kvm_host.h +++ b/include/linux/kvm_host.h @@ -2382,7 +2382,7 @@ static inline bool kvm_is_visible_memslot(struct kvm_memory_slot *memslot) struct kvm_vcpu *kvm_get_running_vcpu(void); struct kvm_vcpu * __percpu *kvm_get_running_vcpus(void); -#ifdef CONFIG_HAVE_KVM_IRQ_BYPASS +#if IS_ENABLED(CONFIG_HAVE_KVM_IRQ_BYPASS) bool kvm_arch_has_irq_bypass(void); int kvm_arch_irq_bypass_add_producer(struct irq_bypass_consumer *, struct irq_bypass_producer *); |
