]> Git Repo - qemu.git/blobdiff - stubs/vmstate.c
uninorth: fix PCI and AGP bus mixup
[qemu.git] / stubs / vmstate.c
index 65906271d254ce788952aaf08ef3a11f991a640d..6399474e49cad56f32cda95452808dedc8adf076 100644 (file)
@@ -8,7 +8,8 @@ int vmstate_register_with_alias_id(DeviceState *dev,
                                    int instance_id,
                                    const VMStateDescription *vmsd,
                                    void *base, int alias_id,
-                                   int required_for_version)
+                                   int required_for_version,
+                                   Error **errp)
 {
     return 0;
 }
@@ -18,3 +19,8 @@ void vmstate_unregister(DeviceState *dev,
                         void *opaque)
 {
 }
+
+bool vmstate_check_only_migratable(const VMStateDescription *vmsd)
+{
+    return true;
+}
This page took 0.022666 seconds and 4 git commands to generate.