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

2019-08-07 Thread Chih-Min Chao
On Wed, Aug 7, 2019 at 3:56 PM 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 > --- > > Changes in v2: None > > hw/riscv/sifive_u.c | 13 - > 1 file c

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

2019-08-07 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 --- Changes in v2: None hw/riscv/sifive_u.c | 13 - 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/hw/riscv/sif