Re: [libvirt PATCH 10/11] domain_capabilities: Add blockers attribute for CPU models

2022-10-05 Thread Jiri Denemark
On Wed, Oct 05, 2022 at 09:07:55 +0100, Daniel P. Berrangé wrote: > On Tue, Oct 04, 2022 at 10:17:18PM +0200, Jiri Denemark wrote: > > > On Tue, Oct 04, 2022 at 07:35:31PM +0200, Jiri Denemark wrote: > > > > On Tue, Oct 04, 2022 at 17:34:34 +0100, Daniel P. Berrangé wrote: > > > > > On Tue, Oct

Re: [libvirt PATCH 10/11] domain_capabilities: Add blockers attribute for CPU models

2022-10-05 Thread Daniel P . Berrangé
On Tue, Oct 04, 2022 at 10:17:18PM +0200, Jiri Denemark wrote: > > On Tue, Oct 04, 2022 at 07:35:31PM +0200, Jiri Denemark wrote: > > > On Tue, Oct 04, 2022 at 17:34:34 +0100, Daniel P. Berrangé wrote: > > > > On Tue, Oct 04, 2022 at 04:28:53PM +0200, Jiri Denemark wrote: > > > > > We already show

Re: [libvirt PATCH 10/11] domain_capabilities: Add blockers attribute for CPU models

2022-10-04 Thread Jiri Denemark
> On Tue, Oct 04, 2022 at 07:35:31PM +0200, Jiri Denemark wrote: > > On Tue, Oct 04, 2022 at 17:34:34 +0100, Daniel P. Berrangé wrote: > > > On Tue, Oct 04, 2022 at 04:28:53PM +0200, Jiri Denemark wrote: > > > > We already show whether a specific CPU model is usable on the current > > > > host

Re: [libvirt PATCH 10/11] domain_capabilities: Add blockers attribute for CPU models

2022-10-04 Thread Daniel P . Berrangé
On Tue, Oct 04, 2022 at 07:35:31PM +0200, Jiri Denemark wrote: > On Tue, Oct 04, 2022 at 17:34:34 +0100, Daniel P. Berrangé wrote: > > On Tue, Oct 04, 2022 at 04:28:53PM +0200, Jiri Denemark wrote: > > > We already show whether a specific CPU model is usable on the current > > > host without

Re: [libvirt PATCH 10/11] domain_capabilities: Add blockers attribute for CPU models

2022-10-04 Thread Jiri Denemark
On Tue, Oct 04, 2022 at 17:34:34 +0100, Daniel P. Berrangé wrote: > On Tue, Oct 04, 2022 at 04:28:53PM +0200, Jiri Denemark wrote: > > We already show whether a specific CPU model is usable on the current > > host without modification via the 'usable' attribute of each CPU model. > > But it may be

Re: [libvirt PATCH 10/11] domain_capabilities: Add blockers attribute for CPU models

2022-10-04 Thread Daniel P . Berrangé
On Tue, Oct 04, 2022 at 04:28:53PM +0200, Jiri Denemark wrote: > We already show whether a specific CPU model is usable on the current > host without modification via the 'usable' attribute of each CPU model. > But it may be useful to actually see what features are blocking each CPU > model from

[libvirt PATCH 10/11] domain_capabilities: Add blockers attribute for CPU models

2022-10-04 Thread Jiri Denemark
We already show whether a specific CPU model is usable on the current host without modification via the 'usable' attribute of each CPU model. But it may be useful to actually see what features are blocking each CPU model from being usable. Especially when we already fetch the info from QEMU and