From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39708) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZHBPo-0005Bp-AS for qemu-devel@nongnu.org; Mon, 20 Jul 2015 09:47:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZHBPi-0001Vd-P2 for qemu-devel@nongnu.org; Mon, 20 Jul 2015 09:47:32 -0400 Received: from cantor2.suse.de ([195.135.220.15]:52345 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZHBPi-0001VN-IJ for qemu-devel@nongnu.org; Mon, 20 Jul 2015 09:47:26 -0400 Message-ID: <55ACFBEC.9030901@suse.de> Date: Mon, 20 Jul 2015 15:47:24 +0200 From: Alexander Graf MIME-Version: 1.0 References: <1437398364-2066-1-git-send-email-drjones@redhat.com> In-Reply-To: <1437398364-2066-1-git-send-email-drjones@redhat.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] spapr: add dumpdtb support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Andrew Jones , qemu-devel@nongnu.org Cc: dgibson@redhat.com, thuth@redhat.com On 07/20/15 15:19, Andrew Jones wrote: > dumpdtb (-machine dumpdtb=) allows one to inspect the generated > device tree of machine types that generate device trees. This is > useful for a) seeing what's there b) debugging/testing device tree > generator patches. It can be used as follows > > $QEMU_CMDLINE -machine dumpdtb=dtb > dtc -I dtb -O dts dtb > > Signed-off-by: Andrew Jones Glad to see that it's useful for others too :). Reviewed-by: Alexander Graf Alex