From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34436) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1anUyD-0001Ci-SF for qemu-devel@nongnu.org; Tue, 05 Apr 2016 13:40:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1anUyA-0000Y5-BR for qemu-devel@nongnu.org; Tue, 05 Apr 2016 13:40:53 -0400 Received: from www.linutronix.de ([62.245.132.108]:37418 helo=Galois.linutronix.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1anUyA-0000Wl-5f for qemu-devel@nongnu.org; Tue, 05 Apr 2016 13:40:50 -0400 References: <1459876288-1640-1-git-send-email-borneo.antonio@gmail.com> From: Sebastian Andrzej Siewior Message-ID: <5703F898.3040105@linutronix.de> Date: Tue, 5 Apr 2016 19:40:40 +0200 MIME-Version: 1.0 In-Reply-To: <1459876288-1640-1-git-send-email-borneo.antonio@gmail.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] hw/i386: add device tree support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Antonio Borneo , "Michael S. Tsirkin" , Paolo Bonzini , Richard Henderson , Eduardo Habkost Cc: qemu-devel@nongnu.org On 04/05/2016 07:11 PM, Antonio Borneo wrote: > Hi, Hi, > I'm not expert on the x86 memory map at boot and during kernel > boot; I found easy to just append the dtb to the kernel image. >>>From my tests this patch is working fine. > If you have any hint for a different loading address for dtb, I > would be glad to modify this code. If I remember correctly, the kernel makes a copy of the dtb on order not to rely on any specific memory layout (same as with initrd). > > Regards, > Antonio Sebastian