Re: [RFC PATCH 0/1] support deprecated-props from query-cpu-model-expansion

2024-06-19 Thread Collin Walling
On 6/13/24 7:22 AM, Jiri Denemark wrote: > On Tue, Jun 04, 2024 at 11:42:25 -0400, Collin Walling wrote: >> The QEMU portion is designed for s390x such that there is a static list >> of hardcoded feature bits that are flagged for deprecation. This list >> can be updated in follow-up patches as mor

Re: [RFC PATCH 0/1] support deprecated-props from query-cpu-model-expansion

2024-06-13 Thread Jiri Denemark
On Tue, Jun 04, 2024 at 11:42:25 -0400, Collin Walling wrote: > The QEMU portion is designed for s390x such that there is a static list > of hardcoded feature bits that are flagged for deprecation. This list > can be updated in follow-up patches as more features need to be flagged. Good, a single

Re: [RFC PATCH 0/1] support deprecated-props from query-cpu-model-expansion

2024-06-04 Thread Collin Walling
On 6/3/24 1:53 PM, Daniel P. Berrangé wrote: > On Tue, May 07, 2024 at 06:24:20PM -0400, Collin Walling wrote: >> Notes >> = >> >> - In my example below, I am running on a z14.2 machine. >> >> - The features that are flagged as deprecated for this model are: bpb, >> csske, cte, te. >> >> -

Re: [RFC PATCH 0/1] support deprecated-props from query-cpu-model-expansion

2024-06-04 Thread Collin Walling
On 6/3/24 10:40 AM, Jiri Denemark wrote: > On Tue, May 07, 2024 at 18:24:20 -0400, Collin Walling wrote: >> QEMU will soon support reporting an optional array of deprecated >> features for an expanded CPU model via the query-cpu-model-expansion >> command. The intended use of this data is to make

Re: [RFC PATCH 0/1] support deprecated-props from query-cpu-model-expansion

2024-06-03 Thread Daniel P . Berrangé
On Tue, May 07, 2024 at 06:24:20PM -0400, Collin Walling wrote: > Notes > = > > - In my example below, I am running on a z14.2 machine. > > - The features that are flagged as deprecated for this model are: bpb, > csske, cte, te. > > - The discussion regarding the QEMU changes can be foun

Re: [RFC PATCH 0/1] support deprecated-props from query-cpu-model-expansion

2024-06-03 Thread Jiri Denemark
On Tue, May 07, 2024 at 18:24:20 -0400, Collin Walling wrote: > QEMU will soon support reporting an optional array of deprecated > features for an expanded CPU model via the query-cpu-model-expansion > command. The intended use of this data is to make it easier for a > user to define a CPU model w

Re: [RFC PATCH 0/1] support deprecated-props from query-cpu-model-expansion

2024-05-31 Thread Collin Walling
Polite ping. Would like some feedback / discussion on this before I move forward. Thanks! :)