On 12.02.2011, at 15:54, David Gibson wrote: > From: David Gibson <d...@au1.ibm.com> > > Currently qemu_devtree_setprop() expects the new property value to be > given as a uint32_t *. While property values consisting of u32s are > common, in general they can have any bytestring value. > > Therefore, this patch alters the function to take a void * instead, > allowing callers to easily give anything as the property value. > > Signed-off-by: David Gibson <da...@gibson.dropbear.id.au>
Acked-by: Alexander Graf <ag...@suse.de> Alex