]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
capabilities: add NUMA memory information
authorDusty Mabe <dustymabe@gmail.com>
Thu, 7 Mar 2013 16:03:36 +0000 (11:03 -0500)
committerEric Blake <eblake@redhat.com>
Fri, 8 Mar 2013 18:51:00 +0000 (11:51 -0700)
commitd3092c60f79cda9af713ae5933aac380e09a157e
tree6aefdd29331683415dc8f1dc9ebf6a8f7d1c06e7
parentc8871d8fbda27f823e8799a4136670e656345399
capabilities: add NUMA memory information

'virsh capabilities' will now include a new <memory> element
per <cell> of the topology, as in:

    <topology>
      <cells num='2'>
        <cell id='0'>
          <memory unit='KiB'>12572412</memory>
          <cpus num='12'>
          ...
        </cell>

Signed-off-by: Eric Blake <eblake@redhat.com>
docs/schemas/capability.rng
src/conf/capabilities.c
src/conf/capabilities.h
src/nodeinfo.c
src/test/test_driver.c
src/xen/xend_internal.c
tests/capabilityschemadata/caps-test3.xml [new file with mode: 0644]