Re: [Qemu-devel] [PATCH v3 24/28] riscv: sifive_u: Support loading initramfs

2019-08-11 Thread Alistair Francis
On Sun, Aug 11, 2019 at 1:17 AM Bin Meng wrote: > > The loading of initramfs is currently not supported on 'sifive_u'. > Add the support to make '-initrd' command line parameter useful. > > Signed-off-by: Bin Meng > Reviewed-by: Chih-Min Chao Reviewed-by: Alistair Francis Alistair > --- > >

[Qemu-devel] [PATCH v3 24/28] riscv: sifive_u: Support loading initramfs

2019-08-11 Thread Bin Meng
The loading of initramfs is currently not supported on 'sifive_u'. Add the support to make '-initrd' command line parameter useful. Signed-off-by: Bin Meng Reviewed-by: Chih-Min Chao --- Changes in v3: None Changes in v2: None hw/riscv/sifive_u.c | 13 - 1 file changed, 12 inserti