Re: [Spice-devel] [PATCH spice-common] codegen: Add 'chunk' to the output attributes

2019-10-10 Thread Victor Toso
Hi, On Wed, Aug 14, 2019 at 06:08:25PM +0100, Frediano Ziglio wrote: > Output attributes are the attributes that specify how to store > that field in the C structure. > There can be only one output type specified. It misses documentation on valid_attributes in case you feel like adding too > Sig

Re: [Spice-devel] [PATCH spice-common] codegen: Add 'chunk' to the output attributes

2019-10-10 Thread Frediano Ziglio
ping > > ping > > > > > ping > > > > > > > > ping > > > > > > > > > > > ping > > > > > > > > > > > > > > Output attributes are the attributes that specify how to store > > > > > that field in the C structure. > > > > > There can be only one output type specified. > > > > > > > > > > Sign

Re: [Spice-devel] [PATCH spice-common] codegen: Add 'chunk' to the output attributes

2019-09-30 Thread Frediano Ziglio
ping > > ping > > > > > ping > > > > > > > > ping > > > > > > > > > > > Output attributes are the attributes that specify how to store > > > > that field in the C structure. > > > > There can be only one output type specified. > > > > > > > > Signed-off-by: Frediano Ziglio > > > > --- > >

Re: [Spice-devel] [PATCH spice-common] codegen: Add 'chunk' to the output attributes

2019-09-19 Thread Frediano Ziglio
ping > > ping > > > > > ping > > > > > > > > Output attributes are the attributes that specify how to store > > > that field in the C structure. > > > There can be only one output type specified. > > > > > > Signed-off-by: Frediano Ziglio > > > --- > > > python_modules/ptypes.py | 2 +- > >

Re: [Spice-devel] [PATCH spice-common] codegen: Add 'chunk' to the output attributes

2019-09-10 Thread Frediano Ziglio
ping > > ping > > > > > Output attributes are the attributes that specify how to store > > that field in the C structure. > > There can be only one output type specified. > > > > Signed-off-by: Frediano Ziglio > > --- > > python_modules/ptypes.py | 2 +- > > 1 file changed, 1 insertion(+), 1

Re: [Spice-devel] [PATCH spice-common] codegen: Add 'chunk' to the output attributes

2019-08-28 Thread Frediano Ziglio
ping > > Output attributes are the attributes that specify how to store > that field in the C structure. > There can be only one output type specified. > > Signed-off-by: Frediano Ziglio > --- > python_modules/ptypes.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/

[Spice-devel] [PATCH spice-common] codegen: Add 'chunk' to the output attributes

2019-08-14 Thread Frediano Ziglio
Output attributes are the attributes that specify how to store that field in the C structure. There can be only one output type specified. Signed-off-by: Frediano Ziglio --- python_modules/ptypes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python_modules/ptypes.py b/py