mirror of
https://github.com/mii443/qemu.git
synced 2025-12-16 17:18:49 +00:00
icc_bus: QOM'ify ICC
For consistency, QOM'ify APIC's parent bus. Signed-off-by: xiaoqiang zhao <zxq_yx_007@163.com> Signed-off-by: Andreas Färber <afaerber@suse.de>
This commit is contained in:
committed by
Andreas Färber
parent
ff6986ce61
commit
494c271784
@@ -66,7 +66,7 @@ typedef struct ICCDeviceClass {
|
||||
DeviceClass parent_class;
|
||||
/*< public >*/
|
||||
|
||||
int (*init)(ICCDevice *dev); /* TODO replace with QOM realize */
|
||||
DeviceRealize realize;
|
||||
} ICCDeviceClass;
|
||||
|
||||
#define TYPE_ICC_DEVICE "icc-device"
|
||||
|
||||
Reference in New Issue
Block a user