aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorThanos Makatos <thanos.makatos@nutanix.com>2021-05-26 10:50:56 +0100
committerGitHub <noreply@github.com>2021-05-26 10:50:56 +0100
commit03edc3a44e635377ac238a009c5c76b90af3c970 (patch)
tree64f71597f342271370d12de7f0247c0b7a124ab5 /docs
parentaf573e10982f8b240927674d9be72d99aa39dd81 (diff)
downloadlibvfio-user-03edc3a44e635377ac238a009c5c76b90af3c970.zip
libvfio-user-03edc3a44e635377ac238a009c5c76b90af3c970.tar.gz
libvfio-user-03edc3a44e635377ac238a009c5c76b90af3c970.tar.bz2
spec: allow transitioning from stopped/stop-and-copy to running state (#516)
In cfe9901 we changed the code to allow transitioning from stopped/stop-and-copy to running state but forgot to udpate the spec. Signed-off-by: Thanos Makatos <thanos.makatos@nutanix.com> Reviewed-by: John Levon <john.levon@nutanix.com>
Diffstat (limited to 'docs')
-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 |
+-------------------------+---------+---------+---------------+----------+----------+