diff options
author | Blue Swirl | 2012-03-10 17:53:47 +0100 |
---|---|---|
committer | Blue Swirl | 2012-03-17 17:29:47 +0100 |
commit | b21227c499b5939891cdc1e5e6834c92eaf2dee0 (patch) | |
tree | 27cb43fa05e0b9d493d554fb0dd2c87fadf65514 | |
parent | Merge branch 'arm-devs.for-upstream' of git://git.linaro.org/people/pmaydell/... (diff) | |
download | qemu-b21227c499b5939891cdc1e5e6834c92eaf2dee0.tar.gz qemu-b21227c499b5939891cdc1e5e6834c92eaf2dee0.tar.xz qemu-b21227c499b5939891cdc1e5e6834c92eaf2dee0.zip |
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>
-rw-r--r-- | 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 1d25da8da9..b10f31ea3a 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 = { |