[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 0/7] hw/kvm: Exit gracefully when KVM is not supported
From: |
Peter Maydell |
Subject: |
Re: [PATCH 0/7] hw/kvm: Exit gracefully when KVM is not supported |
Date: |
Fri, 19 Feb 2021 11:55:56 +0000 |
On Fri, 19 Feb 2021 at 11:44, Philippe Mathieu-Daudé <philmd@redhat.com> wrote:
> This series aims to improve user experience by providing
> a better error message when the user tries to enable KVM
> on machines not supporting it.
Thanks for having a look at this; fixing the ugly assertion
failure if you try to enable KVM for the raspi boards has
been vaguely on my todo list but never made it up to the top...
> Philippe Mathieu-Daudé (7):
> accel/kvm: Check MachineClass kvm_type() return value
> hw/boards: Introduce 'kvm_supported' field to MachineClass
> hw/arm: Set kvm_supported for KVM-compatible machines
> hw/mips: Set kvm_supported for KVM-compatible machines
> hw/ppc: Set kvm_supported for KVM-compatible machines
> hw/s390x: Set kvm_supported to s390-ccw-virtio machines
> accel/kvm: Exit gracefully when KVM is not supported
Don't we also need to set kvm_supported for the relevant
machine types in hw/i386 ?
thanks
-- PMM
- [PATCH 2/7] hw/boards: Introduce 'kvm_supported' field to MachineClass, (continued)
- [PATCH 3/7] hw/arm: Set kvm_supported for KVM-compatible machines, Philippe Mathieu-Daudé, 2021/02/19
- [PATCH 4/7] hw/mips: Set kvm_supported for KVM-compatible machines, Philippe Mathieu-Daudé, 2021/02/19
- [RFC PATCH 5/7] hw/ppc: Set kvm_supported for KVM-compatible machines, Philippe Mathieu-Daudé, 2021/02/19
- [PATCH 6/7] hw/s390x: Set kvm_supported to s390-ccw-virtio machines, Philippe Mathieu-Daudé, 2021/02/19
- [PATCH 7/7] accel/kvm: Exit gracefully when KVM is not supported, Philippe Mathieu-Daudé, 2021/02/19
- Re: [PATCH 0/7] hw/kvm: Exit gracefully when KVM is not supported,
Peter Maydell <=
- Re: [PATCH 0/7] hw/kvm: Exit gracefully when KVM is not supported, Daniel P . Berrangé, 2021/02/19
Re: [PATCH 0/7] hw/kvm: Exit gracefully when KVM is not supported, Claudio Fontana, 2021/02/19