[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 14:17:17 +0100 |
On Thu, 21 Nov 2019 14:12:21 +0100
Janosch Frank <address@hidden> wrote:
> On 11/21/19 1:59 PM, Cornelia Huck wrote:
> > 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.
>
> It'll be part of the V1 once I send it out.
> Pierre found the problem while reviewing QEMU, so I fixed it in both repos.
Ok, that cap probably makes sense. It was just surprising to find :)
pgpXuK1QWXSIl.pgp
Description: OpenPGP digital signature
[PATCH 03/15] s390x: protvirt: Add diag308 subcodes 8 - 10, Janosch Frank, 2019/11/20