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

2019-04-25 Thread Eduardo Habkost
On Thu, Apr 25, 2019 at 11:54:34AM -0300, Wainer dos Santos Moschetta wrote: > Hi Eduardo, > > On 04/23/2019 06:22 PM, Eduardo Habkost wrote: [...] > > +class QueryMachines(Test): > > +def test(self): > > I suggest to use a meaning test case name as it will be displayed with > Avocado output.

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

2019-04-25 Thread Wainer dos Santos Moschetta
Hi Eduardo, On 04/23/2019 06:22 PM, Eduardo Habkost wrote: Export machine type deprecation information 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

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

2019-04-24 Thread Daniel P . Berrangé
On Tue, Apr 23, 2019 at 06:22:46PM -0300, Eduardo Habkost wrote: > Export machine type deprecation information 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

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

2019-04-23 Thread Eduardo Habkost
Export machine type deprecation information 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 --- qapi/misc.jso