Blame SOURCES/kvm-linux-headers-Update-to-include-KVM_CAP_S390_HPAGE_1.patch

ae23c9
From 961a7b811a649be9b48c2d061042d690ada7561a Mon Sep 17 00:00:00 2001
ae23c9
From: David Hildenbrand <david@redhat.com>
ae23c9
Date: Mon, 6 Aug 2018 14:18:40 +0100
ae23c9
Subject: [PATCH 1/3] linux-headers: Update to include KVM_CAP_S390_HPAGE_1M
ae23c9
ae23c9
RH-Author: David Hildenbrand <david@redhat.com>
ae23c9
Message-id: <20180806141842.23963-2-david@redhat.com>
ae23c9
Patchwork-id: 81643
ae23c9
O-Subject: [RHEL-8.0 qemu-kvm PATCH v2 1/3] linux-headers: Update to include KVM_CAP_S390_HPAGE_1M
ae23c9
Bugzilla: 1610906
ae23c9
RH-Acked-by: Thomas Huth <thuth@redhat.com>
ae23c9
RH-Acked-by: Cornelia Huck <cohuck@redhat.com>
ae23c9
RH-Acked-by: Paolo Bonzini <pbonzini@redhat.com>
ae23c9
ae23c9
BZ: https://bugzilla.redhat.com/show_bug.cgi?id=1610906
ae23c9
Brew: https://brewweb.engineering.redhat.com/brew/taskinfo?taskID=17624600
ae23c9
Upstream: N/A
ae23c9
ae23c9
Kernel part is in kvm/next, scheduled for 4.19. No full header sync, only
ae23c9
import the new capability.
ae23c9
ae23c9
Signed-off-by: David Hildenbrand <david@redhat.com>
ae23c9
Signed-off-by: Danilo C. L. de Paula <ddepaula@redhat.com>
ae23c9
---
ae23c9
 linux-headers/linux/kvm.h | 1 +
ae23c9
 1 file changed, 1 insertion(+)
ae23c9
ae23c9
diff --git a/linux-headers/linux/kvm.h b/linux-headers/linux/kvm.h
ae23c9
index a167be8..454a0f7 100644
ae23c9
--- a/linux-headers/linux/kvm.h
ae23c9
+++ b/linux-headers/linux/kvm.h
ae23c9
@@ -936,6 +936,7 @@ struct kvm_ppc_resize_hpt {
ae23c9
 #define KVM_CAP_PPC_GET_CPU_CHAR 151
ae23c9
 #define KVM_CAP_S390_BPB 152
ae23c9
 #define KVM_CAP_GET_MSR_FEATURES 153
ae23c9
+#define KVM_CAP_S390_HPAGE_1M 156
ae23c9
 
ae23c9
 #ifdef KVM_CAP_IRQ_ROUTING
ae23c9
 
ae23c9
-- 
ae23c9
1.8.3.1
ae23c9