ipack: QOM parent field cleanup for IPackDevice
Rename the IPackDevice::qdev field to avoid accidental use. Acked-by: Alberto Garcia <agarcia@igalia.com> Signed-off-by: Andreas Färber <afaerber@suse.de>
This commit is contained in:
parent
a21ac343d1
commit
227d327252
@ -64,7 +64,10 @@ struct IPackDeviceClass {
|
||||
};
|
||||
|
||||
struct IPackDevice {
|
||||
DeviceState qdev;
|
||||
/*< private >*/
|
||||
DeviceState parent_obj;
|
||||
/*< public >*/
|
||||
|
||||
int32_t slot;
|
||||
/* IRQ objects for the IndustryPack INT0# and INT1# */
|
||||
qemu_irq *irq;
|
||||
|
Loading…
Reference in New Issue
Block a user