mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 01:33:56 -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
hw/fdc.c
2
hw/fdc.c
|
@ -650,7 +650,7 @@ static void fdc_pre_save(const void *opaque)
|
|||
s->dor_vmstate = s->dor | GET_CUR_DRV(s);
|
||||
}
|
||||
|
||||
static int fdc_post_load(void *opaque)
|
||||
static int fdc_post_load(void *opaque, int version_id)
|
||||
{
|
||||
fdctrl_t *s = opaque;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue