]> git.proxmox.com Git - mirror_qemu.git/blobdiff - stubs/vmstate.c
numa: deprecate implict memory distribution between nodes
[mirror_qemu.git] / stubs / vmstate.c
index bbe158fe3bc494432882086e12dc2f1b7154038f..e1e89b87f0d89b122d4e8b3b49dcffa5e736405f 100644 (file)
@@ -1,5 +1,4 @@
 #include "qemu/osdep.h"
-#include "qemu-common.h"
 #include "migration/vmstate.h"
 
 const VMStateDescription vmstate_dummy = {};
@@ -19,3 +18,8 @@ void vmstate_unregister(DeviceState *dev,
                         void *opaque)
 {
 }
+
+bool vmstate_check_only_migratable(const VMStateDescription *vmsd)
+{
+    return true;
+}