mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -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
2
exec.c
2
exec.c
|
@ -528,7 +528,7 @@ static int cpu_common_pre_load(void *opaque)
|
|||
return 0;
|
||||
}
|
||||
|
||||
static int cpu_common_post_load(void *opaque)
|
||||
static int cpu_common_post_load(void *opaque, int version_id)
|
||||
{
|
||||
CPUState *env = opaque;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue