qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-trivial] [PATCH] vmstate: drop orphan register_device_unmigratable


From: Stefan Hajnoczi
Subject: [Qemu-trivial] [PATCH] vmstate: drop orphan register_device_unmigratable() prototype
Date: Thu, 15 Nov 2012 15:29:53 +0100

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 <address@hidden>
---
 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;
-- 
1.8.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]