qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v2 4/6] qmp: Add runnability information to quer


From: Eduardo Habkost
Subject: Re: [Qemu-devel] [PATCH v2 4/6] qmp: Add runnability information to query-cpu-definitions
Date: Thu, 9 Jun 2016 10:57:39 -0300
User-agent: Mutt/1.6.1 (2016-04-27)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]