diff options
author | Zhengyu He <hzy@google.com> | 2018-05-02 03:42:54 -0700 |
---|---|---|
committer | Shentubot <shentubot@google.com> | 2018-05-02 03:43:41 -0700 |
commit | 2264ce7f62994fa0476f8e1eb9fe497d60547bda (patch) | |
tree | c05de9643da37bdb5f09b2edc670fa2176346714 /pkg/sentry | |
parent | 7e901480b4a91536e984c1150369864fafef367f (diff) |
Use png for the run states diagram
PiperOrigin-RevId: 195071508
Change-Id: I63314bf7529560e4c779ef07cc9399ad8d53f0a2
Diffstat (limited to 'pkg/sentry')
-rw-r--r-- | pkg/sentry/kernel/README.md | 2 | ||||
-rw-r--r-- | pkg/sentry/kernel/g3doc/run_states.png | bin | 0 -> 234152 bytes |
2 files changed, 1 insertions, 1 deletions
diff --git a/pkg/sentry/kernel/README.md b/pkg/sentry/kernel/README.md index 3306780d6..88760a9bb 100644 --- a/pkg/sentry/kernel/README.md +++ b/pkg/sentry/kernel/README.md @@ -87,7 +87,7 @@ kept separate from the main "app" state to reduce the size of the latter. 4. `SyscallReinvoke`, which does not correspond to anything in Linux, and exists solely to serve the autosave feature. -![dot -Tsvg -Goverlap=false -orun_states.svg run_states.dot](g3doc/run_states.dot "Task control flow graph") +![dot -Tpng -Goverlap=false -orun_states.png run_states.dot](g3doc/run_states.png "Task control flow graph") States before which a stop may occur are represented as implementations of the `taskRunState` interface named `run(state)`, allowing them to be saved and diff --git a/pkg/sentry/kernel/g3doc/run_states.png b/pkg/sentry/kernel/g3doc/run_states.png Binary files differnew file mode 100644 index 000000000..b63b60f02 --- /dev/null +++ b/pkg/sentry/kernel/g3doc/run_states.png |