From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:40300) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QvbJY-0001sf-4H for qemu-devel@nongnu.org; Mon, 22 Aug 2011 16:41:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QvbJX-0005pe-5r for qemu-devel@nongnu.org; Mon, 22 Aug 2011 16:41:44 -0400 Received: from mail-yi0-f45.google.com ([209.85.218.45]:41691) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QvbJX-0005oe-1u for qemu-devel@nongnu.org; Mon, 22 Aug 2011 16:41:43 -0400 Received: by yih10 with SMTP id 10so4578046yih.4 for ; Mon, 22 Aug 2011 13:41:42 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <4E5264B5.4010002@redhat.com> References: <4E5264B5.4010002@redhat.com> Date: Mon, 22 Aug 2011 21:41:42 +0100 Message-ID: From: Stefan Hajnoczi Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 06/11] Goldfish: Added a nand controller. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Patrick Jackson Cc: Paolo Bonzini , qemu-devel@nongnu.org On Mon, Aug 22, 2011 at 3:16 PM, Paolo Bonzini wrote: > On 08/22/2011 02:04 PM, Stefan Hajnoczi wrote: >> >> Please use the block layer instead of reinventing portable file I/O. >> >> Also, please check which of the utility functions already exist in >> QEMU. =A0If a utility function in this patch is needed it should be made >> generic for all of QEMU, not just goldfish or nand. > > This was part of the plans, but there was no time for it. Does that mean this series is Request For Comments and not something you expect to be merged into qemu.git? Stefan