aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add node prefix to virNodeGet(CPU|Memory)Stats structs and definesMatthias Bolte2011-06-281-20/+20
* Fix preprocessor indentation in nodeinfo.cMatthias Bolte2011-06-201-6/+6
* build: fix building error when building without libvirtdWen Congyang2011-06-201-0/+6
* build: avoid compiler warning on non-LinuxEric Blake2011-06-151-6/+6
* virNodeGetMemoryStats: Implement linux supportMinoru Usui2011-06-141-0/+172
* virNodeGetCPUStats: Implement linux supportMinoru Usui2011-06-141-0/+138
* nodeinfo: remove superflous bracesGuido Günther2011-06-141-3/+1
* Add support for s390(x) cpu options parsingMichal Privoznik2011-04-211-2/+27
* Update and sort msg_gen_function list and mark unmarked messagesMatthias Bolte2011-04-181-1/+1
* Remove virConnectPtr from virRaiseErrorFullMatthias Bolte2011-04-171-1/+1
* maint: silence cppi warningsEric Blake2011-04-141-8/+8
* ppc: Enable starting of Qemu VMs on ppc hostStefan Berger2011-04-141-1/+32
* Put <stdbool.h> into internal.h so it is available everywhereDaniel P. Berrange2011-02-241-1/+0
* virsh: freecell --all getting wrong NUMA nodes countMichal Privoznik2011-02-181-1/+2
* tests: avoid spurious failure of nodeinfotestEric Blake2010-12-201-3/+8
* Fix host CPU counting on unusual NUMA topologiesJiri Denemark2010-11-251-0/+10
* deprecate fclose() and introduce VIR_{FORCE_}FCLOSE()Stefan Berger2010-11-161-4/+4
* nodeinfo: work when hot-plugging is disabledEric Blake2010-09-221-2/+3
* Fix handling of sparse NUMA topologiesDaniel P. Berrange2010-08-241-1/+13
* nodeinfo: skip offline CPUsEric Blake2010-08-101-36/+76
* build: use gnulib's unameEric Blake2010-05-061-10/+2
* Fix compiler warning about unused conn parameterMatthias Bolte2010-04-061-2/+2
* Remove virConnectPtr from nodeReportErrorMatthias Bolte2010-04-061-24/+23
* Fix syntax-check errorsJiri Denemark2010-03-151-2/+2
* Only use the numa functions when they are available.Chris Lalancette2010-03-121-3/+5
* Make nodeGetInfo report the correct number of NUMA nodes.Chris Lalancette2010-03-121-1/+5
* Fix up nodeinfo parsing code.Chris Lalancette2010-03-101-14/+31
* build: consistently indent preprocessor directivesEric Blake2010-03-091-3/+3
* Wipe nodeinfo structure before filling itJiri Denemark2010-03-091-5/+4
* Get thread and socket information in virsh nodeinfo.Chris Lalancette2010-03-081-9/+124
* build: consistently use C99 varargs macrosEric Blake2010-03-081-3/+3
* Remove conn parameter from virReportSystemErrorMatthias Bolte2010-02-091-1/+1
* Introduce virStrncpy.Chris Lalancette2009-09-221-2/+2
* remove all trailing blank linesJim Meyering2009-07-161-2/+0
* * src/nodeinfo.c: sometimes libnuma can't handle some topologies,Daniel Veillard2009-06-261-2/+6
* Fix build on non-Linux targetsDaniel P. Berrange2009-06-151-2/+2
* Generic shared impls of all NUMA apisDaniel P. Berrange2009-06-031-19/+108
* Misc fixes uncovered by OOM testingDaniel P. Berrange2009-04-011-8/+8
* Make error reporting threadsafe by avoiding strerrorDaniel P. Berrange2009-01-201-9/+7
* Fix numa build on F9, 32-bitDaniel P. Berrange2009-01-051-1/+1
* make NUMA-initialization code more portable and more robustJim Meyering2008-12-211-2/+73
* Move internal error APIs into virterror_internal.h & drop leading __ prefixDaniel P. Berrange2008-11-041-8/+8
* Standardize use of header files, making internal.h primary.Richard W.M. Jones2008-05-231-0/+1
* start using c-ctype functionsJim Meyering2008-05-161-1/+1
* avoid using STREQLEN with a literal; use STRPREFIX insteadJim Meyering2008-05-151-3/+3
* Use gnulib's c-ctype.h, not <ctype.h>.Jim Meyering2008-05-091-6/+6
* avoid problems with sign-extended "char" operand to is* functionsJim Meyering2008-04-251-6/+6
* remove Vim and Emacs variable settings from C source filesJim Meyering2008-04-101-10/+0
* Fix gcc-4.3.0 "inlining failed" warning.Mark McLoughlin2008-02-081-2/+3
* Enable the <config.h>-requiring test; fix violationsJim Meyering2008-01-291-1/+1