From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MEIRe-00035D-5A for qemu-devel@nongnu.org; Wed, 10 Jun 2009 03:42:02 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MEIRZ-00033Y-KX for qemu-devel@nongnu.org; Wed, 10 Jun 2009 03:42:01 -0400 Received: from [199.232.76.173] (port=60474 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MEIRZ-00033V-G5 for qemu-devel@nongnu.org; Wed, 10 Jun 2009 03:41:57 -0400 Received: from mx2.redhat.com ([66.187.237.31]:40553) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MEIRZ-00030J-0O for qemu-devel@nongnu.org; Wed, 10 Jun 2009 03:41:57 -0400 Message-ID: <4A2F6347.7050908@redhat.com> Date: Wed, 10 Jun 2009 09:39:51 +0200 From: Gerd Hoffmann MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] qdev: move name+size into DeviceInfo References: <1244544319-19247-1-git-send-email-kraxel@redhat.com> <200906100322.25274.paul@codesourcery.com> In-Reply-To: <200906100322.25274.paul@codesourcery.com> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paul Brook Cc: qemu-devel@nongnu.org On 06/10/09 04:22, Paul Brook wrote: > On Tuesday 09 June 2009, Gerd Hoffmann wrote: >> Rationale: move device information from code to data structures. Oops. Should better build all targets for that kind of work, so I don't miss the arm drivers. New patch goes to the list soon. cheers, Gerd