]> git.ipfire.org Git - thirdparty/libvirt.git/commit
docs: Expand the "BIOS bootloader" documentation for domainCaps
authorKashyap Chamarthy <kchamart@redhat.com>
Wed, 11 Sep 2019 14:34:54 +0000 (16:34 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 11 Sep 2019 15:38:08 +0000 (17:38 +0200)
commitc5f690be75963432d44ac3eb437d5309231db260
treee165cc5390c9633fd8e8fd242d6e29ff5b5f4d41
parent37942e8567b8458cd3ec4465f546d8d70ad7c73d
docs: Expand the "BIOS bootloader" documentation for domainCaps

Rewrite some parts for clarity, elaborate the meaning of some of the XML
attributes.  And where necessary, distinguish that we're dealing with
two different XML documents here:

  - the domainCapabilities XML, to detect the host "hypervisor"
    (QEMU/KVM) capabilities, and what libvirt knows about them.

  - the guest XML definition, i.e. what features a guest can use, based
    on the capabilities (of QEMU and libvirt and the host) reported in
    the domainCapabilities XML.

Signed-off-by: Kashyap Chamarthy <kchamart@redhat.com>
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
docs/formatdomaincaps.html.in