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

2022-03-31 Thread Ralf Ramsauer
On 31/03/2022 02:11, Alistair Francis wrote: On Thu, Mar 24, 2022 at 7:08 PM Daniel P. Berrangé wrote: On Wed, Mar 23, 2022 at 06:13:46PM +0100, 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-Mod

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

2022-03-23 Thread Ralf Ramsauer
On 23/03/2022 22:05, Alistair Francis wrote: On Thu, Mar 24, 2022 at 3:13 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 bio