Here are a couple of patches to switch the fw_cfg initialisation for the Mac Old World and New World machines over to use qdev rather than using the legacy fw_cfg_init_mem() function.
Signed-off-by: Mark Cave-Ayland <[email protected]> Mark Cave-Ayland (2): mac_oldworld: don't use legacy fw_cfg_init_mem() function mac_newworld: don't use legacy fw_cfg_init_mem() function hw/ppc/mac_newworld.c | 12 +++++++++++- hw/ppc/mac_oldworld.c | 12 +++++++++++- 2 files changed, 22 insertions(+), 2 deletions(-) -- 2.11.0
