Blame SOURCES/kvm-linux-headers-asm-s390-kvm.h-header-sync.patch

357786
From cbc01f1f70ca63d88bc80b38884a064957c9dc41 Mon Sep 17 00:00:00 2001
357786
From: Thomas Huth <thuth@redhat.com>
357786
Date: Tue, 28 Aug 2018 17:03:11 +0200
357786
Subject: [PATCH 01/29] linux-headers: asm-s390/kvm.h header sync
357786
357786
RH-Author: Thomas Huth <thuth@redhat.com>
357786
Message-id: <1535475792-21136-2-git-send-email-thuth@redhat.com>
357786
Patchwork-id: 81947
357786
O-Subject: [RHEL-7.6 qemu-kvm-ma PATCH 1/2] linux-headers: asm-s390/kvm.h header sync
357786
Bugzilla: 1622962
357786
RH-Acked-by: David Hildenbrand <david@redhat.com>
357786
RH-Acked-by: Cornelia Huck <cohuck@redhat.com>
357786
RH-Acked-by: Jens Freimann <jfreimann@redhat.com>
357786
357786
This is a header sync with the linux uapi header. The corresponding
357786
kernel commit id is a3da7b4a3be51f37f434f14e11e60491f098b6ea.
357786
357786
Signed-off-by: Thomas Huth <thuth@redhat.com>
357786
Signed-off-by: Miroslav Rezanina <mrezanin@redhat.com>
357786
---
357786
 linux-headers/asm-s390/kvm.h | 5 ++++-
357786
 1 file changed, 4 insertions(+), 1 deletion(-)
357786
357786
diff --git a/linux-headers/asm-s390/kvm.h b/linux-headers/asm-s390/kvm.h
357786
index 11def14..1ab9901 100644
357786
--- a/linux-headers/asm-s390/kvm.h
357786
+++ b/linux-headers/asm-s390/kvm.h
357786
@@ -4,7 +4,7 @@
357786
 /*
357786
  * KVM s390 specific structures and definitions
357786
  *
357786
- * Copyright IBM Corp. 2008
357786
+ * Copyright IBM Corp. 2008, 2018
357786
  *
357786
  *    Author(s): Carsten Otte <cotte@de.ibm.com>
357786
  *               Christian Borntraeger <borntraeger@de.ibm.com>
357786
@@ -225,6 +225,7 @@ struct kvm_guest_debug_arch {
357786
 #define KVM_SYNC_FPRS   (1UL << 8)
357786
 #define KVM_SYNC_GSCB   (1UL << 9)
357786
 #define KVM_SYNC_BPBC   (1UL << 10)
357786
+#define KVM_SYNC_ETOKEN (1UL << 11)
357786
 /* length and alignment of the sdnx as a power of two */
357786
 #define SDNXC 8
357786
 #define SDNXL (1UL << SDNXC)
357786
@@ -258,6 +259,8 @@ struct kvm_sync_regs {
357786
 		struct {
357786
 			__u64 reserved1[2];
357786
 			__u64 gscb[4];
357786
+			__u64 etoken;
357786
+			__u64 etoken_extension;
357786
 		};
357786
 	};
357786
 };
357786
-- 
357786
1.8.3.1
357786