qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH for-1.1 v2] pc: Add back PCI.rombar compat property
@ 2012-05-12 14:21 Andreas Färber
  2012-05-13 10:59 ` Michael S. Tsirkin
  2012-05-13 14:40 ` Michael S. Tsirkin
  0 siblings, 2 replies; 6+ messages in thread
From: Andreas Färber @ 2012-05-12 14:21 UTC (permalink / raw)
  To: qemu-devel
  Cc: Paolo Bonzini, Anthony Liguori, Andreas Färber,
	Michael S. Tsirkin

From: Paolo Bonzini <pbonzini@redhat.com>

This was erroneously dropped in d6c730086cbf24382eb8cff25551798769edfd84
(pc: reduce duplication in compat machine types).

Cc: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
---
 This is a backport from Paolo's QBus series, as requested by mst.

 hw/pc_piix.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/hw/pc_piix.c b/hw/pc_piix.c
index 6a75718..a7aad4b 100644
--- a/hw/pc_piix.c
+++ b/hw/pc_piix.c
@@ -522,6 +522,10 @@ static QEMUMachine pc_machine_v0_12 = {
             .driver   = "virtio-blk-pci",\
             .property = "vectors",\
             .value    = stringify(0),\
+        },{\
+            .driver   = "PCI",\
+            .property = "rombar",\
+            .value    = stringify(0),\
         }
 
 static QEMUMachine pc_machine_v0_11 = {
-- 
1.7.7

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-05-13 17:55 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-12 14:21 [Qemu-devel] [PATCH for-1.1 v2] pc: Add back PCI.rombar compat property Andreas Färber
2012-05-13 10:59 ` Michael S. Tsirkin
2012-05-13 13:53   ` Andreas Färber
2012-05-13 14:39     ` Michael S. Tsirkin
2012-05-13 14:40 ` Michael S. Tsirkin
2012-05-13 17:55   ` Andreas Färber

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).