[Qemu-devel] [PATCH] spapr: add dumpdtb support

2015-07-20 Thread Andrew Jones
dumpdtb (-machine dumpdtb=file) 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

Re: [Qemu-devel] [PATCH] spapr: add dumpdtb support

2015-07-20 Thread Alexander Graf
On 07/20/15 15:19, Andrew Jones wrote: dumpdtb (-machine dumpdtb=file) 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

Re: [Qemu-devel] [PATCH] spapr: add dumpdtb support

2015-07-20 Thread David Gibson
On Mon, Jul 20, 2015 at 03:19:24PM +0200, Andrew Jones wrote: dumpdtb (-machine dumpdtb=file) 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