All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 0/1] QOM devices patch queue 2016-05-25
@ 2016-05-25 22:38 Andreas Färber
  2016-05-25 22:38 ` [Qemu-devel] [PULL 1/1] qdev: Start disentangling bus from device Andreas Färber
  2016-05-26 13:29 ` [Qemu-devel] [PULL 0/1] QOM devices patch queue 2016-05-25 Peter Maydell
  0 siblings, 2 replies; 3+ messages in thread
From: Andreas Färber @ 2016-05-25 22:38 UTC (permalink / raw)
  To: qemu-devel
  Cc: Andreas Färber, Peter Maydell, Eduardo Habkost, David Hildenbrand

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 <peter.maydell@linaro.org>
Cc: Eduardo Habkost <ehabkost@redhat.com>
Cc: David Hildenbrand <dahi@linux.vnet.ibm.com>

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-05-26 13:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-25 22:38 [Qemu-devel] [PULL 0/1] QOM devices patch queue 2016-05-25 Andreas Färber
2016-05-25 22:38 ` [Qemu-devel] [PULL 1/1] qdev: Start disentangling bus from device Andreas Färber
2016-05-26 13:29 ` [Qemu-devel] [PULL 0/1] QOM devices patch queue 2016-05-25 Peter Maydell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.