Message ID | 1352989793-7357-1-git-send-email-stefanha@redhat.com |
---|---|
State | New |
Headers | show |
diff --git a/vmstate.h b/vmstate.h index 623af0a..af10596 100644 --- a/vmstate.h +++ b/vmstate.h @@ -56,9 +56,6 @@ int register_savevm_live(DeviceState *dev, 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 VMStateDescription VMStateDescription;
commit 38e0735eb76a1479917ef3501a208d4f70998494 ("ivshmem: use migration blockers to prevent live migration in peer mode (v2)") removed the definition of register_device_unmigratable() but forgot to remove the declaration in the header file. Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> --- vmstate.h | 3 --- 1 file changed, 3 deletions(-)