qemu-s390x
[Top][All Lists]
Advanced

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

Re: [PATCH v4 0/2] query-cpu-model-expansion: report deprecated features


From: Thomas Huth
Subject: Re: [PATCH v4 0/2] query-cpu-model-expansion: report deprecated features
Date: Mon, 6 May 2024 14:13:49 +0200
User-agent: Mozilla Thunderbird

On 29/04/2024 21.10, Collin Walling wrote:
Changelog

     v4
         - updated cover letter to show example output
         - deprecated features are now a subset of the full CPU model's
             list of features
             - value:
                 1. no longer listing the deprecated features for CPU
                      models that never had these features available in the
                      first place
                 2. deprecated features will not show up for future CPU
                      models that out-right drop these features
         - updated qapi documentation
             - now reflects that these props are a subset of the full
                 model's definition of properties
             - added Since: tag to deprecated-props (assuming 9.1)

     v3
         - removed optional disable-deprecated-feats argument
         - added deprecated-props array to CpuModelInfo struct
         - amended cover letter language to reflect design

     v2
         - removed "static-recommended" expansion type
         - implemented optional disable-deprecated-feats argument

---

The current implementation of query-cpu-model-expansion is lacking a way to 
retrieve
CPU models with properties (i.e. features) that are flagged as deprecated.  To 
remedy
this, a list of deprecated-props has been appended to the CpuModelInfo struct, 
and
will currently be reported by a query-cpu-model-expansion.  The features 
reported in
the output are a subset of the full CPU model expansion.


Thanks, queued for my next pull request now.

 Thomas





reply via email to

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