diff options
| author | Eric Farman <farman@linux.ibm.com> | 2021-01-04 21:20:56 +0100 |
|---|---|---|
| committer | Cornelia Huck <cohuck@redhat.com> | 2021-01-21 11:19:45 +0100 |
| commit | b3c818a47f419b6e2f5508fe29e7a30843236fee (patch) | |
| tree | 27db24839ea67db21d54e29ae6d231fa1c855001 /linux-headers/asm-x86/kvm.h | |
| parent | ab5ec23f9cc25215c1281d575c07c0f35e8e9e26 (diff) | |
| download | focaccia-qemu-b3c818a47f419b6e2f5508fe29e7a30843236fee.tar.gz focaccia-qemu-b3c818a47f419b6e2f5508fe29e7a30843236fee.zip | |
Update linux headers to 5.11-rc2
Signed-off-by: Eric Farman <farman@linux.ibm.com> Message-Id: <20210104202057.48048-3-farman@linux.ibm.com> [CH: dropped qatomic->atomic changes in pvrdma_ring.h] Signed-off-by: Cornelia Huck <cohuck@redhat.com>
Diffstat (limited to 'linux-headers/asm-x86/kvm.h')
| -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 89e5f3d1bb..8e76d3701d 100644 --- a/linux-headers/asm-x86/kvm.h +++ b/linux-headers/asm-x86/kvm.h @@ -12,6 +12,7 @@ #define KVM_PIO_PAGE_OFFSET 1 #define KVM_COALESCED_MMIO_PAGE_OFFSET 2 +#define KVM_DIRTY_LOG_PAGE_OFFSET 64 #define DE_VECTOR 0 #define DB_VECTOR 1 |