From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43748) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YXuD9-0002ZL-H3 for qemu-devel@nongnu.org; Tue, 17 Mar 2015 12:19:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YXuD6-0006cq-Bq for qemu-devel@nongnu.org; Tue, 17 Mar 2015 12:19:19 -0400 Received: from mail-ig0-f170.google.com ([209.85.213.170]:37070) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YXuD6-0006ci-86 for qemu-devel@nongnu.org; Tue, 17 Mar 2015 12:19:16 -0400 Received: by igcqo1 with SMTP id qo1so16954811igc.0 for ; Tue, 17 Mar 2015 09:19:15 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1426604892-19293-1-git-send-email-afaerber@suse.de> References: <1426604892-19293-1-git-send-email-afaerber@suse.de> From: Peter Maydell Date: Tue, 17 Mar 2015 16:18:55 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [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: =?UTF-8?Q?Andreas_F=C3=A4rber?= Cc: QEMU Developers , Alistair Francis On 17 March 2015 at 15:08, Andreas F=C3=A4rber wrote: > 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 > > ---------------------------------------------------------------- Applied, thanks. -- PMM