diff options
author | Carsten Otte <cotte@de.ibm.com> | 2012-01-04 10:25:29 +0100 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2012-03-05 14:52:20 +0200 |
commit | 1efd0f595ab9d10fef1486dfdef952107c91f3db (patch) | |
tree | 4af21a466bcc176481870b5bb907303e3ddb87e9 /include/linux/kvm.h | |
parent | 3777594d5a75b704312544a59094beecd820e12b (diff) | |
download | talos-obmc-linux-1efd0f595ab9d10fef1486dfdef952107c91f3db.tar.gz talos-obmc-linux-1efd0f595ab9d10fef1486dfdef952107c91f3db.zip |
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 { #define KVM_CAP_PPC_PAPR 68 #define KVM_CAP_S390_GMAP 71 #define KVM_CAP_TSC_DEADLINE_TIMER 72 +#define KVM_CAP_S390_UCONTROL 73 #ifdef KVM_CAP_IRQ_ROUTING |