summary refs log tree commit diff stats
path: root/docs/devel/migration.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/devel/migration.rst')
-rw-r--r--docs/devel/migration.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/devel/migration.rst b/docs/devel/migration.rst
index f7668ae389..e88918f763 100644
--- a/docs/devel/migration.rst
+++ b/docs/devel/migration.rst
@@ -183,8 +183,7 @@ another to load the state back.
 
 .. code:: c
 
-  int register_savevm_live(DeviceState *dev,
-                           const char *idstr,
+  int register_savevm_live(const char *idstr,
                            int instance_id,
                            int version_id,
                            SaveVMHandlers *ops,