diff mbox

[1/3] apb: use normal PCI device header for PBM device

Message ID CAAu8pHs0GgRO_Jzd1kPaMEYN8p8WdMdKKw0kk_5mjpZkqPwM3g@mail.gmail.com
State New
Headers show

Commit Message

Blue Swirl March 11, 2012, 11:01 a.m. UTC
PBM has a normal PCI device header, fix.

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
---
 hw/apb_pci.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

 static TypeInfo pbm_pci_host_info = {
diff mbox

Patch

From 4bd3c025d124cc8ce66346143d5ec906e565c47a Mon Sep 17 00:00:00 2001
Message-Id: <4bd3c025d124cc8ce66346143d5ec906e565c47a.1331463238.git.blauwirbel@gmail.com>
From: Blue Swirl <blauwirbel@gmail.com>
Date: Sat, 10 Mar 2012 16:53:47 +0000
Subject: [PATCH 1/3] apb: use normal PCI device header for PBM device

PBM has a normal PCI device header, fix.

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
---
 hw/apb_pci.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/hw/apb_pci.c b/hw/apb_pci.c
index 1d25da8..b10f31e 100644
--- a/hw/apb_pci.c
+++ b/hw/apb_pci.c
@@ -444,7 +444,6 @@  static void pbm_pci_host_class_init(ObjectClass *klass, void *data)
     k->vendor_id = PCI_VENDOR_ID_SUN;
     k->device_id = PCI_DEVICE_ID_SUN_SABRE;
     k->class_id = PCI_CLASS_BRIDGE_HOST;
-    k->is_bridge = 1;
 }
 
 static TypeInfo pbm_pci_host_info = {
-- 
1.7.2.5