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