diff options
author | Carsten Otte <cotte@de.ibm.com> | 2012-01-04 04:25:29 -0500 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2012-03-05 07:52:20 -0500 |
commit | 1efd0f595ab9d10fef1486dfdef952107c91f3db (patch) | |
tree | 4af21a466bcc176481870b5bb907303e3ddb87e9 /include/linux/kvm.h | |
parent | 3777594d5a75b704312544a59094beecd820e12b (diff) |
KVM: s390: ucontrol: announce capability for user controlled vms
This patch announces a new capability KVM_CAP_S390_UCONTROL that
indicates that kvm can now support virtual machines that are
controlled by userspace.
Signed-off-by: Carsten Otte <cotte@de.ibm.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'include/linux/kvm.h')
-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 778e748927b4..6cf048d9604b 100644 --- a/include/linux/kvm.h +++ b/include/linux/kvm.h | |||
@@ -569,6 +569,7 @@ struct kvm_ppc_pvinfo { | |||
569 | #define KVM_CAP_PPC_PAPR 68 | 569 | #define KVM_CAP_PPC_PAPR 68 |
570 | #define KVM_CAP_S390_GMAP 71 | 570 | #define KVM_CAP_S390_GMAP 71 |
571 | #define KVM_CAP_TSC_DEADLINE_TIMER 72 | 571 | #define KVM_CAP_TSC_DEADLINE_TIMER 72 |
572 | #define KVM_CAP_S390_UCONTROL 73 | ||
572 | 573 | ||
573 | #ifdef KVM_CAP_IRQ_ROUTING | 574 | #ifdef KVM_CAP_IRQ_ROUTING |
574 | 575 | ||