From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NvDeg-0004MZ-AM for qemu-devel@nongnu.org; Fri, 26 Mar 2010 13:49:10 -0400 Received: from [140.186.70.92] (port=47449 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NvDeb-0004L3-19 for qemu-devel@nongnu.org; Fri, 26 Mar 2010 13:49:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NvDeZ-0004lH-KI for qemu-devel@nongnu.org; Fri, 26 Mar 2010 13:49:04 -0400 Received: from mx20.gnu.org ([199.232.41.8]:59576) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NvDeZ-0004l8-Ew for qemu-devel@nongnu.org; Fri, 26 Mar 2010 13:49:03 -0400 Received: from mail.codesourcery.com ([38.113.113.100]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NvDeY-0002S1-Lm for qemu-devel@nongnu.org; Fri, 26 Mar 2010 13:49:03 -0400 From: Paul Brook Subject: Re: [Qemu-devel] [PATCH 00/48] RFC: omap3 patch collection Date: Fri, 26 Mar 2010 17:48:59 +0000 References: In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201003261748.59718.paul@codesourcery.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Riku Voipio , Riku Voipio > This set of patches is quite raw, intended mostly just for discussion > at this point. We'd like to identify the unobjectionable patches and > "ready for upstream with minor fixes" patches first, so we can send > them for a pull request. After which we can start diving more deeply > into restructuring the remaining patches. Your first step should be to split out unrelated changes. You're unlikely to get any interest in a 48-patch series that contains a load of random crap. Paul