From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39948) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WxAhV-0008Fa-Q4 for qemu-devel@nongnu.org; Wed, 18 Jun 2014 03:54:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WxAhO-0001A5-L2 for qemu-devel@nongnu.org; Wed, 18 Jun 2014 03:54:33 -0400 Received: from mail-qg0-f47.google.com ([209.85.192.47]:46807) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WxAhO-0001A1-HR for qemu-devel@nongnu.org; Wed, 18 Jun 2014 03:54:26 -0400 Received: by mail-qg0-f47.google.com with SMTP id q108so406140qgd.34 for ; Wed, 18 Jun 2014 00:54:25 -0700 (PDT) Sender: Peter Crosthwaite From: Peter Crosthwaite Date: Wed, 18 Jun 2014 00:53:51 -0700 Message-Id: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PATCH qom v2 0/4] QOMify IRQs List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Crosthwaite , afaerber@suse.de 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 changed since v1: Fixed sh4 instance of "[0]" bug (Kirill review) 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/sh4/sh7750.c | 3 +-- hw/timer/omap_gptimer.c | 4 ++-- include/hw/irq.h | 4 +++- 18 files changed, 63 insertions(+), 50 deletions(-) -- 2.0.0