From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43634) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b5hRq-0000J8-LG for qemu-devel@nongnu.org; Wed, 25 May 2016 18:38:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b5hRk-0003eP-LC for qemu-devel@nongnu.org; Wed, 25 May 2016 18:38:41 -0400 Received: from mx2.suse.de ([195.135.220.15]:42638) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b5hRk-0003e5-Ed for qemu-devel@nongnu.org; Wed, 25 May 2016 18:38:36 -0400 From: =?UTF-8?q?Andreas=20F=C3=A4rber?= Date: Thu, 26 May 2016 00:38:32 +0200 Message-Id: <1464215913-18971-1-git-send-email-afaerber@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL 0/1] QOM devices patch queue 2016-05-25 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: =?UTF-8?q?Andreas=20F=C3=A4rber?= , 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 wro= ngly 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 s= ections 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 Cc: Eduardo Habkost Cc: David Hildenbrand The following changes since commit 287db79df8af8e31f18e262feb5e05103a09e4= d4: Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' i= nto 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=C3=A4rber (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