Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[linux-block.git] / include / uapi / linux / virtio_mem.h
index e9122f1d0e0cb25222eaefe6ff3fefdf8c9ed4a8..6e4b2cf6b7f119fbc65dbae0928e91f5a264ade7 100644 (file)
@@ -90,6 +90,8 @@
 #define VIRTIO_MEM_F_ACPI_PXM          0
 /* unplugged memory must not be accessed */
 #define VIRTIO_MEM_F_UNPLUGGED_INACCESSIBLE    1
+/* plugged memory will remain plugged when suspending+resuming */
+#define VIRTIO_MEM_F_PERSISTENT_SUSPEND                2
 
 
 /* --- virtio-mem: guest -> host requests --- */