Re: [PATCH v1 1/9] qmp: Add dump machine type compatible properties

2022-04-04 Thread Maxim Davydov
On 3/30/22 14:03, Vladimir Sementsov-Ogievskiy wrote: 29.03.2022 00:15, Maxim Davydov wrote: This patch adds the ability to get all the compat_props of the corresponding supported machines for their comparison. Example: { "execute" : "query-machines", "arguments" : { "is-full" : true } } Sig

Re: [PATCH v1 1/9] qmp: Add dump machine type compatible properties

2022-03-30 Thread Vladimir Sementsov-Ogievskiy
29.03.2022 00:15, Maxim Davydov wrote: This patch adds the ability to get all the compat_props of the corresponding supported machines for their comparison. Example: { "execute" : "query-machines", "arguments" : { "is-full" : true } } Signed-off-by: Maxim Davydov --- hw/core/machine-qmp-cmds

[PATCH v1 1/9] qmp: Add dump machine type compatible properties

2022-03-28 Thread Maxim Davydov
This patch adds the ability to get all the compat_props of the corresponding supported machines for their comparison. Example: { "execute" : "query-machines", "arguments" : { "is-full" : true } } Signed-off-by: Maxim Davydov --- hw/core/machine-qmp-cmds.c | 25 +++- qapi/machine.js