diff options
author | Alexander Graf <agraf@suse.de> | 2010-08-30 13:50:45 +0200 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2010-10-24 10:52:19 +0200 |
commit | 7b4203e8cb5c5d9bc49da62b7a6fa4ba876a1b3f (patch) | |
tree | b14c7ef749a8ec5c5b11b958a94ad25b19a3e6d4 /include/linux/kvm.h | |
parent | 17bd158006a33615270f9dba15c62f49bd447435 (diff) | |
download | linux-3.10-7b4203e8cb5c5d9bc49da62b7a6fa4ba876a1b3f.tar.gz linux-3.10-7b4203e8cb5c5d9bc49da62b7a6fa4ba876a1b3f.tar.bz2 linux-3.10-7b4203e8cb5c5d9bc49da62b7a6fa4ba876a1b3f.zip |
KVM: PPC: Expose level based interrupt cap
Now that we have all the level interrupt magic in place, let's
expose the capability to user space, so it can make use of it!
Signed-off-by: Alexander Graf <agraf@suse.de>
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 37077045970..919ae53adc5 100644 --- a/include/linux/kvm.h +++ b/include/linux/kvm.h @@ -539,6 +539,7 @@ struct kvm_ppc_pvinfo { #define KVM_CAP_XCRS 56 #endif #define KVM_CAP_PPC_GET_PVINFO 57 +#define KVM_CAP_PPC_IRQ_LEVEL 58 #ifdef KVM_CAP_IRQ_ROUTING |