diff options
author | Cornelia Huck | 2018-10-11 11:44:05 +0200 |
---|---|---|
committer | Cornelia Huck | 2018-10-12 11:32:18 +0200 |
commit | 8f3cd250a897213d39e621e3d824507b48158d42 (patch) | |
tree | d2b1da4da6f644f0a06191126e4dd177dedbe8ea /linux-headers/asm-x86 | |
parent | target/s390x/excp_helper: Remove DPRINTF() macro (diff) | |
download | qemu-8f3cd250a897213d39e621e3d824507b48158d42.tar.gz qemu-8f3cd250a897213d39e621e3d824507b48158d42.tar.xz qemu-8f3cd250a897213d39e621e3d824507b48158d42.zip |
linux-headers: update
Update to kvm/next commit dd5bd0a65ff6 ("Merge tag 'kvm-s390-next-4.20-1'
of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD")
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
Diffstat (limited to 'linux-headers/asm-x86')
-rw-r--r-- | linux-headers/asm-x86/kvm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux-headers/asm-x86/kvm.h b/linux-headers/asm-x86/kvm.h index 86299efa80..fd23d5778e 100644 --- a/linux-headers/asm-x86/kvm.h +++ b/linux-headers/asm-x86/kvm.h @@ -377,6 +377,7 @@ struct kvm_sync_regs { #define KVM_X86_QUIRK_LINT0_REENABLED (1 << 0) #define KVM_X86_QUIRK_CD_NW_CLEARED (1 << 1) +#define KVM_X86_QUIRK_LAPIC_MMIO_HOLE (1 << 2) #define KVM_STATE_NESTED_GUEST_MODE 0x00000001 #define KVM_STATE_NESTED_RUN_PENDING 0x00000002 |