mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
vmstate_register_with_alias_id: Take an Error **
I'll be adding an error to it in a subsequent patch. Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Reviewed-by: Juan Quintela <quintela@redhat.com> Message-Id: <20170202125956.21942-2-dgilbert@redhat.com> Signed-off-by: Juan Quintela <quintela@redhat.com>
This commit is contained in:
parent
b4b076daf3
commit
bc5c4f2196
5 changed files with 10 additions and 6 deletions
|
@ -656,7 +656,8 @@ void unregister_savevm(DeviceState *dev, const char *idstr, void *opaque)
|
|||
int vmstate_register_with_alias_id(DeviceState *dev, int instance_id,
|
||||
const VMStateDescription *vmsd,
|
||||
void *opaque, int alias_id,
|
||||
int required_for_version)
|
||||
int required_for_version,
|
||||
Error **errp)
|
||||
{
|
||||
SaveStateEntry *se;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue