diff options
| author | Peter Xu <peterx@redhat.com> | 2023-02-07 15:57:10 -0500 |
|---|---|---|
| committer | Juan Quintela <quintela@redhat.com> | 2023-02-11 16:51:09 +0100 |
| commit | 93e0932b7be2498024cd6ba8446a0fa2cb1769bc (patch) | |
| tree | d31bdb1cea9eca11492d243a2cb6ab8666d9b804 /linux-headers/linux/kvm.h | |
| parent | bca762c2b90979e8cf1f725cec3ddf888b7b898b (diff) | |
| download | focaccia-qemu-93e0932b7be2498024cd6ba8446a0fa2cb1769bc.tar.gz focaccia-qemu-93e0932b7be2498024cd6ba8446a0fa2cb1769bc.zip | |
linux-headers: Update to v6.1
Signed-off-by: Peter Xu <peterx@redhat.com> Reviewed-by: Juan Quintela <quintela@redhat.com> Acked-by: Cornelia Huck <cohuck@redhat.com> Signed-off-by: Juan Quintela <quintela@redhat.com>
Diffstat (limited to 'linux-headers/linux/kvm.h')
| -rw-r--r-- | linux-headers/linux/kvm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux-headers/linux/kvm.h b/linux-headers/linux/kvm.h index ebdafa576d..b2783c5202 100644 --- a/linux-headers/linux/kvm.h +++ b/linux-headers/linux/kvm.h @@ -1175,6 +1175,7 @@ struct kvm_ppc_resize_hpt { #define KVM_CAP_VM_DISABLE_NX_HUGE_PAGES 220 #define KVM_CAP_S390_ZPCI_OP 221 #define KVM_CAP_S390_CPU_TOPOLOGY 222 +#define KVM_CAP_DIRTY_LOG_RING_ACQ_REL 223 #ifdef KVM_CAP_IRQ_ROUTING |