Re: [PATCH v4 4/4] scripts: add script to compare compatible properties

2023-01-12 Thread Maksim Davydov
On 12/12/22 13:53, Dr. David Alan Gilbert wrote: * Maksim Davydov (davydov-...@yandex-team.ru) wrote: This script run QEMU to obtain compat_props of machines and default values of different types and produce appropriate table. This table can be used to compare machine types to choose the most

Re: [PATCH v4 4/4] scripts: add script to compare compatible properties

2022-12-12 Thread Dr. David Alan Gilbert
* Maksim Davydov (davydov-...@yandex-team.ru) wrote: > This script run QEMU to obtain compat_props of machines and default > values of different types and produce appropriate table. This table > can be used to compare machine types to choose the most suitable > machine. Also this table in json or c

[PATCH v4 4/4] scripts: add script to compare compatible properties

2022-12-07 Thread Maksim Davydov
This script run QEMU to obtain compat_props of machines and default values of different types and produce appropriate table. This table can be used to compare machine types to choose the most suitable machine. Also this table in json or csv format should be used to check that new machine doesn't af