From 2264ce7f62994fa0476f8e1eb9fe497d60547bda Mon Sep 17 00:00:00 2001 From: Zhengyu He Date: Wed, 2 May 2018 03:42:54 -0700 Subject: Use png for the run states diagram PiperOrigin-RevId: 195071508 Change-Id: I63314bf7529560e4c779ef07cc9399ad8d53f0a2 --- pkg/sentry/kernel/README.md | 2 +- pkg/sentry/kernel/g3doc/run_states.png | Bin 0 -> 234152 bytes 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 pkg/sentry/kernel/g3doc/run_states.png (limited to 'pkg/sentry/kernel') 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 new file mode 100644 index 000000000..b63b60f02 Binary files /dev/null and b/pkg/sentry/kernel/g3doc/run_states.png differ -- cgit v1.2.3