From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46779) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1oQk-0004dt-OD for qemu-devel@nongnu.org; Mon, 30 Jun 2014 23:08:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X1oQg-0003no-5j for qemu-devel@nongnu.org; Mon, 30 Jun 2014 23:08:26 -0400 Received: from cantor2.suse.de ([195.135.220.15]:34494 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1oQf-0003mi-V7 for qemu-devel@nongnu.org; Mon, 30 Jun 2014 23:08:22 -0400 From: =?UTF-8?q?Andreas=20F=C3=A4rber?= Date: Tue, 1 Jul 2014 05:08:08 +0200 Message-Id: <1404184093-966-1-git-send-email-afaerber@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL 0/5] QOM devices patch queue 2014-07-01 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Maydell , Peter Crosthwaite , =?UTF-8?q?Andreas=20F=C3=A4rber?= , Anthony Liguori Hello Peter, This is my QOM (devices) patch queue. Please pull. Regards, Andreas Cc: Peter Maydell Cc: Anthony Liguori Cc: Peter Crosthwaite The following changes since commit 53a259da5697ec8a82463161e2e32ff942a08b= c2: Merge remote-tracking branch 'remotes/awilliam/tags/vfio-pci-for-qemu-2= 0140630.0' into staging (2014-06-30 18:31:07 +0100) are available in the git repository at: git://github.com/afaerber/qemu-cpu.git tags/qom-devices-for-2.1 for you to fetch changes up to 615c4895703164134379b68214130dd502721174: irq: Slim conversion of qemu_irq to QOM (2014-07-01 04:12:48 +0200) ---------------------------------------------------------------- QOM and device refactorings * QOM unparenting cleanup * IRQ conversion to QOM ---------------------------------------------------------------- Andreas F=C3=A4rber (3): sdhci: Fix misuse of qemu_free_irqs() hw: Fix qemu_allocate_irqs() leaks irq: Slim conversion of qemu_irq to QOM Peter Crosthwaite (2): qom: Remove parent pointer when unparenting 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 +++- qom/object.c | 1 + 19 files changed, 64 insertions(+), 50 deletions(-)