mirror of https://github.com/xemu-project/xemu.git
pci-bridge/i82801b11: Rename parent field
Rename it to avoid accidental use. Reviewed-by: Don Koch <dkoch@verizon.com> Signed-off-by: Andreas Färber <afaerber@suse.de>
This commit is contained in:
parent
57524e14cf
commit
5315dc78d0
|
@ -52,7 +52,9 @@
|
|||
#define I82801ba_SSVID_SSID 0
|
||||
|
||||
typedef struct I82801b11Bridge {
|
||||
PCIBridge br;
|
||||
/*< private >*/
|
||||
PCIBridge parent_obj;
|
||||
/*< public >*/
|
||||
} I82801b11Bridge;
|
||||
|
||||
static int i82801b11_bridge_initfn(PCIDevice *d)
|
||||
|
|
Loading…
Reference in New Issue