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
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
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.
>>
>> -
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
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
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
Polite ping. Would like some feedback / discussion on this before I
move forward. Thanks! :)