« Previous | Next » 

Revision 1329d189

ID1329d1896cc627cf71e3833525152ff59dd5113b

Added by Amos Kong about 12 years ago

vmstate: fix varrays with uint32_t indexes

VMSTATE_VARRAY_UINT32() is used in hw/ds1225y.c, and we checked
VMS_VARRAY_UINT32 bit of field->flags in vmstate_load_state(),
but we don't check this bit in vmstate_save_state().

Signed-off-by: Amos Kong <>
Acked-by: Juan Quintela <>
Acked-by: Hervé Poussineau <>
Signed-off-by: Blue Swirl <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences