From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MEDSc-0005za-SQ for qemu-devel@nongnu.org; Tue, 09 Jun 2009 22:22:42 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MEDSX-0005yl-Er for qemu-devel@nongnu.org; Tue, 09 Jun 2009 22:22:41 -0400 Received: from [199.232.76.173] (port=49942 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MEDSX-0005yi-An for qemu-devel@nongnu.org; Tue, 09 Jun 2009 22:22:37 -0400 Received: from mx20.gnu.org ([199.232.41.8]:38270) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MEDSW-0002kY-Qu for qemu-devel@nongnu.org; Tue, 09 Jun 2009 22:22:36 -0400 Received: from mail.codesourcery.com ([65.74.133.4]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MEDSV-0007gY-LQ for qemu-devel@nongnu.org; Tue, 09 Jun 2009 22:22:35 -0400 From: Paul Brook Subject: Re: [Qemu-devel] [PATCH] qdev: move name+size into DeviceInfo Date: Wed, 10 Jun 2009 03:22:24 +0100 References: <1244544319-19247-1-git-send-email-kraxel@redhat.com> In-Reply-To: <1244544319-19247-1-git-send-email-kraxel@redhat.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200906100322.25274.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: Gerd Hoffmann On Tuesday 09 June 2009, Gerd Hoffmann wrote: > Rationale: move device information from code to data structures. Patch does not build. Paul