mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
isa: QOM'ify ISADevice
Rename its parent field and use DEVICE() where necessary. Signed-off-by: Andreas Färber <afaerber@suse.de>
This commit is contained in:
parent
2ae0e48d5f
commit
4a17cc4f28
11 changed files with 68 additions and 51 deletions
|
@ -34,7 +34,10 @@ struct ISABus {
|
|||
};
|
||||
|
||||
struct ISADevice {
|
||||
DeviceState qdev;
|
||||
/*< private >*/
|
||||
DeviceState parent_obj;
|
||||
/*< public >*/
|
||||
|
||||
uint32_t isairq[2];
|
||||
int nirqs;
|
||||
int ioport_id;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue