Re: [Qemu-devel] [PATCH v1 1/5] microblaze: Support loading of u-boot initrd images

2014-05-07 Thread Peter Crosthwaite
On Thu, May 8, 2014 at 11:35 AM, Edgar E. Iglesias wrote: > From: "Edgar E. Iglesias" > > Signed-off-by: Edgar E. Iglesias Reviewed-by: Peter Crosthwaite > --- > hw/microblaze/boot.c | 12 +--- > 1 file changed, 9 insertions(+), 3 deletions(-) > > diff --git a/hw/microblaze/boot.c b/

[Qemu-devel] [PATCH v1 1/5] microblaze: Support loading of u-boot initrd images

2014-05-07 Thread Edgar E. Iglesias
From: "Edgar E. Iglesias" Signed-off-by: Edgar E. Iglesias --- hw/microblaze/boot.c | 12 +--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/hw/microblaze/boot.c b/hw/microblaze/boot.c index 48d9e7a..deeecfc 100644 --- a/hw/microblaze/boot.c +++ b/hw/microblaze/boot.c @@