From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=41538 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PUfNw-0006kY-58 for qemu-devel@nongnu.org; Mon, 20 Dec 2010 08:02:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PUfNs-00068W-Qs for qemu-devel@nongnu.org; Mon, 20 Dec 2010 08:02:39 -0500 Received: from mx1.redhat.com ([209.132.183.28]:34168) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PUfNs-00066N-K0 for qemu-devel@nongnu.org; Mon, 20 Dec 2010 08:02:36 -0500 From: Markus Armbruster Subject: Re: [Qemu-devel] [PATCH v2 2/6] qdev: reset qdev along with qdev tree References: <32f3c5f99628967649cf6987dbf9c4c2c4baa568.1290160397.git.yamahata@valinux.co.jp> <4D0A6909.2090404@mail.berlios.de> <20101216234804.GG3878@redhat.com> <4D0AADCB.4010301@linux.vnet.ibm.com> <4D0B7A02.3070202@linux.vnet.ibm.com> Date: Mon, 20 Dec 2010 13:58:28 +0100 In-Reply-To: <4D0B7A02.3070202@linux.vnet.ibm.com> (Anthony Liguori's message of "Fri, 17 Dec 2010 08:56:02 -0600") Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Peter Maydell , "Michael S. Tsirkin" , qemu-devel@nongnu.org, Aurelien Jarno , Isaku Yamahata Anthony Liguori writes: > On 12/17/2010 08:45 AM, Peter Maydell wrote: >> On 17 December 2010 00:24, Anthony Liguori wrote: >> >>> On 12/16/2010 05:48 PM, Michael S. Tsirkin wrote: >>> >>>> Ugh, I keep forgetting about the non-qdev systems. >>>> Maybe it's a good way to finally make everyone to convert? If a system >>>> maintainer can't be bothered to convert to qdev we can declare the >>>> system unsupported :) >>>> >> >>> Honestly, I think that's a fair thing to do. >>> >> I'm guessing that would be a transition/conversion to make for the >> 0.15 release, right? >> > > Yes. Let's do it.