diff options
| author | LA <lodin.alex@gmail.com> | 2018-10-17 17:39:18 +0300 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-10-17 21:14:15 +0200 |
| commit | b2695b95a89f636bf85562912df02568a07e7aed (patch) | |
| tree | 41cc76b1c2b8e0d385b5eeac623495d3db552b07 | |
| parent | 1ba7fd7e654f91b7ae8559d2889f3c7ff6d08c63 (diff) | |
Update configuration.md
VM parameters are not defined in config.go, I've found them in qemu.go instead.
Fix for the documentation to make it easier to find all supported parameters for qemu.
| -rw-r--r-- | docs/configuration.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/configuration.md b/docs/configuration.md index 036615f2c..bb793a153 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -40,4 +40,6 @@ following keys in its top-level object: - `cpu`: Number of CPUs to simulate in the VM (*not currently used*). - `mem`: Amount of memory (in MiB) for the VM; this is passed as the `-m` option to `qemu-system-x86_64`. -See also [config.go](/pkg/mgrconfig/mgrconfig.go) for all config parameters. +See also: + - [config.go](/pkg/mgrconfig/mgrconfig.go) for all config parameters; + - [qemu.go](/vm/qemu/qemu.go) for all vm parameters. |
