diff options
Diffstat (limited to 'include/linux/kvm.h')
-rw-r--r-- | include/linux/kvm.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/kvm.h b/include/linux/kvm.h index bfe742b771f6..997bb3e46f1e 100644 --- a/include/linux/kvm.h +++ b/include/linux/kvm.h | |||
@@ -34,7 +34,7 @@ struct kvm_memory_alias { | |||
34 | __u64 target_phys_addr; | 34 | __u64 target_phys_addr; |
35 | }; | 35 | }; |
36 | 36 | ||
37 | /* for KVM_SET_IRQ_LEVEL */ | 37 | /* for KVM_IRQ_LINE */ |
38 | struct kvm_irq_level { | 38 | struct kvm_irq_level { |
39 | /* | 39 | /* |
40 | * ACPI gsi notion of irq. | 40 | * ACPI gsi notion of irq. |
@@ -297,7 +297,7 @@ struct kvm_signal_mask { | |||
297 | #define KVM_SET_MEMORY_ALIAS _IOW(KVMIO, 0x43, struct kvm_memory_alias) | 297 | #define KVM_SET_MEMORY_ALIAS _IOW(KVMIO, 0x43, struct kvm_memory_alias) |
298 | /* Device model IOC */ | 298 | /* Device model IOC */ |
299 | #define KVM_CREATE_IRQCHIP _IO(KVMIO, 0x60) | 299 | #define KVM_CREATE_IRQCHIP _IO(KVMIO, 0x60) |
300 | #define KVM_IRQ_LINE _IO(KVMIO, 0x61) | 300 | #define KVM_IRQ_LINE _IOW(KVMIO, 0x61, struct kvm_irq_level) |
301 | 301 | ||
302 | /* | 302 | /* |
303 | * ioctls for vcpu fds | 303 | * ioctls for vcpu fds |