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