summary refs log tree commit diff
path: root/nixos/doc/manual/configuration/profiles/qemu-guest.xml
blob: d08068650fbe9d4a643c141dbe86b1277a41b357 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<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>