qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2 1/3] linux-headers: update asm-s390/kvm.h


From: Thomas Huth
Subject: Re: [PATCH v2 1/3] linux-headers: update asm-s390/kvm.h
Date: Mon, 14 Aug 2023 16:25:15 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0


Sorry, I should have mentioned this for v1 already, but better late than never: We need to replace this patch with a proper header update later (via the scripts/update-linux-headers.sh script) - so in case you respin, please mark it with NOTFORMERGE or PLACEHOLDER or something similar in the subject, and mention the kernel version in the description that will likely contain the update.

 Thanks,
  Thomas


On 10/08/2023 14.47, Steffen Eiden wrote:
Signed-off-by: Steffen Eiden <seiden@linux.ibm.com>
---
  linux-headers/asm-s390/kvm.h | 16 ++++++++++++++++
  1 file changed, 16 insertions(+)

diff --git a/linux-headers/asm-s390/kvm.h b/linux-headers/asm-s390/kvm.h
index e2afd95420..023a2763a9 100644
--- a/linux-headers/asm-s390/kvm.h
+++ b/linux-headers/asm-s390/kvm.h
@@ -159,6 +159,22 @@ struct kvm_s390_vm_cpu_subfunc {
        __u8 reserved[1728];
  };
+#define KVM_S390_VM_CPU_PROCESSOR_UV_FEAT_GUEST 6
+#define KVM_S390_VM_CPU_MACHINE_UV_FEAT_GUEST  7
+
+#define KVM_S390_VM_CPU_UV_FEAT_NR_BITS        64
+struct kvm_s390_vm_cpu_uv_feat {
+       union {
+               struct {
+                       __u64 : 4;
+                       __u64 ap : 1;           /* bit 4 */
+                       __u64 ap_intr : 1;      /* bit 5 */
+                       __u64 : 58;
+               };
+               __u64 feat;
+       };
+};
+
  /* kvm attributes for crypto */
  #define KVM_S390_VM_CRYPTO_ENABLE_AES_KW      0
  #define KVM_S390_VM_CRYPTO_ENABLE_DEA_KW      1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]