aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/kvm_host.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h
index 8091a4d90ddf..eafabd5c66b2 100644
--- a/include/linux/kvm_host.h
+++ b/include/linux/kvm_host.h
@@ -307,6 +307,7 @@ struct kvm_assigned_dev_kernel {
307 int host_busnr; 307 int host_busnr;
308 int host_devfn; 308 int host_devfn;
309 int host_irq; 309 int host_irq;
310 bool host_irq_disabled;
310 int guest_irq; 311 int guest_irq;
311 struct msi_msg guest_msi; 312 struct msi_msg guest_msi;
312#define KVM_ASSIGNED_DEV_GUEST_INTX (1 << 0) 313#define KVM_ASSIGNED_DEV_GUEST_INTX (1 << 0)