libvirt/docs
Eli Qiao 0ab409ccc4 Expose resource control capabilities for caches
Add cache resource control into capabilities for CAT without CDP:

  <cache>
    <bank id='0' level='3' type='unified' size='15360' unit='KiB' cpus='0-5'>
      <control min='768' unit='KiB' scope='both' max_allocation='4'/>
    </bank>
  </cache>

and with CDP:

  <cache>
    <bank id='0' level='3' type='unified' size='15360' unit='KiB' cpus='0-5'>
      <control min='768' unit='KiB' scope='code' max_allocation='4'/>
      <control min='768' unit='KiB' scope='data' max_allocation='4'/>
    </bank>
  </cache>

Also add new test cases for vircaps2xmltest.

Signed-off-by: Eli Qiao <liyong.qiao@intel.com>
2017-06-05 09:50:51 +02:00
..
api_extension
devhelp
fonts docs: Add monospaced Overpass fonts 2016-11-21 13:15:12 +01:00
html
internals Fix minor typos 2016-12-02 09:25:13 +01:00
js docs: rewrite content on front page to be more useful 2016-11-11 12:15:05 +00:00
logos docs: add master SVG for libvirt logo 2016-11-11 09:31:10 +00:00
schemas Expose resource control capabilities for caches 2017-06-05 09:50:51 +02:00
32favicon.png
404.html.in docs: redo style of front page 2016-11-11 12:15:03 +00:00
acl.html.in
aclpolkit.html.in aclpolkit.html.in: Kill useless spaces in <pre/> 2016-11-14 11:03:34 +01:00
api_extension.html.in
api.html.in docs: Rename 'parallels' to 'vz' 2015-08-25 07:21:33 -04:00
apibuild.py Unbreak rebuilding docs with release tarballs 2016-11-07 20:04:28 +01:00
apps.html.in docs: provide new style logos for the apps page 2016-11-11 12:15:05 +00:00
architecture.fig
architecture.gif
architecture.html.in
auditlog.html.in audit: Audit information about shmem devices 2016-09-12 19:41:43 +02:00
auth.html.in Switch to GSSAPI (kerberos) instead of the insecure DIGEST-MD5 2017-03-15 18:14:51 +00:00
bindings.html.in Point to the new libvirt-go bindings 2016-12-19 10:26:22 +00:00
bugs.html.in Fix common misspellings 2015-03-23 09:01:30 +01:00
cgroups.html.in cgroups.html.in: Kill useless spaces in <pre/> 2016-11-14 11:03:34 +01:00
compiling.html.in compiling.html.in: Kill useless spaces in <pre/> 2016-11-14 11:03:34 +01:00
contact.html.in docs: add some improved styling to contact page 2016-11-11 12:15:06 +00:00
contribute.html.in docs: add page describing contribution to libvirt 2016-11-11 12:15:05 +00:00
csharp.html.in
devguide.html.in devguide.html.in: Kill useless spaces in <pre/> 2016-11-14 11:03:34 +01:00
docs.html.in Point to the new libvirt-go bindings 2016-12-19 10:26:22 +00:00
downloads.html.in Add libvirt-go-xml and libvirt-console-proxy to downloads 2017-01-30 11:07:45 +00:00
drivers.html.in docs: Provide a nodedev driver stub documentation 2017-04-26 15:56:11 +02:00
drvbhyve.html.in docs: bhyve: fix typo 2017-04-01 18:27:29 +04:00
drvesx.html.in drvesx.html.in: Kill useless spaces in <pre/> 2016-11-14 11:03:34 +01:00
drvhyperv.html.in hyperv: update driver documentation. 2017-04-08 15:55:07 +02:00
drvlxc.html.in drvlxc.html.in: Kill useless spaces in <pre/> 2016-11-14 11:03:34 +01:00
drvnodedev.html.in docs: Document the mediated devices within the nodedev driver 2017-05-18 12:21:55 +02:00
drvopenvz.html.in
drvphyp.html.in
drvqemu.html.in qemu: really remove last traces of Xenner support 2015-11-10 10:38:15 +00:00
drvremote.html.in
drvtest.html.in
drvuml.html.in
drvvbox.html.in
drvvirtuozzo.html.in Rename page about vz driver 2015-08-25 07:36:37 -04:00
drvvmware.html.in
drvxen.html.in
errors.html.in
firewall.html.in
format.html.in format.html.in: Kill useless spaces in <pre/> 2016-11-14 11:03:34 +01:00
formatcaps.html.in Fix minor typos 2017-04-24 14:40:00 +02:00
formatdomain.html.in conf: add eim attribute to <iommu><driver> 2017-05-26 08:11:25 +02:00
formatdomaincaps.html.in domain_capabilities: Don't report machine type for bhyve 2017-03-22 09:40:17 +01:00
formatnetwork.html.in docs: Update pointer to networking information 2017-05-22 13:22:32 +02:00
formatnode.html.in virsh: nodedev: ability to filter CCW capabilities 2017-05-26 10:44:05 -04:00
formatnwfilter.html.in doc: fix writing of QEMU 2017-03-08 17:33:07 +01:00
formatsecret.html.in formatsecret.html.in: Kill useless spaces in <pre/> 2016-11-14 11:03:34 +01:00
formatsnapshot.html.in Revert "syntax-check: Enforce <code> inside <dt> elements" 2016-11-11 12:15:05 +00:00
formatstorage.html.in storage: use 0711 as the default perms for dirs 2017-05-15 12:09:24 +01:00
formatstorageencryption.html.in formatstorageencryption.html.in: Kill useless spaces in <pre/> 2016-11-14 11:03:34 +01:00
genaclperms.pl
generic.css docs: Use Overpass Mono as the monospace font 2016-11-21 14:04:05 +01:00
goals.html.in
governance.html.in
hacking1.xsl
hacking2.xsl Document preferred naming conventions 2017-03-10 11:28:56 +00:00
hacking.html.in HACKING: Document developer tooling 2017-05-09 09:51:11 +02:00
hooks.html.in libxl: add hooks support 2016-08-02 14:20:31 +02:00
hvsupport.pl docs: remove navigation sidebar from pages 2016-11-11 12:15:06 +00:00
index.html.in docs: link to news file and other resources 2016-12-19 10:58:55 +00:00
index.py
internals.html.in docs: Document our event loop 2016-06-06 17:35:44 +02:00
java.html.in
libvirt-daemon-arch.fig
libvirt-daemon-arch.png
libvirt-driver-arch.fig
libvirt-driver-arch.png
libvirt-object-model.fig
libvirt-object-model.png
libvirt-virConnect-example.fig
libvirt-virConnect-example.png
libvirt.css docs: remove navigation sidebar from pages 2016-11-11 12:15:06 +00:00
locking-lockd.html.in locking-lockd.html.in: Kill useless spaces in <pre/> 2016-11-14 11:03:34 +01:00
locking-sanlock.html.in locking-sanlock.html.in: Kill useless spaces in <pre/> 2016-11-14 11:03:34 +01:00
locking.html.in docs: Use <code> inside <dt> for symbols 2016-04-22 10:36:14 +02:00
logging.html.in logging.html.in: Kill useless spaces in <pre/> 2016-11-14 11:03:34 +01:00
main.css docs: use overpass font for website 2016-11-11 09:31:10 +00:00
Makefile.am docs: install html fonts and related 2017-05-12 16:49:08 +03:00
migration-managed-direct.fig
migration-managed-direct.png
migration-managed-p2p.fig
migration-managed-p2p.png
migration-native.fig
migration-native.png
migration-tunnel.fig
migration-tunnel.png
migration-unmanaged-direct.fig
migration-unmanaged-direct.png
migration.html.in migration.html.in: Kill useless spaces in <pre/> 2016-11-14 11:03:34 +01:00
newapi.xsl
news-2005.html.in NEWS: Split releases by year 2015-10-20 17:29:03 +02:00
news-2006.html.in NEWS: Split releases by year 2015-10-20 17:29:03 +02:00
news-2007.html.in NEWS: Split releases by year 2015-10-20 17:29:03 +02:00
news-2008.html.in NEWS: Split releases by year 2015-10-20 17:29:03 +02:00
news-2009.html.in NEWS: Split releases by year 2015-10-20 17:29:03 +02:00
news-2010.html.in NEWS: Split releases by year 2015-10-20 17:29:03 +02:00
news-2011.html.in NEWS: Split releases by year 2015-10-20 17:29:03 +02:00
news-2012.html.in NEWS: Split releases by year 2015-10-20 17:29:03 +02:00
news-2013.html.in NEWS: Split releases by year 2015-10-20 17:29:03 +02:00
news-2014.html.in NEWS: Split releases by year 2015-10-20 17:29:03 +02:00
news-2015.html.in NEWS: Don't prefix version numbers with 'v' 2016-01-18 10:53:22 +01:00
news-2016.html.in NEWS: Archive 2016 releases 2016-11-22 14:05:24 +01:00
news-ascii.xsl NEWS: Improve building pipeline 2017-01-10 19:37:53 +01:00
news-html.xsl news: Allow empty <section> elements 2017-04-03 10:49:42 +02:00
news.rng docs: Move news.rng out of docs/schemas 2017-04-05 09:51:51 +02:00
news.xml Post-release version bump to 3.5.0 2017-06-02 09:28:56 +02:00
node.fig
node.gif
nss.html.in docs: Fix libvirt_guest nss module name 2017-01-13 11:41:11 +01:00
page.xsl docs: Use href_base in absolute links 2017-01-04 15:10:06 +01:00
php.html.in docs: php: remove reference to Red Hat 2015-06-04 10:00:59 +02:00
python.html.in
reformat-news.py NEWS: Reformat at generation time 2017-01-10 19:37:55 +01:00
remote.html.in docs: Utilize our XSLT list generating template more 2017-04-24 12:37:37 +02:00
search.php.code.in better patch for the XSS search issue 2015-07-03 21:04:24 +08:00
search.php.in docs: redo style of front page 2016-11-11 12:15:03 +00:00
secureusage.html.in
securityprocess.html.in Fix common misspellings 2015-03-23 09:01:30 +01:00
site.xsl
storage.html.in docs: Utilize our XSLT list generating template more 2017-04-24 12:37:37 +02:00
structures.fig
subsite.xsl
testapi.html.in
testsuites.html.in
testtck.html.in
uri.html.in
virshcmdref.html.in
windows.html.in
wrapstring.xsl