Re: [Qemu-devel] [PATCH] hw/arm/boot: Load the Non Linux initrd to the memory

2019-08-28 Thread gengdongjiu
On 2019/8/27 17:47, Peter Maydell wrote: > On Tue, 27 Aug 2019 at 10:42, Dongjiu Geng wrote: >> >> Except support linux operation system, qemu also supports other >> operation system which is non linux, such as microkernel system. >> >> But now Qemu only load linux initrd, so change it to load

Re: [Qemu-devel] [PATCH] hw/arm/boot: Load the Non Linux initrd to the memory

2019-08-27 Thread Peter Maydell
On Tue, 27 Aug 2019 at 10:42, Dongjiu Geng wrote: > > Except support linux operation system, qemu also supports other > operation system which is non linux, such as microkernel system. > > But now Qemu only load linux initrd, so change it to load both > linux and Non-linux initrd Image. We curren

[Qemu-devel] [PATCH] hw/arm/boot: Load the Non Linux initrd to the memory

2019-08-27 Thread Dongjiu Geng
Except support linux operation system, qemu also supports other operation system which is non linux, such as microkernel system. But now Qemu only load linux initrd, so change it to load both linux and Non-linux initrd Image. Signed-off-by: Dongjiu Geng --- hw/arm/boot.c | 45 +