<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">From c56b86edcaae03c197b165f52a011246347286ac Mon Sep 17 00:00:00 2001
From: "Michael S. Tsirkin" &lt;mst@redhat.com&gt;
Date: Fri, 5 Aug 2016 11:21:10 +0200
Subject: [PATCH 97/99] pc-rhel-7.2: pcie: fix link active status bit migration

RH-Author: Michael S. Tsirkin &lt;mst@redhat.com&gt;
Message-id: &lt;1470347597-26428-3-git-send-email-mst@redhat.com&gt;
Patchwork-id: 71864
O-Subject: [RHEL-7.3 qemu-kvm-rhev PATCH v3 2/2] pc-rhel-7.2: pcie: fix link active status bit migration
Bugzilla: 1352860
RH-Acked-by: Laszlo Ersek &lt;lersek@redhat.com&gt;
RH-Acked-by: Dr. David Alan Gilbert &lt;dgilbert@redhat.com&gt;
RH-Acked-by: Marcel Apfelbaum &lt;marcel@redhat.com&gt;
Upstream: downstream only

Following previous commit, set compat flag for rhel7.2
to match upstream 2.3 (where it forked from).

Signed-off-by: Michael S. Tsirkin &lt;mst@redhat.com&gt;
Signed-off-by: Miroslav Rezanina &lt;mrezanin@redhat.com&gt;
---
 include/hw/compat.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/include/hw/compat.h b/include/hw/compat.h
index d4be072..b0a76c2 100644
--- a/include/hw/compat.h
+++ b/include/hw/compat.h
@@ -204,5 +204,9 @@
             .driver   = "virtio-pci",\
             .property = "disable-legacy",\
             .value    = "off",\
+        },{ /* HW_COMPAT_RHEL7_2 */ \
+            .driver   = TYPE_PCI_DEVICE,\
+            .property = "x-pcie-lnksta-dllla",\
+            .value    = "off",\
         },
 #endif /* HW_COMPAT_H */
-- 
1.8.3.1

</pre></body></html>