Implement NUMA info/apis in QEMU driver

This commit is contained in:
Daniel P. Berrange
2008-05-22 15:29:50 +00:00
parent ab5be538f3
commit 508c4226e1
6 changed files with 184 additions and 0 deletions

View File

@@ -1,3 +1,12 @@
Thu May 22 11:24:29 EST 2008 Daniel P. Berrange <berrange@redhat.com>
Support for NUMA info in the QEMU driver
* configure.in: check for libnuma
* libvirt.spec.in: add requirement on libnuma-devel at build
* src/Makefile.am: add NUMA compiler / linker flags
* src/qemu_conf.c: populate capabilities data with NUMA topology
* src/qemu_driver.c: implement free memory APIs
Thu May 22 11:15:29 EST 2008 Daniel P. Berrange <berrange@redhat.com>
Support the free memory API calls in the remote driver/daemon