aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/vfio-user.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/vfio-user.rst b/docs/vfio-user.rst
index 8d8d676..f958ff1 100644
--- a/docs/vfio-user.rst
+++ b/docs/vfio-user.rst
@@ -1639,11 +1639,11 @@ using ``VFIO_USER_REGION_READ``/``VFIO_USER_REGION_WRITE``.
+-------------------------+---------+---------+---------------+----------+----------+
| |darr| From / To |rarr| | Stopped | Running | Stop-and-copy | Pre-copy | Resuming |
+=========================+=========+=========+===============+==========+==========+
- | Stopped | \- | 0 | 0 | 0 | 0 |
+ | Stopped | \- | 1 | 0 | 0 | 0 |
+-------------------------+---------+---------+---------------+----------+----------+
| Running | 1 | \- | 1 | 1 | 1 |
+-------------------------+---------+---------+---------------+----------+----------+
- | Stop-and-copy | 1 | 0 | \- | 0 | 0 |
+ | Stop-and-copy | 1 | 1 | \- | 0 | 0 |
+-------------------------+---------+---------+---------------+----------+----------+
| Pre-copy | 0 | 0 | 1 | \- | 0 |
+-------------------------+---------+---------+---------------+----------+----------+