From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MA0uf-0004SV-LY for qemu-devel@nongnu.org; Fri, 29 May 2009 08:10:17 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MA0ub-0004Rv-Ce for qemu-devel@nongnu.org; Fri, 29 May 2009 08:10:17 -0400 Received: from [199.232.76.173] (port=35118 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MA0ub-0004Rr-2s for qemu-devel@nongnu.org; Fri, 29 May 2009 08:10:13 -0400 Received: from mx20.gnu.org ([199.232.41.8]:2679) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MA0ua-0006ja-QD for qemu-devel@nongnu.org; Fri, 29 May 2009 08:10:12 -0400 Received: from mail.codesourcery.com ([65.74.133.4]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MA0uZ-00045R-P3 for qemu-devel@nongnu.org; Fri, 29 May 2009 08:10:12 -0400 From: Paul Brook Subject: Re: [Qemu-devel] [PATCH 2/2] qdev: kill DeviceState->nd, use properties instead. Date: Fri, 29 May 2009 13:10:08 +0100 References: <1243550679-9027-1-git-send-email-kraxel@redhat.com> <1243550679-9027-2-git-send-email-kraxel@redhat.com> In-Reply-To: <1243550679-9027-2-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: <200905291310.09405.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 > kill DeviceState->nd, use properties instead. I'm not sure this is the right solution. Before changing this I think we need to figure out how we want to link devices to the host network configuration. Paul