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:
Andreas Färber 2013-08-01 18:48:28 +02:00
parent a21ac343d1
commit 227d327252
1 changed files with 4 additions and 1 deletions

View File

@ -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;