From patchwork Thu Nov 15 14:29:53 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: vmstate: drop orphan register_device_unmigratable() prototype Date: Thu, 15 Nov 2012 04:29:53 -0000 From: Stefan Hajnoczi X-Patchwork-Id: 199324 Message-Id: <1352989793-7357-1-git-send-email-stefanha@redhat.com> To: Cc: qemu-trivial@nongnu.org, Anthony Liguori , Stefan Hajnoczi 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 --- vmstate.h | 3 --- 1 file changed, 3 deletions(-) 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;