vmstate: fix varrays with uint8_t indexes some more
commit2c9bb5d4e5ae3b12ad71bd6a0c1b32003661f53a
authorAvi Kivity <avi@redhat.com>
Tue, 22 Mar 2011 09:20:28 +0000 (22 11:20 +0200)
committerAvi Kivity <avi@redhat.com>
Tue, 22 Mar 2011 09:20:28 +0000 (22 11:20 +0200)
tree23156442c6e7942cfd9b7349f90f2e56048ace26
parentb73357ecd2b14c057134cb71d29447b5b988c516
vmstate: fix varrays with uint8_t indexes some more

We load the varray_uint8 array size correctly, but we don't save it at all.
This breaks HPET load/save, the only user of varray_uint8.

Signed-off-by: Avi Kivity <avi@redhat.com>
savevm.c