]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/ppc/40p: Move the MC146818 RTC to the board where it belongs
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Sun, 5 May 2019 15:28:38 +0000 (17:28 +0200)
committerDavid Gibson <david@gibson.dropbear.id.au>
Wed, 29 May 2019 01:39:44 +0000 (11:39 +1000)
commit2e8f85189d477e1009e13235ef73c86834664571
treef16c6cfc5a66c5cc74558947d657299056f55849
parentc50be9e1ec705512c622366f80861436eafacffa
hw/ppc/40p: Move the MC146818 RTC to the board where it belongs

The MC146818 RTC was incorrectly added to the i82378 chipset in
commit a04ff940974a. In the next commit (506b7ddf8893) the PReP
machine use the i82378.
Since the MC146818 is specific to the PReP machine, move its use
there.

Fixes: a04ff940974a
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20190505152839.18650-3-philmd@redhat.com>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
hw/isa/i82378.c
hw/ppc/prep.c