To do this I had do some changes to existing Xen documentation:
Apply minimal changes to filenames, enabling later addition of
hypervisor support using Xen+libvirt, renaming XenServer files
using git mv
- section_introduction-to-xen.xml > section_hypervisor_xen_xapi.xml
- section_xen-install.xml > section_xapi-install.xml
- section_compute-configure-xen.xml > section_compute-configure-xapi.xml
All XenServer docs can now be identified using xapi in the filename.
Renamed relevant occurances of Xen to XenServer in XenServer docs and
the Hypervisor page and replaced outdated references to Xen.org with
XenProject.org
Changed URL from introduction-to-xen.html to xen_libvirt.html in
doc/common/section_kvm_enable.xml (did not include references in .po
and .pot files in locale, which are autogenerated)
All of the new Xen via Libvirt documentation is in a new page called
section_hypervisor_xen_libvirt.html
Change-Id: I6a6de021ef4e5de4fe28aa971411e07b656c969c
Closes-Bug: #1253565
Signed-off-by: Lars Kurth <lars.kurth@xenproject.org>
Co-Authored-By: Jim Fehlig <jfehlig@suse.com>
Co-Authored-By: Anthony Perard <anthony.perard@citrix.com>
Update "Enable KVM" section under config-reference to reflect
steps to enable KVM based hardware virtualization on POWER platform.
Change-Id: I8d1c4e12b442ab765e0af9b9eef1dc5c9643a748
Execluded all XML files in the directory doc/common/tables because
they are autogenerated.
The XML root element of Docbook XML files should match the following
format:
<ELEMENT xmlns="http://docbook.org/ns/docbook"
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:xlink="http://www.w3.org/1999/xlink"
version="5.0"
xml:id="THE_XML_ID_OF_THE_ELEMENT">
Change-Id: If12091be81ec8b2e6e53bfcb4c3a883a65e24736
Add KVM config info from Config Reference
Update Enabling KVM in the native file
Update the references to QEMU and Xen
Create Enabling KVM section and use it from both Config
Reference and Install Guide
Add reference to amd and intel subsections
Change-Id: I103ec048cceefb336026823a16257d88671bf969
Closes-Bug: #1238256
Author: Nermina Miller