From: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
To: qemu-devel@nongnu.org
Cc: Peter Crosthwaite <peter.crosthwaite@xilinx.com>, afaerber@suse.de
Subject: [Qemu-devel] [PATCH qom v1 0/4] QOMify IRQs
Date: Mon, 2 Jun 2014 00:38:32 -0700 [thread overview]
Message-ID: <cover.1401691585.git.peter.crosthwaite@xilinx.com> (raw)
Hi Andreas and all,
I have done some cleanup of your WIP IRQ QOMification and have it in a
hopefully ready state. Its now link safe and the allocation/freeing
process is not as complex as before.
For fuller context of the motivation behind this series, please see:
http://lists.gnu.org/archive/html/qemu-devel/2014-05/msg03265.html
Regards,
Peter
Andreas Färber (3):
sdhci: Fix misuse of qemu_free_irqs()
hw: Fix qemu_allocate_irqs() leaks
irq: Slim conversion of qemu_irq to QOM
Peter Crosthwaite (1):
irq: Allocate IRQs individually
hw/arm/omap1.c | 14 +++++++-------
hw/arm/omap2.c | 2 +-
hw/arm/pxa2xx.c | 4 ++--
hw/arm/spitz.c | 4 ++--
hw/arm/z2.c | 2 +-
hw/char/serial-pci.c | 2 +-
hw/core/irq.c | 46 +++++++++++++++++++++++++++++-----------------
hw/core/qdev.c | 2 +-
hw/dma/omap_dma.c | 4 ++--
hw/ide/microdrive.c | 2 +-
hw/ipack/ipack.c | 2 +-
hw/misc/cbus.c | 6 +++---
hw/pcmcia/pxa2xx.c | 2 +-
hw/sd/omap_mmc.c | 2 +-
hw/sd/sdhci.c | 8 ++++----
hw/timer/omap_gptimer.c | 4 ++--
include/hw/irq.h | 4 +++-
17 files changed, 62 insertions(+), 48 deletions(-)
--
2.0.0
next reply other threads:[~2014-06-02 7:42 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-02 7:38 Peter Crosthwaite [this message]
2014-06-02 7:39 ` [Qemu-devel] [PATCH qom v1 1/4] sdhci: Fix misuse of qemu_free_irqs() Peter Crosthwaite
2014-06-02 7:40 ` [Qemu-devel] [PATCH qom v1 2/4] hw: Fix qemu_allocate_irqs() leaks Peter Crosthwaite
2014-06-03 9:19 ` Kirill Batuzov
2014-06-02 7:41 ` [Qemu-devel] [PATCH qom v1 3/4] irq: Allocate IRQs individually Peter Crosthwaite
2014-06-02 8:00 ` Alberto Garcia
2014-06-02 7:43 ` [Qemu-devel] [PATCH qom v1 4/4] irq: Slim conversion of qemu_irq to QOM Peter Crosthwaite
2014-06-02 15:03 ` [Qemu-devel] [PATCH qom v1 0/4] QOMify IRQs Peter Maydell
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.1401691585.git.peter.crosthwaite@xilinx.com \
--to=peter.crosthwaite@xilinx.com \
--cc=afaerber@suse.de \
--cc=qemu-devel@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).