diff options
author | Vivek Goyal | 2022-02-08 21:48:05 +0100 |
---|---|---|
committer | Dr. David Alan Gilbert | 2022-02-17 18:21:45 +0100 |
commit | ef17dd6a8e6b6e3aeb29233996d44dfcb736d515 (patch) | |
tree | 41fe944078af9da25e79e8194dea8f8e8ef3e606 /include/standard-headers/asm-x86/kvm_para.h | |
parent | virtiofsd: Fix breakage due to fuse_init_in size change (diff) | |
download | qemu-ef17dd6a8e6b6e3aeb29233996d44dfcb736d515.tar.gz qemu-ef17dd6a8e6b6e3aeb29233996d44dfcb736d515.tar.xz qemu-ef17dd6a8e6b6e3aeb29233996d44dfcb736d515.zip |
linux-headers: Update headers to v5.17-rc1
Update headers to 5.17-rc1. I need latest fuse changes.
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Signed-off-by: Vivek Goyal <vgoyal@redhat.com>
Message-Id: <20220208204813.682906-3-vgoyal@redhat.com>
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Diffstat (limited to 'include/standard-headers/asm-x86/kvm_para.h')
-rw-r--r-- | include/standard-headers/asm-x86/kvm_para.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/standard-headers/asm-x86/kvm_para.h b/include/standard-headers/asm-x86/kvm_para.h index 204cfb8640..f0235e58a1 100644 --- a/include/standard-headers/asm-x86/kvm_para.h +++ b/include/standard-headers/asm-x86/kvm_para.h @@ -8,6 +8,7 @@ * should be used to determine that a VM is running under KVM. */ #define KVM_CPUID_SIGNATURE 0x40000000 +#define KVM_SIGNATURE "KVMKVMKVM\0\0\0" /* This CPUID returns two feature bitmaps in eax, edx. Before enabling * a particular paravirtualization, the appropriate feature bit should |