From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=39846 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q6mys-0000g4-7I for qemu-devel@nongnu.org; Mon, 04 Apr 2011 12:50:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q6mym-0005py-N2 for qemu-devel@nongnu.org; Mon, 04 Apr 2011 12:50:21 -0400 Received: from mx1.redhat.com ([209.132.183.28]:22518) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q6mym-0005pe-EJ for qemu-devel@nongnu.org; Mon, 04 Apr 2011 12:50:16 -0400 Message-ID: <4D99F72F.7060004@redhat.com> Date: Mon, 04 Apr 2011 18:51:59 +0200 From: Kevin Wolf MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] ide: consolidate drive_get(IF_IDE) References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Isaku Yamahata Cc: qemu-devel@nongnu.org Am 03.04.2011 13:32, schrieb Isaku Yamahata: > factor out ide initialization to call drive_get(IF_IDE) > > Signed-off-by: Isaku Yamahata Thanks, applied to the block branch. Kevin