ppc: convert g_new(qemu_irq usages to g_new0
authorPeter Crosthwaite <peter.crosthwaite@xilinx.com>
Fri, 15 Aug 2014 08:15:10 +0000 (01:15 -0700)
committerMichael Tokarev <mjt@tls.msk.ru>
Fri, 15 Aug 2014 14:54:50 +0000 (18:54 +0400)
commitaa2ac1dac3d27b412e2dba4cde38724446751344
treed2b6184d6f08ec6d0e83a1d3b82430834540f26e
parentc75f3c041aff0d6192049860a8f7b4db40ec0603
ppc: convert g_new(qemu_irq usages to g_new0

To indicate the IRQs are initially disconnected.

Signed-off-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
hw/intc/openpic.c
hw/ppc/e500.c
hw/ppc/mac_newworld.c