On 07/07/2026 11.57, Philippe Mathieu-Daudé wrote:
> When removing KVM support in commit 630decdfccd we forgot
> to remove MIPS of the '-enable-kvm' option help. Do it now.
>
> Fixes: 630decdfccd ("buildsys: Remove MIPS KVM")
> Inspired-by: Miao Wang <shankerwangmiao@gmail.com>
> Signed-off-by: Philippe Mathieu-Daudé <philmd@oss.qualcomm.com>
> ---
> qemu-options.hx | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/qemu-options.hx b/qemu-options.hx
> index e44b47de681..ccb71743ee3 100644
> --- a/qemu-options.hx
> +++ b/qemu-options.hx
> @@ -5163,7 +5163,7 @@ ERST
>
> DEF("enable-kvm", 0, QEMU_OPTION_enable_kvm, \
> "-enable-kvm enable KVM full virtualization support\n",
> - QEMU_ARCH_ARM | QEMU_ARCH_I386 | QEMU_ARCH_MIPS | QEMU_ARCH_PPC |
> + QEMU_ARCH_ARM | QEMU_ARCH_I386 | QEMU_ARCH_PPC |
> QEMU_ARCH_RISCV | QEMU_ARCH_S390X)
> SRST
> ``-enable-kvm``
Reviewed-by: Thomas Huth <thuth@redhat.com>