PPC: 405: Fix ppc405ep initialization
authorAlexander Graf <agraf@suse.de>
Tue, 21 Feb 2012 18:01:11 +0000 (19:01 +0100)
committerAlexander Graf <agraf@suse.de>
Thu, 15 Mar 2012 12:12:10 +0000 (13:12 +0100)
commitd715ea961254512c6989e17edbfaf959aa7805b0
tree7dcbc3e78ffd0a4d6ad015d72a5d42861423ce1b
parent32a2003af9cb0cb11b3992fd3248cb89752c53e9
PPC: 405: Fix ppc405ep initialization

When trying to run a ppc405 guest, it segfaults quite quickly, trying to
access timers that weren't initialized. Initialize them properly instead.

Reported-by: Andreas Faerber <afaerber@suse.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
hw/ppc405_uc.c