We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bda055 commit db7d6fbCopy full SHA for db7d6fb
include/uapi/linux/kvm.h
@@ -918,8 +918,6 @@ struct kvm_enable_cap {
918
#define KVM_CAP_GUEST_MEMFD 234
919
#define KVM_CAP_VM_TYPES 235
920
921
-#ifdef KVM_CAP_IRQ_ROUTING
922
-
923
struct kvm_irq_routing_irqchip {
924
__u32 irqchip;
925
__u32 pin;
@@ -984,8 +982,6 @@ struct kvm_irq_routing {
984
982
struct kvm_irq_routing_entry entries[];
985
983
};
986
987
-#endif
988
989
#define KVM_IRQFD_FLAG_DEASSIGN (1 << 0)
990
/*
991
* Available with KVM_CAP_IRQFD_RESAMPLE
0 commit comments