summary refs log tree commit diff
path: root/nixos/doc/manual/configuration/profiles/qemu-guest.xml
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2019-10-27 10:29:58 +0100
committerVladimír Čunát <vcunat@gmail.com>2019-10-27 10:29:58 +0100
commitd9c5d584cd027f3a7aa43f8fbc261bb19114f02b (patch)
treeff034b35b03a00587f691d9121b23cb5a4bc7d91 /nixos/doc/manual/configuration/profiles/qemu-guest.xml
parent4f43e5fe886374ec918da4bf494710cd58c4adf7 (diff)
parent2896f00181b6dd11c3075bfc5706f02beec1e9e3 (diff)
downloadnixpkgs-d9c5d584cd027f3a7aa43f8fbc261bb19114f02b.tar
nixpkgs-d9c5d584cd027f3a7aa43f8fbc261bb19114f02b.tar.gz
nixpkgs-d9c5d584cd027f3a7aa43f8fbc261bb19114f02b.tar.bz2
nixpkgs-d9c5d584cd027f3a7aa43f8fbc261bb19114f02b.tar.lz
nixpkgs-d9c5d584cd027f3a7aa43f8fbc261bb19114f02b.tar.xz
nixpkgs-d9c5d584cd027f3a7aa43f8fbc261bb19114f02b.tar.zst
nixpkgs-d9c5d584cd027f3a7aa43f8fbc261bb19114f02b.zip
Merge branch 'master' into release-docs
It's been a very long time, so I think a merge will be better than
a rebase.  There was only one simple conflict.
Diffstat (limited to 'nixos/doc/manual/configuration/profiles/qemu-guest.xml')
-rw-r--r--nixos/doc/manual/configuration/profiles/qemu-guest.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/nixos/doc/manual/configuration/profiles/qemu-guest.xml b/nixos/doc/manual/configuration/profiles/qemu-guest.xml
new file mode 100644
index 00000000000..5d055c45d2d
--- /dev/null
+++ b/nixos/doc/manual/configuration/profiles/qemu-guest.xml
@@ -0,0 +1,18 @@
+<section xmlns="http://docbook.org/ns/docbook"
+         xmlns:xlink="http://www.w3.org/1999/xlink"
+         xmlns:xi="http://www.w3.org/2001/XInclude"
+         version="5.0"
+         xml:id="sec-profile-qemu-guest">
+ <title>QEMU Guest</title>
+
+ <para>
+  This profile contains common configuration for virtual machines running under
+  QEMU (using virtio).
+ </para>
+
+ <para>
+  It makes virtio modules available on the initrd, sets the system time from
+  the hardware clock to work around a bug in qemu-kvm, and
+  <link linkend="opt-security.rngd.enable">enables rngd</link>.
+ </para>
+</section>