doc: add link to QEMU reference documentation in QEMU module
This commit is contained in:
committed by
fricklerhandwerk
parent
f5b14da180
commit
85f4b05e39
@@ -701,7 +701,10 @@ in
|
|||||||
type = types.listOf types.str;
|
type = types.listOf types.str;
|
||||||
default = [];
|
default = [];
|
||||||
example = [ "-vga std" ];
|
example = [ "-vga std" ];
|
||||||
description = lib.mdDoc "Options passed to QEMU.";
|
description = lib.mdDoc ''
|
||||||
|
Options passed to QEMU.
|
||||||
|
See [QEMU User Documentation](https://www.qemu.org/docs/master/system/qemu-manpage) for a complete list.
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
consoles = mkOption {
|
consoles = mkOption {
|
||||||
@@ -732,6 +735,7 @@ in
|
|||||||
description = lib.mdDoc ''
|
description = lib.mdDoc ''
|
||||||
Networking-related command-line options that should be passed to qemu.
|
Networking-related command-line options that should be passed to qemu.
|
||||||
The default is to use userspace networking (SLiRP).
|
The default is to use userspace networking (SLiRP).
|
||||||
|
See the [QEMU Wiki on Networking](https://wiki.qemu.org/Documentation/Networking) for details.
|
||||||
|
|
||||||
If you override this option, be advised to keep
|
If you override this option, be advised to keep
|
||||||
''${QEMU_NET_OPTS:+,$QEMU_NET_OPTS} (as seen in the example)
|
''${QEMU_NET_OPTS:+,$QEMU_NET_OPTS} (as seen in the example)
|
||||||
|
|||||||
Reference in New Issue
Block a user