lsi: Properly initialize controller state on reset
commit54eefd72bfc0ad7cd5cbedba8ef4368bd2bc3329
authorJan Kiszka <jan.kiszka@siemens.com>
Fri, 30 Apr 2010 12:06:13 +0000 (30 14:06 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 3 May 2010 17:09:48 +0000 (3 12:09 -0500)
tree3111ce03e056f4f9de04594f803d412114c94b68
parent51336214da6f2eaa7baaa8efa1823377252c1496
lsi: Properly initialize controller state on reset

The LSI controller was lacking a system reset handler. Simply invoke the
existing soft reset handler in this case. This also allows to drop its
explicit invocation during init.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/lsi53c895a.c