summary refs log tree commit diff
path: root/nixos/doc/manual/configuration/profiles/qemu-guest.xml
blob: 3ed97b94b5100a62bf9e7f859a603c0426354d2e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<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 and sets the system time from
  the hardware clock to work around a bug in qemu-kvm.
 </para>
</section>