Re: [Qemu-devel] [PATCH v2 1/1] qmp: Add deprecation information to query-machines

2019-06-25 Thread Marcel Apfelbaum
On 6/9/19 2:34 AM, Eduardo Habkost wrote: Export machine type deprecation status through the query-machines QMP command. With this, libvirt and management software will be able to show this information to users and/or suggest changes to VM configuration to avoid deprecated machines. Signed-o

[Qemu-devel] [PATCH v2 1/1] qmp: Add deprecation information to query-machines

2019-06-08 Thread Eduardo Habkost
Export machine type deprecation status through the query-machines QMP command. With this, libvirt and management software will be able to show this information to users and/or suggest changes to VM configuration to avoid deprecated machines. Signed-off-by: Eduardo Habkost --- Changes v1 -> v2: *