Re: [Qemu-devel] [PATCH 1/3] qapi: SupportStatusInfo struct

2019-04-30 Thread Daniel P . Berrangé
On Tue, Apr 30, 2019 at 09:42:36AM -0300, Eduardo Habkost wrote: > On Tue, Apr 30, 2019 at 11:10:06AM +0100, Daniel P. Berrangé wrote: > > On Wed, Apr 24, 2019 at 03:20:36PM -0300, Eduardo Habkost wrote: > > > On Wed, Apr 24, 2019 at 09:26:52AM +0100, Daniel P. Berrangé wrote: > > > > On Tue, Apr 2

Re: [Qemu-devel] [PATCH 1/3] qapi: SupportStatusInfo struct

2019-04-30 Thread Eduardo Habkost
On Tue, Apr 30, 2019 at 11:10:06AM +0100, Daniel P. Berrangé wrote: > On Wed, Apr 24, 2019 at 03:20:36PM -0300, Eduardo Habkost wrote: > > On Wed, Apr 24, 2019 at 09:26:52AM +0100, Daniel P. Berrangé wrote: > > > On Tue, Apr 23, 2019 at 06:22:44PM -0300, Eduardo Habkost wrote: > > > > This struct w

Re: [Qemu-devel] [PATCH 1/3] qapi: SupportStatusInfo struct

2019-04-30 Thread Daniel P . Berrangé
On Thu, Apr 25, 2019 at 02:42:08PM -0300, Eduardo Habkost wrote: > On Thu, Apr 25, 2019 at 11:20:58AM -0300, Wainer dos Santos Moschetta wrote: > > Hi Eduardo, > > > > > > On 04/23/2019 06:22 PM, Eduardo Habkost wrote: > > > This struct will be used to represent support and deprecation > > > stat

Re: [Qemu-devel] [PATCH 1/3] qapi: SupportStatusInfo struct

2019-04-30 Thread Daniel P . Berrangé
On Wed, Apr 24, 2019 at 03:20:36PM -0300, Eduardo Habkost wrote: > On Wed, Apr 24, 2019 at 09:26:52AM +0100, Daniel P. Berrangé wrote: > > On Tue, Apr 23, 2019 at 06:22:44PM -0300, Eduardo Habkost wrote: > > > This struct will be used to represent support and deprecation > > > status of QEMU featur

Re: [Qemu-devel] [PATCH 1/3] qapi: SupportStatusInfo struct

2019-04-25 Thread Eduardo Habkost
On Thu, Apr 25, 2019 at 11:20:58AM -0300, Wainer dos Santos Moschetta wrote: > Hi Eduardo, > > > On 04/23/2019 06:22 PM, Eduardo Habkost wrote: > > This struct will be used to represent support and deprecation > > status of QEMU features. > > > > Signed-off-by: Eduardo Habkost > > --- > > qap

Re: [Qemu-devel] [PATCH 1/3] qapi: SupportStatusInfo struct

2019-04-25 Thread Wainer dos Santos Moschetta
Hi Eduardo, On 04/23/2019 06:22 PM, Eduardo Habkost wrote: This struct will be used to represent support and deprecation status of QEMU features. Signed-off-by: Eduardo Habkost --- qapi/common.json | 24 1 file changed, 24 insertions(+) diff --git a/qapi/common.js

Re: [Qemu-devel] [PATCH 1/3] qapi: SupportStatusInfo struct

2019-04-24 Thread Eduardo Habkost
On Wed, Apr 24, 2019 at 09:26:52AM +0100, Daniel P. Berrangé wrote: > On Tue, Apr 23, 2019 at 06:22:44PM -0300, Eduardo Habkost wrote: > > This struct will be used to represent support and deprecation > > status of QEMU features. > > > > Signed-off-by: Eduardo Habkost > > --- > > qapi/common.jso

Re: [Qemu-devel] [PATCH 1/3] qapi: SupportStatusInfo struct

2019-04-24 Thread Eduardo Habkost
On Wed, Apr 24, 2019 at 12:23:33AM +0200, Philippe Mathieu-Daudé wrote: > Hi Eduardo, > > On 4/23/19 11:22 PM, Eduardo Habkost wrote: > > This struct will be used to represent support and deprecation > > status of QEMU features. > > Excellent idea! > > > > > Signed-off-by: Eduardo Habkost > >

Re: [Qemu-devel] [PATCH 1/3] qapi: SupportStatusInfo struct

2019-04-24 Thread Daniel P . Berrangé
On Tue, Apr 23, 2019 at 06:22:44PM -0300, Eduardo Habkost wrote: > This struct will be used to represent support and deprecation > status of QEMU features. > > Signed-off-by: Eduardo Habkost > --- > qapi/common.json | 24 > 1 file changed, 24 insertions(+) > > diff --gi

Re: [Qemu-devel] [PATCH 1/3] qapi: SupportStatusInfo struct

2019-04-23 Thread Philippe Mathieu-Daudé
Hi Eduardo, On 4/23/19 11:22 PM, Eduardo Habkost wrote: > This struct will be used to represent support and deprecation > status of QEMU features. Excellent idea! > > Signed-off-by: Eduardo Habkost > --- > qapi/common.json | 24 > 1 file changed, 24 insertions(+) > >

[Qemu-devel] [PATCH 1/3] qapi: SupportStatusInfo struct

2019-04-23 Thread Eduardo Habkost
This struct will be used to represent support and deprecation status of QEMU features. Signed-off-by: Eduardo Habkost --- qapi/common.json | 24 1 file changed, 24 insertions(+) diff --git a/qapi/common.json b/qapi/common.json index 99d313ef3b..b59d0dc66b 100644 --- a/q