Re: [PATCH v1 0/9] Machine type compatible properties

2022-04-21 Thread Vladimir Sementsov-Ogievskiy
29.03.2022 00:15, Maxim Davydov wrote: We need to be able to check machine type after its definition. It's necessary when using complicated inheritance of compatible features. For instance, this tool can help to find bugs in the machine type definition if the name of the device has been changed.

Re: [PATCH v1 0/9] Machine type compatible properties

2022-03-31 Thread Igor Mammedov
On Tue, 29 Mar 2022 00:15:30 +0300 Maxim Davydov wrote: > We need to be able to check machine type after its definition. It's > necessary when using complicated inheritance of compatible features. For > instance, this tool can help to find bugs in the machine type definition > if the name of the

[PATCH v1 0/9] Machine type compatible properties

2022-03-28 Thread Maxim Davydov
We need to be able to check machine type after its definition. It's necessary when using complicated inheritance of compatible features. For instance, this tool can help to find bugs in the machine type definition if the name of the device has been changed. Also, this tool was created to help with