From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46726) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VtZwa-0004wU-QB for qemu-devel@nongnu.org; Thu, 19 Dec 2013 04:31:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VtZwV-00075n-4s for qemu-devel@nongnu.org; Thu, 19 Dec 2013 04:31:00 -0500 Received: from mail-wg0-x22e.google.com ([2a00:1450:400c:c00::22e]:55001) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VtZwU-00075h-V8 for qemu-devel@nongnu.org; Thu, 19 Dec 2013 04:30:55 -0500 Received: by mail-wg0-f46.google.com with SMTP id m15so773995wgh.1 for ; Thu, 19 Dec 2013 01:30:54 -0800 (PST) Date: Thu, 19 Dec 2013 10:30:49 +0100 From: Stefan Hajnoczi Message-ID: <20131219093049.GA2537@stefanha-thinkpad.redhat.com> References: <1384941320-30987-1-git-send-email-armbru@redhat.com> <8738lqgqf1.fsf@blackfin.pond.sub.org> <52B1C18C.6080105@suse.de> <87haa6ytr0.fsf@blackfin.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <87haa6ytr0.fsf@blackfin.pond.sub.org> Subject: Re: [Qemu-devel] [PATCH v2 0/9] Clean up IDE after completion of qdevification List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: Kevin Wolf , Alexander Graf , Andreas =?iso-8859-1?Q?F=E4rber?= , Stefan Hajnoczi , qemu-devel@nongnu.org On Wed, Dec 18, 2013 at 06:05:39PM +0100, Markus Armbruster wrote: > Andreas Färber writes: > > > I had a brief look at this series. Dropping redundant fields certainly > > sounds good and after the lengthy QOM'ifications of IDE devices we seem > > to no longer break any devices, but whether to check for device or > > BlockDriverState sounds more like a block topic to me... > > I read that as "ack from a block maintainer wanted for '[PATCH v2 2/9] > ide: Use IDEState member dev for "device connected" test'". Correct? IDE is not something I'm familiar with so I suggest we wait for Kevin to return from vacation. Stefan