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

2022-11-17 Thread Maksim Davydov
On 11/9/22 00:16, John Snow wrote: On Thu, Nov 3, 2022 at 6:29 AM Maksim Davydov 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 mach

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

2022-11-08 Thread John Snow
On Thu, Nov 3, 2022 at 6:29 AM Maksim Davydov 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 o

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

2022-11-08 Thread Maksim Davydov
On 11/8/22 18:37, Vladimir Sementsov-Ogievskiy wrote: On 11/3/22 13:27, Maksim Davydov 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

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

2022-11-08 Thread Vladimir Sementsov-Ogievskiy
On 11/3/22 13:27, Maksim Davydov 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 csv format should be

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

2022-11-03 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