Re: [PATCH v2 1/2] hw/riscv: Make CPU config error handling generous (virt/spike)

2022-05-16 Thread Alistair Francis
On Sat, May 14, 2022 at 4:29 PM Tsukasa OI wrote: > > If specified CPU configuration is not valid, not just it prints error > message, it aborts and generates core dumps (depends on the operating > system). This kind of error handling should be used only when a serious > runtime error occurs. >

[PATCH v2 1/2] hw/riscv: Make CPU config error handling generous (virt/spike)

2022-05-14 Thread Tsukasa OI
If specified CPU configuration is not valid, not just it prints error message, it aborts and generates core dumps (depends on the operating system). This kind of error handling should be used only when a serious runtime error occurs. This commit makes error handling on CPU configuration more