aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2021-04-06 10:24:07 -0400
committerPaolo Bonzini <pbonzini@redhat.com>2021-04-17 08:31:02 -0400
commit8b13c36493d8cb56fc3b386507873c5412b7108d (patch)
tree66ffd1e41175ba91d57d8738a8ae0aa3fb823e84 /include/uapi
parentKVM: x86: pending exceptions must not be blocked by an injected event (diff)
downloadlinux-dev-8b13c36493d8cb56fc3b386507873c5412b7108d.tar.xz
linux-dev-8b13c36493d8cb56fc3b386507873c5412b7108d.zip
KVM: introduce KVM_CAP_SET_GUEST_DEBUG2
This capability will allow the user to know which KVM_GUESTDBG_* bits are supported. Signed-off-by: Maxim Levitsky <mlevitsk@redhat.com> Message-Id: <20210401135451.1004564-3-mlevitsk@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'include/uapi')
-rw-r--r--include/uapi/linux/kvm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/kvm.h b/include/uapi/linux/kvm.h
index f6afee209620..727010788eff 100644
--- a/include/uapi/linux/kvm.h
+++ b/include/uapi/linux/kvm.h
@@ -1078,6 +1078,7 @@ struct kvm_ppc_resize_hpt {
#define KVM_CAP_DIRTY_LOG_RING 192
#define KVM_CAP_X86_BUS_LOCK_EXIT 193
#define KVM_CAP_PPC_DAWR1 194
+#define KVM_CAP_SET_GUEST_DEBUG2 195
#ifdef KVM_CAP_IRQ_ROUTING