mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
apb: remove busA property from PBMPCIBridge state
Since the previous commit the only remaining use of the qdev busA property is to configure the PCI bridge in front of the onboard ebus devices differently to allow early OpenBIOS serial console access. Instead we can now manually update the PCI configuration for bridge A in pci_pbm_reset() and thus completely remove the busA property from the PBMPCIBridge state. Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> Reviewed-by: Artyom Tarasenko <atar4qemu@gmail.com>
This commit is contained in:
parent
d9e4d6829c
commit
33c5eb02c4
2 changed files with 13 additions and 19 deletions
|
@ -86,9 +86,6 @@ typedef struct APBState {
|
|||
typedef struct PBMPCIBridge {
|
||||
/*< private >*/
|
||||
PCIBridge parent_obj;
|
||||
|
||||
/* Is this busA with in-built devices (ebus)? */
|
||||
bool busA;
|
||||
} PBMPCIBridge;
|
||||
|
||||
#define TYPE_PBM_PCI_BRIDGE "pbm-bridge"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue