From b2695b95a89f636bf85562912df02568a07e7aed Mon Sep 17 00:00:00 2001 From: LA Date: Wed, 17 Oct 2018 17:39:18 +0300 Subject: 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. --- docs/configuration.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs/configuration.md') 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. -- cgit mrf-deployment