]> Git Repo - qemu.git/blobdiff - stubs/vmstate.c
uninorth: fix PCI and AGP bus mixup
[qemu.git] / stubs / vmstate.c
index bbe158fe3bc494432882086e12dc2f1b7154038f..6399474e49cad56f32cda95452808dedc8adf076 100644 (file)
@@ -19,3 +19,8 @@ void vmstate_unregister(DeviceState *dev,
                         void *opaque)
 {
 }
+
+bool vmstate_check_only_migratable(const VMStateDescription *vmsd)
+{
+    return true;
+}
This page took 0.023518 seconds and 4 git commands to generate.