xemu/include
Dr. David Alan Gilbert 2cf0148674 Add VMSTATE_STRUCT_VARRAY_KNOWN
At the moment we have VMSTATE_STRUCT_ARRAY that requires
the field is declared as an array of fixed size.
We also have VMSTATE_STRUCT_VARRAY_UINT* that allows
a field declared as a pointer, but requires that the length
is a field member in the structure being loaded/saved.

VMSTATE_STRUCT_VARRAY_KNOWN is for arrays defined as pointers
yet we somehow know the length of.

Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Amit Shah <amit.shah@redhat.com>
2016-01-09 23:20:20 +02:00
..
2016-01-07 21:30:18 +01:00
2015-02-06 16:11:38 +00:00
2015-12-18 12:18:31 +00:00
2016-01-09 23:20:20 +02:00
2015-12-18 16:25:08 +00:00
2015-09-25 12:04:43 +02:00
2015-11-10 14:51:48 +01:00
2015-02-16 15:07:19 +00:00
2015-02-05 17:16:14 +01:00