Skip to content

codegen: Remove bytes array length support

Frediano Ziglio requested to merge fziglio/spice-common:mr_remove_bytes into master

This syntax was only used in protocol 1 which has been removed time ago. Beside not being used it's confusing and prone to errors, array size is specified using 2 identifiers, one reporting bytes and the other number of items, one used for marshalling, the other for demarshalling.

Signed-off-by: Frediano Ziglio freddy77@gmail.com

Merge request reports