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