diff options
author | Juan Quintela <quintela@redhat.com> | 2009-09-29 22:48:21 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-10-05 09:32:36 -0500 |
commit | e59fb3741bee196e3177fdbd2d00c87865ecace3 (patch) | |
tree | ed2f7508721e328336bbea24f2a895f270a28476 /hw/tcx.c | |
parent | 84e2e3eb5f20248ce85d11b8b751e2bd01d8fd95 (diff) | |
download | qemu-e59fb3741bee196e3177fdbd2d00c87865ecace3.tar.gz qemu-e59fb3741bee196e3177fdbd2d00c87865ecace3.tar.bz2 qemu-e59fb3741bee196e3177fdbd2d00c87865ecace3.zip |
vmstate: add version_id argument to post_load
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'hw/tcx.c')
-rw-r--r-- | hw/tcx.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -378,7 +378,7 @@ static void tcx24_invalidate_display(void *opaque) qemu_console_resize(s->ds, s->width, s->height); } -static int vmstate_tcx_post_load(void *opaque) +static int vmstate_tcx_post_load(void *opaque, int version_id) { TCXState *s = opaque; |