From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mgpfh-00059M-N0 for qemu-devel@nongnu.org; Thu, 27 Aug 2009 20:50:29 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mgpfc-00056B-NM for qemu-devel@nongnu.org; Thu, 27 Aug 2009 20:50:29 -0400 Received: from [199.232.76.173] (port=53648 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mgpfc-00055s-Gg for qemu-devel@nongnu.org; Thu, 27 Aug 2009 20:50:24 -0400 Received: from mx20.gnu.org ([199.232.41.8]:12401) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MgpdV-00049d-LY for qemu-devel@nongnu.org; Thu, 27 Aug 2009 20:48:14 -0400 Received: from mail-qy0-f203.google.com ([209.85.221.203]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MgpdU-0002ev-0Z for qemu-devel@nongnu.org; Thu, 27 Aug 2009 20:48:12 -0400 Received: by qyk41 with SMTP id 41so1036165qyk.18 for ; Thu, 27 Aug 2009 17:48:11 -0700 (PDT) Message-ID: <4A972948.60608@codemonkey.ws> Date: Thu, 27 Aug 2009 19:48:08 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 00/11] ide: split + cleanup patches References: <1251287619-20022-1-git-send-email-kraxel@redhat.com> In-Reply-To: <1251287619-20022-1-git-send-email-kraxel@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org Gerd Hoffmann wrote: > Hi, > > This is a respin of the ide split and cleanup patches. Rebased to > master as of today, solved conflicts (smart support + mmio constify). > It got a new patch (#11) which switches the ide init functions from > BlockDriverState to DriveInfo. Otherwise unmodified. > Can you pull out #11 and submit that separately? I'd like to push the earlier version I had in stable which is 1-10. By the time you see this, they should be in master already. Regards, Anthony Liguori > cheers, > Gerd > > >