Re: [Qemu-devel] [PATCH] device tree: simplify dumpdtb code

2012-10-01 Thread Aurelien Jarno
On Sun, Sep 23, 2012 at 11:29:32PM +0200, Alexander Graf wrote: > As per Peter's suggestion, we can use glib to write out a buffer in whole to > a file, simplifying the code dramatically. > > Signed-off-by: Alexander Graf > > --- > > This patch applies on top of the generic dumpdtb remodeling p

[Qemu-devel] [PATCH] device tree: simplify dumpdtb code

2012-09-25 Thread Alexander Graf
As per Peter's suggestion, we can use glib to write out a buffer in whole to a file, simplifying the code dramatically. Signed-off-by: Alexander Graf --- This patch applies on top of the generic dumpdtb remodeling patch. --- device_tree.c |9 + 1 files changed, 1 insertions(+), 8