Re: [Qemu-devel] [PATCH v2] hw/misc/blob-loader: add a generic blob loader

2014-01-15 Thread Li Guang
Peter Crosthwaite wrote: On Wed, Jan 15, 2014 at 5:06 PM, Li Guang wrote: ping ... any other comments? or new suggestions? No new suggestions from me, but PMM has a point about load_image_targphys@realize doing exactly whats needed, so something closer to V1 WRT to that may actuall

Re: [Qemu-devel] [PATCH v2] hw/misc/blob-loader: add a generic blob loader

2014-01-14 Thread Peter Crosthwaite
On Wed, Jan 15, 2014 at 5:06 PM, Li Guang wrote: > ping ... > > any other comments? > or new suggestions? > No new suggestions from me, but PMM has a point about load_image_targphys@realize doing exactly whats needed, so something closer to V1 WRT to that may actually be best. Regards, peter >

Re: [Qemu-devel] [PATCH v2] hw/misc/blob-loader: add a generic blob loader

2014-01-14 Thread Li Guang
ping ... any other comments? or new suggestions? Thanks! Li Guang wrote: this blob loader will be used to load a specified blob into a specified RAM address. Signed-off-by: Li Guang Suggested-by: Peter Crosthwaite --- hw/misc/Makefile.objs |2 + hw/misc/blob-loader.c |

[Qemu-devel] [PATCH v2] hw/misc/blob-loader: add a generic blob loader

2014-01-05 Thread Li Guang
this blob loader will be used to load a specified blob into a specified RAM address. Signed-off-by: Li Guang Suggested-by: Peter Crosthwaite --- hw/misc/Makefile.objs |2 + hw/misc/blob-loader.c | 112 + include/hw/misc/blob-loader.h