From 03edc3a44e635377ac238a009c5c76b90af3c970 Mon Sep 17 00:00:00 2001 From: Thanos Makatos Date: Wed, 26 May 2021 10:50:56 +0100 Subject: 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 Reviewed-by: John Levon --- docs/vfio-user.rst | 4 ++-- 1 file 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 | +-------------------------+---------+---------+---------------+----------+----------+ -- cgit v1.1