mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
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>
This commit is contained in:
parent
103f9af2a1
commit
b21227c499
1 changed files with 0 additions and 1 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue