mbox series

[0/3] hw/ppc/40p: Move the MC146818 RTC to the board where it belongs

Message ID 20190505152839.18650-1-philmd@redhat.com (mailing list archive)
Headers show
Series hw/ppc/40p: Move the MC146818 RTC to the board where it belongs | expand

Message

Philippe Mathieu-Daudé May 5, 2019, 3:28 p.m. UTC
Hi,

This series is to properly do the fix sent by Artyom here:
https://lists.gnu.org/archive/html/qemu-devel/2019-04/msg02264.html

There is no RTC on the i82378, move it to the board code,
set the base year there.

Regards,

Phil.

Artyom Tarasenko (1):
  hw/ppc/40p: use 1900 as a base year

Philippe Mathieu-Daudé (2):
  hw/ppc/prep: use TYPE_MC146818_RTC instead of a hardcoded string
  hw/ppc/40p: Move the MC146818 RTC to the board where it belongs

 hw/isa/i82378.c | 4 ----
 hw/ppc/prep.c   | 7 ++++++-
 2 files changed, 6 insertions(+), 5 deletions(-)

Comments

David Gibson May 6, 2019, 3:25 a.m. UTC | #1
On Sun, May 05, 2019 at 05:28:36PM +0200, Philippe Mathieu-Daudé wrote:
> Hi,
> 
> This series is to properly do the fix sent by Artyom here:
> https://lists.gnu.org/archive/html/qemu-devel/2019-04/msg02264.html
> 
> There is no RTC on the i82378, move it to the board code,
> set the base year there.

Applied to ppc-for-4.1, although see comment for a possible followup.

> 
> Regards,
> 
> Phil.
> 
> Artyom Tarasenko (1):
>   hw/ppc/40p: use 1900 as a base year
> 
> Philippe Mathieu-Daudé (2):
>   hw/ppc/prep: use TYPE_MC146818_RTC instead of a hardcoded string
>   hw/ppc/40p: Move the MC146818 RTC to the board where it belongs
> 
>  hw/isa/i82378.c | 4 ----
>  hw/ppc/prep.c   | 7 ++++++-
>  2 files changed, 6 insertions(+), 5 deletions(-)
>