mirror of
https://github.com/qemu/qemu.git
synced 2025-08-09 19:15:32 +00:00
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 {
|
struct IPackDevice {
|
||||||
DeviceState qdev;
|
/*< private >*/
|
||||||
|
DeviceState parent_obj;
|
||||||
|
/*< public >*/
|
||||||
|
|
||||||
int32_t slot;
|
int32_t slot;
|
||||||
/* IRQ objects for the IndustryPack INT0# and INT1# */
|
/* IRQ objects for the IndustryPack INT0# and INT1# */
|
||||||
qemu_irq *irq;
|
qemu_irq *irq;
|
||||||
|
Loading…
Reference in New Issue
Block a user