OSDN Git Service

mac_newworld: don't use legacy fw_cfg_init_mem() function
authorMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Fri, 10 Aug 2018 10:27:57 +0000 (11:27 +0100)
committerDavid Gibson <david@gibson.dropbear.id.au>
Tue, 21 Aug 2018 04:28:45 +0000 (14:28 +1000)
commit74887ed918a666695d11e717e6f1721139cee1ea
treeb10e2c9bac2cfc91587424eaf1d0f0720b2e3b74
parent81a0705032213dd48c3c549bf6c71d4919b79986
mac_newworld: don't use legacy fw_cfg_init_mem() function

Instead initialise the device via qdev to allow us to set device properties
directly as required.

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
hw/ppc/mac_newworld.c