diff options
| author | Paolo Bonzini <pbonzini@redhat.com> | 2022-02-22 09:07:16 -0500 |
|---|---|---|
| committer | Paolo Bonzini <pbonzini@redhat.com> | 2022-02-22 09:07:16 -0500 |
| commit | 1e2277ed709585672565ecf0ff9215af148b7800 (patch) | |
| tree | 66971d70e9f12adf5919b3b33eccb37ce4ee2898 /include/uapi/linux | |
| parent | ec756e40e271866f951d77c5e923d8deb6002b15 (diff) | |
| parent | 93b71801a8274cd9511557faf04365a5de487197 (diff) | |
| download | cachepc-linux-1e2277ed709585672565ecf0ff9215af148b7800.tar.gz cachepc-linux-1e2277ed709585672565ecf0ff9215af148b7800.zip | |
Merge branch 'kvm-ppc-cap-210' into kvm-master
By request of Nick Piggin:
> Patch 3 requires a KVM_CAP_PPC number allocated. QEMU maintainers are
> happy with it (link in changelog) just waiting on KVM upstreaming. Do
> you have objections to the series going to ppc/kvm tree first, or
> another option is you could take patch 3 alone first (it's relatively
> independent of the other 2) and ppc/kvm gets it from you?
Diffstat (limited to 'include/uapi/linux')
| -rw-r--r-- | include/uapi/linux/kvm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/kvm.h b/include/uapi/linux/kvm.h index 5191b57e1562..507ee1f2aa96 100644 --- a/include/uapi/linux/kvm.h +++ b/include/uapi/linux/kvm.h @@ -1134,6 +1134,7 @@ struct kvm_ppc_resize_hpt { #define KVM_CAP_VM_GPA_BITS 207 #define KVM_CAP_XSAVE2 208 #define KVM_CAP_SYS_ATTRIBUTES 209 +#define KVM_CAP_PPC_AIL_MODE_3 210 #ifdef KVM_CAP_IRQ_ROUTING |
