We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25f3089 commit 898d240Copy full SHA for 898d240
tools/include/uapi/linux/vhost.h
@@ -171,4 +171,13 @@
171
#define VHOST_VDPA_SET_GROUP_ASID _IOW(VHOST_VIRTIO, 0x7C, \
172
struct vhost_vring_state)
173
174
+/* Suspend a device so it does not process virtqueue requests anymore
175
+ *
176
+ * After the return of ioctl the device must preserve all the necessary state
177
+ * (the virtqueue vring base plus the possible device specific states) that is
178
+ * required for restoring in the future. The device must not change its
179
+ * configuration after that point.
180
+ */
181
+#define VHOST_VDPA_SUSPEND _IO(VHOST_VIRTIO, 0x7D)
182
+
183
#endif
0 commit comments