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