[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 04/15] Header sync protvirt
From: |
Cornelia Huck |
Subject: |
Re: [PATCH 04/15] Header sync protvirt |
Date: |
Thu, 21 Nov 2019 13:59:59 +0100 |
On Wed, 20 Nov 2019 06:43:23 -0500
Janosch Frank <address@hidden> wrote:
> Let's sync all the protvirt header changes
>
> Signed-off-by: Janosch Frank <address@hidden>
> ---
> linux-headers/asm-s390/kvm.h | 3 ++-
> linux-headers/linux/kvm.h | 42 ++++++++++++++++++++++++++++++++++++
> 2 files changed, 44 insertions(+), 1 deletion(-)
>
> diff --git a/linux-headers/linux/kvm.h b/linux-headers/linux/kvm.h
> index 18892d6541..d031051601 100644
> --- a/linux-headers/linux/kvm.h
> +++ b/linux-headers/linux/kvm.h
> @@ -995,6 +995,8 @@ struct kvm_ppc_resize_hpt {
> #define KVM_CAP_ARM_SVE 170
> #define KVM_CAP_ARM_PTRAUTH_ADDRESS 171
> #define KVM_CAP_ARM_PTRAUTH_GENERIC 172
> +#define KVM_CAP_S390_PROTECTED 180
> +#define KVM_CAP_S390_VCPU_RESETS 181
Hm, where does this cap come from? I did not see it in the kernel
patches.
>
> #ifdef KVM_CAP_IRQ_ROUTING
>
[PATCH 03/15] s390x: protvirt: Add diag308 subcodes 8 - 10, Janosch Frank, 2019/11/20