On Thu, Jun 09, 2016 at 03:54:01PM +0200, Jiri Denemark wrote:
On Mon, Jun 06, 2016 at 17:05:41 -0300, Eduardo Habkost wrote:
Extend query-cpu-definitions schema to allow it to return two new optional fields: "runnable" and "unavailable-features". "runnable" will tell if the CPU model can be run in the current host. "unavailable-features" will contain a list of CPU properties that are preventing the CPU model from running in the current host.
The commit message still talks about both "runnable" and "unavailable-features" fields even though the former has been removed in version 2 of the series.
Oops, thanks for pointing it out. Updated to: qmp: Add runnability information to query-cpu-definitions Add a new optional field to query-cpu-definitions schema: "unavailable-features". It will contain a list of QOM properties that prevent the CPU model from running in the current host. -- Eduardo