From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45416) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X4Vob-0002TH-14 for qemu-devel@nongnu.org; Tue, 08 Jul 2014 09:52:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X4VoQ-00062N-UC for qemu-devel@nongnu.org; Tue, 08 Jul 2014 09:52:12 -0400 Received: from cantor2.suse.de ([195.135.220.15]:33096 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X4VoQ-00062J-Np for qemu-devel@nongnu.org; Tue, 08 Jul 2014 09:52:02 -0400 Message-ID: <53BBF781.9070102@suse.de> Date: Tue, 08 Jul 2014 15:52:01 +0200 From: Alexander Graf MIME-Version: 1.0 References: <1404716892-15600-1-git-send-email-eric.auger@linaro.org> <1404716892-15600-6-git-send-email-eric.auger@linaro.org> In-Reply-To: <1404716892-15600-6-git-send-email-eric.auger@linaro.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 5/7] hw/core/sysbus: add fdt_add_node method List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Auger , eric.auger@st.com, christoffer.dall@linaro.org, qemu-devel@nongnu.org, kim.phillips@freescale.com, a.rigo@virtualopensystems.com Cc: peter.maydell@linaro.org, patches@linaro.org, stuart.yoder@freescale.com, alex.williamson@redhat.com, a.motakis@virtualopensystems.com, kvmarm@lists.cs.columbia.edu On 07.07.14 09:08, Eric Auger wrote: > This method is meant to be called on sysbus device dynamic > instantiation (-device option). Devices that support this > kind of instantiation must implement this method. > > Signed-off-by: Eric Auger For the reason I stated earlier, I don't think it's a good idea to put device tree code into our device models. Alex