« Previous | Next » 

Revision bd7f92e5

IDbd7f92e59e7f40ddaeda40e55f7818c8121ecf1a

Added by Peter Maydell about 11 years ago

vmstate: Add support for two dimensional arrays

Add support for migrating two dimensional arrays, by defining
a set of new macros VMSTATE_*_2DARRAY paralleling the existing
VMSTATE_*_ARRAY macros. 2D arrays are handled the same for actual
state serialization; the only difference is that the type check
has to change for a 2D array.

Signed-off-by: Peter Maydell <>
Reviewed-by: Igor Mitsyanko <>
Message-id:

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences