aboutsummaryrefslogtreecommitdiff
path: root/linux-headers/asm-x86
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2022-02-22 17:58:11 +0100
committerPaolo Bonzini <pbonzini@redhat.com>2022-03-15 11:50:50 +0100
commit1ea5208febcc068449b63282d72bb719ab67a466 (patch)
tree3c22689aafaa43534673520a796cfa7904824852 /linux-headers/asm-x86
parent50fcc7cbb67213621bbe69eafff5e4625f418b4c (diff)
downloadqemu-1ea5208febcc068449b63282d72bb719ab67a466.zip
qemu-1ea5208febcc068449b63282d72bb719ab67a466.tar.gz
qemu-1ea5208febcc068449b63282d72bb719ab67a466.tar.bz2
linux-headers: include missing changes from 5.17
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'linux-headers/asm-x86')
-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 2da3316..bf6e960 100644
--- a/linux-headers/asm-x86/kvm.h
+++ b/linux-headers/asm-x86/kvm.h
@@ -452,6 +452,9 @@ struct kvm_sync_regs {
#define KVM_STATE_VMX_PREEMPTION_TIMER_DEADLINE 0x00000001
+/* attributes for system fd (group 0) */
+#define KVM_X86_XCOMP_GUEST_SUPP 0
+
struct kvm_vmx_nested_state_data {
__u8 vmcs12[KVM_STATE_NESTED_VMX_VMCS_SIZE];
__u8 shadow_vmcs12[KVM_STATE_NESTED_VMX_VMCS_SIZE];