qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH trivial v1 0/3] Initialise IRQ pointers as Zero
@ 2014-08-15  8:14 Peter Crosthwaite
  2014-08-15  8:14 ` [Qemu-devel] [PATCH trivial v1 1/3] ssi: xilinx_spi: Initialise CS GPIOs as NULL Peter Crosthwaite
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Peter Crosthwaite @ 2014-08-15  8:14 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial, agraf


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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-08-15 14:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-15  8:14 [Qemu-devel] [PATCH trivial v1 0/3] Initialise IRQ pointers as Zero Peter Crosthwaite
2014-08-15  8:14 ` [Qemu-devel] [PATCH trivial v1 1/3] ssi: xilinx_spi: Initialise CS GPIOs as NULL Peter Crosthwaite
2014-08-15  8:15 ` [Qemu-devel] [PATCH trivial v1 2/3] ppc: convert g_new(qemu_irq usages to g_new0 Peter Crosthwaite
2014-08-15  8:15 ` [Qemu-devel] [PATCH trivial v1 3/3] intc: i8259: Convert Array allocation " Peter Crosthwaite
2014-08-15 14:55 ` [Qemu-devel] [Qemu-trivial] [PATCH trivial v1 0/3] Initialise IRQ pointers as Zero Michael Tokarev

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).