libvirt/docs/schemas
Wolfgang Mauerer 74ec5e65ce Add new domain device: "controller"
This augments virDomainDevice with a <controller> element
that is used to represent disk controllers (e.g., scsi
controllers). The XML format is given by

  <controller type="scsi" index="<num>">
     <address type="pci" domain="0xNUM" bus="0xNUM" slot="0xNUM"/>
  </controller>

where type denotes the disk interface (scsi, ide,...), index
is an integer that identifies the controller for association
with disks, and the <address> element specifies the controller
address on the PCI bus as described in previous commits
The address element can be omitted; in this case, an address
will be assigned automatically.

Most of the code in this patch is from Wolfgang Mauerer's
previous disk controller series

 * docs/schemas/domain.rng: Define syntax for <controller>
   XML element
 * src/conf/domain_conf.c, src/conf/domain_conf.h: Define
   virDomainControllerDef struct, and routines for parsing
   and formatting XML
* src/libvirt_private.syms: Add virDomainControllerInsert
   and virDomainControllerDefFree
2010-01-15 16:38:59 +00:00
..
.gitignore
capability.rng XML schema for CPU flags 2009-12-18 14:37:09 +01:00
domain.rng Add new domain device: "controller" 2010-01-15 16:38:59 +00:00
interface.rng
Makefile.am Add volume encryption information handling. 2009-09-01 18:27:28 +01:00
network.rng Add support for an external TFTP boot server 2009-10-28 15:57:49 +01:00
nodedev.rng nodedev: Add removable storage 'media_label' prop 2009-12-14 14:58:23 +01:00
secret.rng Fix a wellformedness problem in secret.rng 2009-12-10 17:03:47 +01:00
storageencryption.rng Remove accidentally added UUID re-definition in storage schema 2009-09-14 19:11:13 +01:00
storagepool.rng Add ocfs2 to list of fs pool types 2009-10-14 17:03:22 +02:00
storagevol.rng Add UUID definition required by storage encryption import 2009-09-14 21:09:49 +01:00