qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Andreas Färber
Subject: [Qemu-devel] [PULL 0/5] QOM devices patch queue 2014-07-01
Date: Tue, 1 Jul 2014 05:08:08 +0200

Hello Peter,

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

Regards,
Andreas

Cc: Peter Maydell <address@hidden>
Cc: Anthony Liguori <address@hidden>

Cc: Peter Crosthwaite <address@hidden>

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(-)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]