mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
macio: move heathrow PIC inside macio-oldworld device
The heathrow PIC is located within the macio device on real hardware so make it a child of the macio-oldworld device. This also removes the need for setting and checking a separate PIC object property link on the macio-oldworld device which currently causes the automated QOM introspection tests to fail. Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> Reviewed-by: David Gibson <david@gibson.dropbear.id.au> Message-Id: <20201229175619.6051-4-mark.cave-ayland@ilande.co.uk> Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
This commit is contained in:
parent
49ac51ae80
commit
370022ce31
3 changed files with 43 additions and 45 deletions
|
@ -99,7 +99,7 @@ struct OldWorldMacIOState {
|
|||
MacIOState parent_obj;
|
||||
/*< public >*/
|
||||
|
||||
HeathrowState *pic;
|
||||
HeathrowState pic;
|
||||
|
||||
MacIONVRAMState nvram;
|
||||
MACIOIDEState ide[2];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue