qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH trivial v1 0/3] Initialise IRQ pointers as Zero


From: Peter Crosthwaite
Subject: [Qemu-devel] [PATCH trivial v1 0/3] Initialise IRQ pointers as Zero
Date: Fri, 15 Aug 2014 01:14:02 -0700

Hi,

I'm working on some QOM stuff that requires output IRQ pointers to be
initialised to zero. I have a catch-all workaround to the problem in
the series proper, but this is the startings of a more complete
solution.

Sending to trivial, as I think the change is an improvement
independently, just due to the fact its easier to debug with NULL
pointers rather than undefined pointer values.

Regards,
Peter


Peter Crosthwaite (3):
  ssi: xilinx_spi: Initialise CS GPIOs as NULL
  ppc: convert g_new(qemu_irq usages to g_new0
  intc: i8259: Convert Array allocation to g_new0

 hw/intc/i8259.c       | 2 +-
 hw/intc/openpic.c     | 2 +-
 hw/ppc/e500.c         | 2 +-
 hw/ppc/mac_newworld.c | 2 +-
 hw/ssi/xilinx_spi.c   | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

-- 
2.0.1.1.gfbfc394




reply via email to

[Prev in Thread] Current Thread [Next in Thread]