From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44351) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YXt6X-0006Xw-H3 for qemu-devel@nongnu.org; Tue, 17 Mar 2015 11:08:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YXt6N-0003Ag-6W for qemu-devel@nongnu.org; Tue, 17 Mar 2015 11:08:25 -0400 Received: from cantor2.suse.de ([195.135.220.15]:48458 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YXt6N-0003AM-01 for qemu-devel@nongnu.org; Tue, 17 Mar 2015 11:08:15 -0400 From: =?UTF-8?q?Andreas=20F=C3=A4rber?= Date: Tue, 17 Mar 2015 16:08:05 +0100 Message-Id: <1426604892-19293-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/7] QOM devices patch queue 2015-03-17 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Maydell , =?UTF-8?q?Andreas=20F=C3=A4rber?= , Alistair Francis Hello Peter, This is my QOM (devices) patch queue. Please pull. Regards, Andreas Cc: Peter Maydell Cc: Alistair Francis The following changes since commit 5a4992834daec85c3913654903fb9f4f954e58= 5a: Merge remote-tracking branch 'remotes/armbru/tags/pull-cov-model-2015-0= 3-17' into staging (2015-03-17 11:43:00 +0000) 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 88950eeff59834b3b4bea98b954a3fe854468ae3: qdev: Move owner-less IRQs to /machine/unattached (2015-03-17 14:31:32 = +0100) ---------------------------------------------------------------- QOM infrastructure fixes and device conversions * Conversion of cadence_uart to QOM realize * qom-tree QMP script * qom-list and qom-set HMP commands to match their QMP counterparts * Basic qom-tree HMP command * Cleanups for /machine QOM composition tree ---------------------------------------------------------------- Alistair Francis (1): cadence_uart: Convert to QOM realize() Andreas F=C3=A4rber (6): scripts: Add qom-tree script qom: Implement qom-list HMP command qom: Implement qom-set HMP command qom: Implement info qom-tree HMP command memory: Move owner-less MemoryRegions to /machine/unattached qdev: Move owner-less IRQs to /machine/unattached hmp-commands.hx | 28 ++++++++++++++++++++ hmp.c | 47 +++++++++++++++++++++++++++++++++ hmp.h | 2 ++ hw/char/cadence_uart.c | 26 +++++++++++-------- hw/core/qdev.c | 5 ++-- include/monitor/qdev.h | 1 + memory.c | 2 +- monitor.c | 7 +++++ qdev-monitor.c | 57 ++++++++++++++++++++++++++++++++++++++++ scripts/qmp/qom-tree | 70 ++++++++++++++++++++++++++++++++++++++++++++= ++++++ 10 files changed, 231 insertions(+), 14 deletions(-) create mode 100755 scripts/qmp/qom-tree