f9653d4eb2c target/riscv: Add Smrnmi cpu extension 2d8e8259287 target/riscv: Add Smdbltrp ISA extension enable switch
These patches are supposed to be emitting a warning about disabling an extension that requires a new OpenSBI image. But they are also emitting the warning for user-only.
Which means that all linux-user test cases emit nonsense warnings: $ ./qemu-riscv64 ./tests/tcg/riscv64-linux-user/segfault Smrnmi is disabled in the 'max' type CPU Smdbltrp is disabled in the 'max' type CPU Please fix. r~