mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
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>
This commit is contained in:
parent
84e2e3eb5f
commit
e59fb3741b
13 changed files with 13 additions and 13 deletions
|
@ -172,7 +172,7 @@ static int i440fx_load_old(QEMUFile* f, void *opaque, int version_id)
|
|||
return 0;
|
||||
}
|
||||
|
||||
static int i440fx_post_load(void *opaque)
|
||||
static int i440fx_post_load(void *opaque, int version_id)
|
||||
{
|
||||
PCII440FXState *d = opaque;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue