Re: [PATCH v2] hw/riscv: virt: Warn the user if -bios is provided when using KVM

2022-03-23 Thread Alistair Francis
On Thu, Mar 24, 2022 at 8:31 AM Ralf Ramsauer wrote: > > The -bios option is silently ignored if used in combination with -enable-kvm. > The reason is that the machine starts in S-Mode, and the bios typically runs > in > M-Mode. > > Warn the user that the bios won't be loaded. > > Signed-off-by:

[PATCH v2] hw/riscv: virt: Warn the user if -bios is provided when using KVM

2022-03-23 Thread Ralf Ramsauer
The -bios option is silently ignored if used in combination with -enable-kvm. The reason is that the machine starts in S-Mode, and the bios typically runs in M-Mode. Warn the user that the bios won't be loaded. Signed-off-by: Ralf Ramsauer --- hw/riscv/virt.c | 4 1 file changed, 4 inserti