diff options
author | Jan Kiszka <jan.kiszka@siemens.com> | 2010-03-13 05:33:47 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-04-01 19:01:19 -0400 |
commit | ce88fa67882ff2b1501e2a72a83e4eab638df711 (patch) | |
tree | 5892891040787a26be25cc511b8ed341d7aa9d4d /include/linux | |
parent | 5cf5162132697541fe4de1290afaea4ed841473d (diff) |
KVM: x86: Add KVM_CAP_X86_ROBUST_SINGLESTEP
Commit d2be1651b736002e0c76d7095d6c0ba77b4a897c upstream.
This marks the guest single-step API improvement of 94fe45da and
91586a3b with a capability flag to allow reliable detection by user
space.
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/kvm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/kvm.h b/include/linux/kvm.h index a24de0b1858e..553a3882a451 100644 --- a/include/linux/kvm.h +++ b/include/linux/kvm.h | |||
@@ -497,6 +497,7 @@ struct kvm_ioeventfd { | |||
497 | #endif | 497 | #endif |
498 | #define KVM_CAP_S390_PSW 42 | 498 | #define KVM_CAP_S390_PSW 42 |
499 | #define KVM_CAP_PPC_SEGSTATE 43 | 499 | #define KVM_CAP_PPC_SEGSTATE 43 |
500 | #define KVM_CAP_X86_ROBUST_SINGLESTEP 51 | ||
500 | 501 | ||
501 | #ifdef KVM_CAP_IRQ_ROUTING | 502 | #ifdef KVM_CAP_IRQ_ROUTING |
502 | 503 | ||