From: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
To: qemu-devel@nongnu.org
Cc: qemu-trivial@nongnu.org, agraf@suse.de
Subject: [Qemu-devel] [PATCH trivial v1 0/3] Initialise IRQ pointers as Zero
Date: Fri, 15 Aug 2014 01:14:02 -0700 [thread overview]
Message-ID: <cover.1408090247.git.peter.crosthwaite@xilinx.com> (raw)
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
next reply other threads:[~2014-08-15 8:14 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-15 8:14 Peter Crosthwaite [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1408090247.git.peter.crosthwaite@xilinx.com \
--to=peter.crosthwaite@xilinx.com \
--cc=agraf@suse.de \
--cc=qemu-devel@nongnu.org \
--cc=qemu-trivial@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).