qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PULL 0/1] QOM devices patch queue 2016-05-25


From: Andreas Färber
Subject: [Qemu-devel] [PULL 0/1] QOM devices patch queue 2016-05-25
Date: Thu, 26 May 2016 00:38:32 +0200

Hello Peter,

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

I've needed to build-fix it twice by now, so if I fixed the #includes wrongly
please pick it up as patch and tweak it or apply a cleanup on top.

Thanks,
Andreas

P.S. I don't seem to have a MAINTAINERS patch to go with it yet, but part of
the discussion prompting the patch was about creating more fine-grained sections
reflecting maintenance reality, so we might want to consider adding a new one?
The intended follow-up was refactoring tree-walking and device reset for s390x.

Cc: Peter Maydell <address@hidden>
Cc: Eduardo Habkost <address@hidden>
Cc: David Hildenbrand <address@hidden>

The following changes since commit 287db79df8af8e31f18e262feb5e05103a09e4d4:

  Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into 
staging (2016-05-24 13:06:33 +0100)

are available in the git repository at:

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

for you to fetch changes up to 8cce06115b6f69e4596e9f81455140759cca8c9d:

  qdev: Start disentangling bus from device (2016-05-25 23:24:35 +0200)

----------------------------------------------------------------
QOM infrastructure fixes and device conversions

* Start splitting up qdev.c

----------------------------------------------------------------
Andreas Färber (1):
      qdev: Start disentangling bus from device

 hw/core/Makefile.objs |   1 +
 hw/core/bus.c         | 251 ++++++++++++++++++++++++++++++++++++++++++++++++++
 hw/core/qdev.c        | 222 --------------------------------------------
 3 files changed, 252 insertions(+), 222 deletions(-)
 create mode 100644 hw/core/bus.c



reply via email to

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