mbox series

[0/2] mac: don't use legacy fw_cfg_init_mem() functions

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

Message

Mark Cave-Ayland Aug. 10, 2018, 10:27 a.m. UTC
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(-)

Comments

David Gibson Aug. 13, 2018, 2:01 a.m. UTC | #1
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(-)
>