mbox

[PULL,0/5] QOM devices patch queue 2014-07-01

Message ID 1404184093-966-1-git-send-email-afaerber@suse.de
State New
Headers show

Pull-request

git://github.com/afaerber/qemu-cpu.git tags/qom-devices-for-2.1

Message

Andreas Färber July 1, 2014, 3:08 a.m. UTC
Hello Peter,

This is my QOM (devices) patch queue. Please pull.

Regards,
Andreas

Cc: Peter Maydell <peter.maydell@linaro.org>
Cc: Anthony Liguori <anthony@codemonkey.ws>

Cc: Peter Crosthwaite <peter.crosthwaite@xilinx.com>

The following changes since commit 53a259da5697ec8a82463161e2e32ff942a08bc2:

  Merge remote-tracking branch 'remotes/awilliam/tags/vfio-pci-for-qemu-20140630.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ä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 (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(-)

Comments

Peter Maydell July 1, 2014, 10:55 a.m. UTC | #1
On 1 July 2014 04:08, Andreas Färber <afaerber@suse.de> wrote:
> Hello Peter,
>
> This is my QOM (devices) patch queue. Please pull.
>
> Regards,
> Andreas
>
> Cc: Peter Maydell <peter.maydell@linaro.org>
> Cc: Anthony Liguori <anthony@codemonkey.ws>
>
> Cc: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
>
> The following changes since commit 53a259da5697ec8a82463161e2e32ff942a08bc2:
>
>   Merge remote-tracking branch 'remotes/awilliam/tags/vfio-pci-for-qemu-20140630.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)

Applied, thanks.

-- PMM