aboutsummaryrefslogtreecommitdiff
path: root/linux-headers/asm-x86/kvm.h
diff options
context:
space:
mode:
authorEduardo Habkost <ehabkost@redhat.com>2021-06-03 15:15:41 -0400
committerEduardo Habkost <ehabkost@redhat.com>2021-06-17 14:11:06 -0400
commit278f064e452468d66ee15c3f453826e697ec6832 (patch)
tree902b9944f38428d955b0e9763556134bb0dd1b2f /linux-headers/asm-x86/kvm.h
parent18e53dff939898c6dd00d206a3c2f5cd3d6669db (diff)
downloadqemu-278f064e452468d66ee15c3f453826e697ec6832.zip
qemu-278f064e452468d66ee15c3f453826e697ec6832.tar.gz
qemu-278f064e452468d66ee15c3f453826e697ec6832.tar.bz2
Update Linux headers to 5.13-rc4
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com> Message-Id: <20210603191541.2862286-1-ehabkost@redhat.com> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Diffstat (limited to 'linux-headers/asm-x86/kvm.h')
-rw-r--r--linux-headers/asm-x86/kvm.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/linux-headers/asm-x86/kvm.h b/linux-headers/asm-x86/kvm.h
index 8e76d37..0662f64 100644
--- a/linux-headers/asm-x86/kvm.h
+++ b/linux-headers/asm-x86/kvm.h
@@ -112,6 +112,7 @@ struct kvm_ioapic_state {
#define KVM_NR_IRQCHIPS 3
#define KVM_RUN_X86_SMM (1 << 0)
+#define KVM_RUN_X86_BUS_LOCK (1 << 1)
/* for KVM_GET_REGS and KVM_SET_REGS */
struct kvm_regs {
@@ -436,6 +437,8 @@ struct kvm_vmx_nested_state_hdr {
__u16 flags;
} smm;
+ __u16 pad;
+
__u32 flags;
__u64 preemption_timer_deadline;
};