diff options
author | Christian Borntraeger | 2017-07-17 13:05:33 +0200 |
---|---|---|
committer | Christian Borntraeger | 2017-07-18 10:55:16 +0200 |
commit | ab6e15500b8029db1c737584b241c178a902638a (patch) | |
tree | 9925e882a3a929f6e80c6e276dd558c272f9714d /linux-headers/asm-x86 | |
parent | Merge remote-tracking branch 'remotes/kraxel/tags/usb-20170717-pull-request' ... (diff) | |
download | qemu-ab6e15500b8029db1c737584b241c178a902638a.tar.gz qemu-ab6e15500b8029db1c737584b241c178a902638a.tar.xz qemu-ab6e15500b8029db1c737584b241c178a902638a.zip |
linux header sync against v4.13-rc1
Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
Diffstat (limited to 'linux-headers/asm-x86')
-rw-r--r-- | linux-headers/asm-x86/kvm_para.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux-headers/asm-x86/kvm_para.h b/linux-headers/asm-x86/kvm_para.h index 3a5397988e..cefa127d84 100644 --- a/linux-headers/asm-x86/kvm_para.h +++ b/linux-headers/asm-x86/kvm_para.h @@ -67,6 +67,7 @@ struct kvm_clock_pairing { #define KVM_ASYNC_PF_ENABLED (1 << 0) #define KVM_ASYNC_PF_SEND_ALWAYS (1 << 1) +#define KVM_ASYNC_PF_DELIVERY_AS_PF_VMEXIT (1 << 2) /* Operations for KVM_HC_MMU_OP */ #define KVM_MMU_OP_WRITE_PTE 1 |