diff options
| author | Paolo Bonzini | 2015-09-09 14:50:17 +0200 |
|---|---|---|
| committer | Paolo Bonzini | 2015-09-16 17:33:32 +0200 |
| commit | 120758fba4c52d1ccf3a8ae1fe3b7495f2b584d8 (patch) | |
| tree | 261ad17b6b247ee7b16331a43530af89121394bc /linux-headers/asm-x86/kvm.h | |
| parent | pci: remove Link Training error from AER error list (diff) | |
| download | qemu-120758fba4c52d1ccf3a8ae1fe3b7495f2b584d8.tar.gz qemu-120758fba4c52d1ccf3a8ae1fe3b7495f2b584d8.tar.xz qemu-120758fba4c52d1ccf3a8ae1fe3b7495f2b584d8.zip | |
update Linux headers to 4.3-rc1
The update to 4.2 was reviewed by Michael S. Tsirkin and Cornelia
Huck. The further update to 4.3-rc1 only touches KVM files.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'linux-headers/asm-x86/kvm.h')
| -rw-r--r-- | linux-headers/asm-x86/kvm.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux-headers/asm-x86/kvm.h b/linux-headers/asm-x86/kvm.h index a4ae82eb82..cd54147cb3 100644 --- a/linux-headers/asm-x86/kvm.h +++ b/linux-headers/asm-x86/kvm.h @@ -354,7 +354,7 @@ struct kvm_xcrs { struct kvm_sync_regs { }; -#define KVM_QUIRK_LINT0_REENABLED (1 << 0) -#define KVM_QUIRK_CD_NW_CLEARED (1 << 1) +#define KVM_X86_QUIRK_LINT0_REENABLED (1 << 0) +#define KVM_X86_QUIRK_CD_NW_CLEARED (1 << 1) #endif /* _ASM_X86_KVM_H */ |
