libvirt/docs/schemas
Peter Krempa fa16c80f52 doc: schema: Add basic documentation for the virtual RNG device support
This patch documents XML elements used for (basic) support of virtual
RNG devices.

In the devices section in the domain XML users may specify:

For the default 'random' backend:
  <devices>
    <rng model='virtio'>
      <backend model='random'>/dev/urandom</backend>
    </rng>
  </devices>

For the slightly more advanced EGD backend:
  <devices>
    <rng model='virtio'>
      <backend model='egd' type='udp'>
        <!-- this is a definition of a character device -->
        <source mode='bind' service='1234'/>
        <source mode='connect' host='1.2.3.4' service='1234'/>
        <!-- or other valid character device configuration -->
      </backend>
    </rng>
  </devices>

For the planned random daemon/pool:
  <devices>
    <rng model='virtio'>
      <backend model='pool' pool='poolname'>class</backend>
    </rng>
  </devices>

to enable the RNG device for guests.
2013-02-25 10:17:35 +01:00
..
basictypes.rng use client id for IPv6 DHCP host definition 2013-02-25 02:49:06 -05:00
capability.rng Update arch names in RNG schema to match virarch.c 2013-02-22 10:55:37 +00:00
domain.rng
domaincommon.rng doc: schema: Add basic documentation for the virtual RNG device support 2013-02-25 10:17:35 +01:00
domainsnapshot.rng snapshot: new XML for external system checkpoint 2012-11-02 09:56:23 -06:00
interface.rng xml: Clean up schemas to use shared data types instead of local 2012-03-08 15:31:54 +01:00
Makefile.am
network.rng use client id for IPv6 DHCP host definition 2013-02-25 02:49:06 -05:00
networkcommon.rng bandwidth: add new 'floor' attribute 2012-12-11 18:35:12 +01:00
nodedev.rng rng: Have colorful *.rng with editor 2013-01-23 23:03:17 +08:00
nwfilter.rng nwfilter: Add support for ipset 2012-05-21 06:26:34 -04:00
secret.rng
storageencryption.rng rng: Have colorful *.rng with editor 2013-01-23 23:03:17 +08:00
storagepool.rng eng: Remove the duplicate definition 2013-01-28 11:52:51 +08:00
storagevol.rng rng: Change the datatype for volume name for common use 2013-01-28 11:52:54 +08:00