Re: [PATCH 0/7] hw/kvm: Exit gracefully when KVM is not supported

2021-02-19 Thread Philippe Mathieu-Daudé
On 2/19/21 1:34 PM, Claudio Fontana wrote: > On 2/19/21 12:44 PM, Philippe Mathieu-Daudé wrote: >> Hi, >> >> 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. >> >> Regards, >> >> Phil. > > Hi Phil

Re: [PATCH 0/7] hw/kvm: Exit gracefully when KVM is not supported

2021-02-19 Thread Philippe Mathieu-Daudé
On 2/19/21 1:18 PM, Daniel P. Berrangé wrote: > On Fri, Feb 19, 2021 at 01:15:25PM +0100, Philippe Mathieu-Daudé wrote: >> On 2/19/21 1:00 PM, Daniel P. Berrangé wrote: >>> On Fri, Feb 19, 2021 at 12:44:21PM +0100, Philippe Mathieu-Daudé wrote: Hi, This series aims to improve user ex

Re: [PATCH 0/7] hw/kvm: Exit gracefully when KVM is not supported

2021-02-19 Thread Claudio Fontana
On 2/19/21 12:44 PM, Philippe Mathieu-Daudé wrote: > Hi, > > 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. > > Regards, > > Phil. Hi Philippe, not sure if it fits in this series, but also the

Re: [PATCH 0/7] hw/kvm: Exit gracefully when KVM is not supported

2021-02-19 Thread Daniel P . Berrangé
On Fri, Feb 19, 2021 at 01:15:25PM +0100, Philippe Mathieu-Daudé wrote: > On 2/19/21 1:00 PM, Daniel P. Berrangé wrote: > > On Fri, Feb 19, 2021 at 12:44:21PM +0100, Philippe Mathieu-Daudé wrote: > >> Hi, > >> > >> This series aims to improve user experience by providing > >> a better error message

Re: [PATCH 0/7] hw/kvm: Exit gracefully when KVM is not supported

2021-02-19 Thread Philippe Mathieu-Daudé
On 2/19/21 1:00 PM, Daniel P. Berrangé wrote: > On Fri, Feb 19, 2021 at 12:44:21PM +0100, Philippe Mathieu-Daudé wrote: >> Hi, >> >> 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. > > Improved e

Re: [PATCH 0/7] hw/kvm: Exit gracefully when KVM is not supported

2021-02-19 Thread Philippe Mathieu-Daudé
On 2/19/21 12:55 PM, Peter Maydell wrote: > On Fri, 19 Feb 2021 at 11:44, Philippe Mathieu-Daudé > 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

Re: [PATCH 0/7] hw/kvm: Exit gracefully when KVM is not supported

2021-02-19 Thread Daniel P . Berrangé
On Fri, Feb 19, 2021 at 12:44:21PM +0100, Philippe Mathieu-Daudé wrote: > Hi, > > 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. Improved error message is good, but it is better if the mgmt apps

Re: [PATCH 0/7] hw/kvm: Exit gracefully when KVM is not supported

2021-02-19 Thread Peter Maydell
On Fri, 19 Feb 2021 at 11:44, Philippe Mathieu-Daudé 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 enab

[PATCH 0/7] hw/kvm: Exit gracefully when KVM is not supported

2021-02-19 Thread Philippe Mathieu-Daudé
Hi, 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. Regards, Phil. Philippe Mathieu-Daudé (7): accel/kvm: Check MachineClass kvm_type() return value hw/boards: Introduce 'kvm_supported' field to