]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Add host cache information in capabilities
authorMartin Kletzander <mkletzan@redhat.com>
Thu, 30 Mar 2017 13:01:27 +0000 (15:01 +0200)
committerMartin Kletzander <mkletzan@redhat.com>
Tue, 9 May 2017 11:12:40 +0000 (13:12 +0200)
commit4ad6a73bfc5ba8b54ec1d05c2e78086550d3b2ed
tree7f2dab71fe2af4a39b7d0ee4fb475a1e7374867a
parent90a118fa69d56a2b41dc9e7996a25d715242affc
Add host cache information in capabilities

We're only adding only info about L3 caches, we can add more
later (just by changing one line), but for now that's more than enough
without overwhelming anyone.

XML snippet of how this should look like (also seen as part of the commit):

  <cache>
    <bank id='0' level='3' type='both' size='8192' unit='KiB' cpus='0-7'/>
  </cache>

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
docs/schemas/capability.rng
src/conf/capabilities.c
src/conf/capabilities.h
src/libvirt_private.syms
tests/vircaps2xmldata/vircaps-x86_64-caches.xml
tests/vircaps2xmltest.c