Peter Maydell e2a176dfda hw/ppc/ppc405_boards: Fix infinite recursion by converting taihu_cpld from old_mmio
The taihu_cpld_writel() function had an obvious typo that meant that
if it was ever called it would go into an infinite recursion. Newer
versions of clang will detect and warn about this:
  hw/ppc/ppc405_boards.c:481:1: warning: all paths through this function will call itself [-Winfinite-recursion]

Fix this by converting taihu_cpld from the legacy old_mmio accessors
to new-style ones, with an impl {} declaration to cause the core
memory code to do the splitting of 16 bit and 32 bit accesses into
multiple 8-bit accesses.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
2015-11-30 19:39:00 +11:00
..
2015-11-12 16:40:14 +02:00
2015-11-26 14:27:52 +02:00
2015-11-24 14:12:15 +00:00
2015-11-25 14:47:06 +00:00
2015-10-02 16:22:02 -03:00
2015-09-25 12:04:43 +02:00
2015-10-27 15:59:46 +00:00
2015-10-27 15:59:46 +00:00
2015-11-25 13:42:37 +02:00
2015-11-24 14:56:49 -05:00
2015-09-25 12:04:43 +02:00
2015-11-27 10:39:55 +08:00
2015-10-23 12:35:18 +11:00
2015-09-07 10:39:28 +01:00
2015-09-25 14:52:17 +02:00
2015-11-06 15:42:38 +03:00