Blame SOURCES/kvm-pc-Drop-RHEL-6-compat_props-virtio-serial-pci-max_ports-vectors.patch

d81766
From 99a228cd145ca0e63b7067848de88ba902d5f502 Mon Sep 17 00:00:00 2001
d81766
From: Miroslav Rezanina <mrezanin@redhat.com>
d81766
Date: Wed, 31 Jul 2013 08:03:48 +0200
d81766
Subject: pc: Drop RHEL-6 compat_props virtio-serial-pci.{max_ports, vectors}
d81766
d81766
Message-id: <1375201922-6794-7-git-send-email-armbru@redhat.com>
d81766
Patchwork-id: 52819
d81766
O-Subject: [RHEL-7 PATCH v3 06/15] pc: Drop RHEL-6 compat_props virtio-serial-pci.{max_ports, vectors}
d81766
Bugzilla: 983991
d81766
RH-Acked-by: Paolo Bonzini <pbonzini@redhat.com>
d81766
RH-Acked-by: Bandan Das <bsd@redhat.com>
d81766
RH-Acked-by: Miroslav Rezanina <mrezanin@redhat.com>
d81766
d81766
RHEL-6 has them only in RHEL-5 machine types.  See qemu-kvm-rhel6
d81766
commit aad5614.
d81766
d81766
Signed-off-by: Markus Armbruster <armbru@redhat.com>
d81766
d81766
diff --git a/hw/i386/pc_piix.c b/hw/i386/pc_piix.c
d81766
index 5c1fe1e..00170cf 100644
d81766
--- a/hw/i386/pc_piix.c
d81766
+++ b/hw/i386/pc_piix.c
d81766
@@ -1092,14 +1092,6 @@ static QEMUMachine pc_machine_rhel700 = {
d81766
         .property = "use_broken_id",\
d81766
         .value    = stringify(1),\
d81766
     },{\
d81766
-        .driver   = "virtio-serial-pci",\
d81766
-        .property = "max_ports",\
d81766
-        .value    = stringify(1),\
d81766
-    },{\
d81766
-        .driver   = "virtio-serial-pci",\
d81766
-        .property = "vectors",\
d81766
-        .value    = stringify(0),\
d81766
-    },{\
d81766
         .driver   = "VGA",\
d81766
         .property = "rombar",\
d81766
         .value    = stringify(0),\