mirror of https://github.com/xemu-project/xemu.git
vmstate: remove unused declaration
Since 38e0735e
, register_device_unmigratable() has been removed
Signed-off-by: Marc-André Lureau <marcandre.lureau@gmail.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
parent
f6288b9c88
commit
7155f2ca9d
|
@ -75,9 +75,6 @@ int register_savevm_live(DeviceState *dev,
|
||||||
void *opaque);
|
void *opaque);
|
||||||
|
|
||||||
void unregister_savevm(DeviceState *dev, const char *idstr, void *opaque);
|
void unregister_savevm(DeviceState *dev, const char *idstr, void *opaque);
|
||||||
void register_device_unmigratable(DeviceState *dev, const char *idstr,
|
|
||||||
void *opaque);
|
|
||||||
|
|
||||||
|
|
||||||
typedef struct VMStateInfo VMStateInfo;
|
typedef struct VMStateInfo VMStateInfo;
|
||||||
typedef struct VMStateDescription VMStateDescription;
|
typedef struct VMStateDescription VMStateDescription;
|
||||||
|
|
Loading…
Reference in New Issue