On Tue, Jun 18, 2013 at 11:58 AM, Andreas Färber wrote:
> Introduce type constant and cast macro.
>
> Signed-off-by: Andreas Färber
Reviewed-by: Peter Crosthwaite
> ---
> hw/intc/openpic.c| 17 +++--
> hw/ppc/e500.c| 2 +-
> hw/ppc/mac_newworld.c| 2 +-
>
Introduce type constant and cast macro.
Signed-off-by: Andreas Färber
---
hw/intc/openpic.c| 17 +++--
hw/ppc/e500.c| 2 +-
hw/ppc/mac_newworld.c| 2 +-
include/hw/ppc/openpic.h | 2 ++
4 files changed, 15 insertions(+), 8 deletions(-)
diff --git a/hw/intc