From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:49936) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rppbt-0003kN-AZ for qemu-devel@nongnu.org; Tue, 24 Jan 2012 18:17:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rppbq-0004zi-A5 for qemu-devel@nongnu.org; Tue, 24 Jan 2012 18:17:05 -0500 Received: from mail-pz0-f45.google.com ([209.85.210.45]:42804) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rppbp-0004zS-Vx for qemu-devel@nongnu.org; Tue, 24 Jan 2012 18:17:02 -0500 Received: by dajr28 with SMTP id r28so1912241daj.4 for ; Tue, 24 Jan 2012 15:17:01 -0800 (PST) Message-ID: <4F1F3BE8.3060805@codemonkey.ws> Date: Tue, 24 Jan 2012 17:16:56 -0600 From: Anthony Liguori MIME-Version: 1.0 References: <1327433600-7403-1-git-send-email-aliguori@us.ibm.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 0/28] qom: add QEMU Object Model type hierarchy to qdev List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Anthony Liguori , qemu-devel@nongnu.org On 01/24/2012 05:13 PM, Peter Maydell wrote: > On 24 January 2012 19:32, Anthony Liguori wrote: >> This series makes qdev a proper Object and converts qdev's type inheritance to >> QOM inheritance. > >> I've tested this series extensively for the pc target including bisectability. >> I have not tested any other targets yet so your mileage may vary. > > I've tested the vexpress target (including serial, mouse, video, > lan9118, sdcard), > seems to still work ok... Great, thanks! I was planning on running vexpress through qemu-test. Regards, Anthony Liguori > > -- PMM >