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

Victor Toso victortoso at redhat.com
Thu Oct 10 10:08:37 UTC 2019


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

> Signed-off-by: Frediano Ziglio <fziglio at redhat.com>

    Acked-by: Victor Toso <victortoso at redhat.com>

> ---
>  python_modules/ptypes.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/python_modules/ptypes.py b/python_modules/ptypes.py
> index ebe001c..796a436 100644
> --- a/python_modules/ptypes.py
> +++ b/python_modules/ptypes.py
> @@ -98,7 +98,7 @@ def fix_attributes(attribute_list):
>          attrs[name] = lst
>  
>      # these attributes specify output format, only one can be set
> -    output_attrs = set(['end', 'to_ptr', 'as_ptr', 'ptr_array', 'zero'])
> +    output_attrs = set(['end', 'to_ptr', 'as_ptr', 'ptr_array', 'zero', 'chunk'])
>      if len(output_attrs.intersection(attrs.keys())) > 1:
>          raise Exception("Multiple output type attributes specified %s" % output_attrs)
>  
> -- 
> 2.20.1
> 
> _______________________________________________
> Spice-devel mailing list
> Spice-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/spice-devel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/spice-devel/attachments/20191010/1d3a4100/attachment.sig>


More information about the Spice-devel mailing list