On 25 May 2016 at 23:38, Andreas Färber <afaer...@suse.de> wrote: > 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.mayd...@linaro.org> > Cc: Eduardo Habkost <ehabk...@redhat.com> > Cc: David Hildenbrand <d...@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 > > ----------------------------------------------------------------
Applied, thanks (I had to add bus.o to the link line for test-qdev-global-props, but otherwise no problems.) -- PMM