Blame SOURCES/kvm-remove-duplicate-HW_COMPAT_RHEL7_5.patch

1bdc94
From 9a021c064ee477faa45d396ab2c0174483711733 Mon Sep 17 00:00:00 2001
1bdc94
From: Gerd Hoffmann <kraxel@redhat.com>
1bdc94
Date: Wed, 13 Jun 2018 10:40:25 +0200
1bdc94
Subject: [PATCH 3/9] remove duplicate HW_COMPAT_RHEL7_5
1bdc94
1bdc94
RH-Author: Gerd Hoffmann <kraxel@redhat.com>
1bdc94
Message-id: <20180613104026.4395-2-kraxel@redhat.com>
1bdc94
Patchwork-id: 80654
1bdc94
O-Subject: [RHEL-7.6 qemu-kvm-rhev PATCH 1/2] remove duplicate HW_COMPAT_RHEL7_5
1bdc94
Bugzilla: 1542080
1bdc94
RH-Acked-by: Stefan Hajnoczi <stefanha@redhat.com>
1bdc94
RH-Acked-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
1bdc94
RH-Acked-by: Daniel P. Berrange <berrange@redhat.com>
1bdc94
1bdc94
There are *two* HW_COMPAT_RHEL7_5 #defines in include/hw/compat.h.
1bdc94
Looks like a mismerge.  Drop the second one.  The first seems to be
1bdc94
the one we want keep as it documents which upstream release the compat
1bdc94
settings are coming from.
1bdc94
1bdc94
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
1bdc94
Signed-off-by: Miroslav Rezanina <mrezanin@redhat.com>
1bdc94
---
1bdc94
 include/hw/compat.h | 29 -----------------------------
1bdc94
 1 file changed, 29 deletions(-)
1bdc94
1bdc94
diff --git a/include/hw/compat.h b/include/hw/compat.h
1bdc94
index d711b5c5..666eed9 100644
1bdc94
--- a/include/hw/compat.h
1bdc94
+++ b/include/hw/compat.h
1bdc94
@@ -478,33 +478,4 @@
1bdc94
         .value    = "false",\
1bdc94
     },
1bdc94
 
1bdc94
-/* like HW_COMPAT_2_10 and HW_COMPAT_2_11
1bdc94
- */
1bdc94
-#define HW_COMPAT_RHEL7_5 \
1bdc94
-    {  /* HW_COMPAT_RHEL7_5 */ \
1bdc94
-        .driver   = "hpet",\
1bdc94
-        .property = "hpet-offset-saved",\
1bdc94
-        .value    = "false",\
1bdc94
-    },{ /* HW_COMPAT_RHEL7_5 */ \
1bdc94
-        .driver   = "virtio-blk-pci",\
1bdc94
-        .property = "vectors",\
1bdc94
-        .value    = "2",\
1bdc94
-    },{ /* HW_COMPAT_RHEL7_5 */ \
1bdc94
-        .driver   = "vhost-user-blk-pci",\
1bdc94
-        .property = "vectors",\
1bdc94
-        .value    = "2",\
1bdc94
-    },{ /* HW_COMPAT_RHEL7_5 */ \
1bdc94
-        .driver   = "e1000",\
1bdc94
-        .property = "migrate_tso_props",\
1bdc94
-        .value    = "off",\
1bdc94
-    },{ /* HW_COMPAT_RHEL7_5 */ \
1bdc94
-        .driver   = "virtio-mouse-device",\
1bdc94
-        .property = "wheel-axis",\
1bdc94
-        .value    = "false",\
1bdc94
-    },{ /* HW_COMPAT_RHEL7_5 */ \
1bdc94
-        .driver   = "virtio-tablet-device",\
1bdc94
-        .property = "wheel-axis",\
1bdc94
-        .value    = "false",\
1bdc94
-    },
1bdc94
-
1bdc94
 #endif /* HW_COMPAT_H */
1bdc94
-- 
1bdc94
1.8.3.1
1bdc94