qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 0/5] m48t59: remove legacy init functions


From: Hervé Poussineau
Subject: Re: [PATCH 0/5] m48t59: remove legacy init functions
Date: Fri, 16 Oct 2020 22:21:13 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.12.0

Le 16/10/2020 à 20:27, Mark Cave-Ayland a écrit :
This patchset is inspired by Philippe's "hw/rtc/m48t59: Simplify m48t59_init()"
patchset at https://lists.gnu.org/archive/html/qemu-devel/2020-10/msg04493.html
but goes further: rather than tidy-up the legacy init functions, convert the
callers to use qdev properties directly so they can simply be removed.

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>


Mark Cave-Ayland (5):
   m48t59-isa: remove legacy m48t59_init_isa() function
   sun4m: use qdev properties instead of legacy m48t59_init() function
   sun4u: use qdev properties instead of legacy m48t59_init() function
   ppc405_boards: use qdev properties instead of legacy m48t59_init()
     function
   m48t59: remove legacy m48t59_init() function

  hw/ppc/ppc405_boards.c  | 10 +++++++++-
  hw/rtc/m48t59-isa.c     | 25 -------------------------
  hw/rtc/m48t59.c         | 35 -----------------------------------
  hw/sparc/sun4m.c        |  8 +++++++-
  hw/sparc64/sun4u.c      |  7 +++++--
  include/hw/rtc/m48t59.h |  6 ------
  6 files changed, 21 insertions(+), 70 deletions(-)


Reviewed-by: Hervé Poussineau <hpoussin@reactos.org>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]