Message ID | 20180810102757.21010-1-mark.cave-ayland@ilande.co.uk |
---|---|
Headers | show |
Series | mac: don't use legacy fw_cfg_init_mem() functions | expand |
On Fri, Aug 10, 2018 at 11:27:55AM +0100, Mark Cave-Ayland wrote: > 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 <mark.cave-ayland@ilande.co.uk> Applied to ppc-for-3.1, thanks. > > > 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(-) >
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 <mark.cave-ayland@ilande.co.uk> 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(-)