From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50639) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UnBis-00031q-OP for qemu-devel@nongnu.org; Thu, 13 Jun 2013 13:54:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UnBir-0001r5-Tx for qemu-devel@nongnu.org; Thu, 13 Jun 2013 13:54:10 -0400 Received: from mail-la0-x235.google.com ([2a00:1450:4010:c03::235]:59616) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UnBir-0001qi-Nc for qemu-devel@nongnu.org; Thu, 13 Jun 2013 13:54:09 -0400 Received: by mail-la0-f53.google.com with SMTP id fs12so7836606lab.12 for ; Thu, 13 Jun 2013 10:54:08 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1368169118-9528-3-git-send-email-john.rigby@linaro.org> References: <1368169118-9528-1-git-send-email-john.rigby@linaro.org> <1368169118-9528-3-git-send-email-john.rigby@linaro.org> From: Peter Maydell Date: Thu, 13 Jun 2013 18:53:48 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH v3 2/3] ARM: Allow dumping of device tree List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: John Rigby Cc: qemu-devel@nongnu.org On 10 May 2013 07:58, John Rigby wrote: > By calling qemu_devtree_dumpdtb near the end of load_dtb. > > Signed-off-by: John Rigby Reviewed-by: Peter Maydell I'm just going to put this in arm-devs.next now, since it makes '-machine dumpdtb=filename' work rather than be silently ignored. thanks -- PMM