From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MJ8iK-00011s-Ho for qemu-devel@nongnu.org; Tue, 23 Jun 2009 12:19:16 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MJ8iJ-000116-Lh for qemu-devel@nongnu.org; Tue, 23 Jun 2009 12:19:15 -0400 Received: from [199.232.76.173] (port=40031 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MJ8iJ-00010W-87 for qemu-devel@nongnu.org; Tue, 23 Jun 2009 12:19:15 -0400 Received: from fg-out-1718.google.com ([72.14.220.157]:8483) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MJ8iG-0006Rc-JD for qemu-devel@nongnu.org; Tue, 23 Jun 2009 12:19:12 -0400 Received: by fg-out-1718.google.com with SMTP id e21so62866fga.8 for ; Tue, 23 Jun 2009 09:19:11 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: Date: Tue, 23 Jun 2009 19:19:11 +0300 Message-ID: Subject: Re: [Qemu-devel] [PATCH 11/15] sd flash is only used in arm devices From: Blue Swirl Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "quintela@redhat.com" Cc: qemu-devel@nongnu.org On 6/23/09, quintela@redhat.com wrote: > From: Juan Quintela While $SUBJECT may be true, the patch still goes to wrong direction. The long term goal is to have a single binary for all systems. This means that devices should get more generic and not be tied to some systems.