summaryrefslogtreecommitdiffstats
path: root/libvirt-utils.c
Commit message (Collapse)AuthorAgeFilesLines
* Import VIR_FORCE_CLOSE macro from libvirtDaniel P. Berrange2013-11-121-0/+19
| | | | | | Import the macro for safely closing file descriptors Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
* Import VIR_ALLOC / VIR_ALLOC_N / VIR_REALLOC_N functionsDaniel P. Berrange2013-11-121-0/+117
Import the libvirt memory allocation functions, stripping the OOM testing and error reporting pieces. Signed-off-by: Daniel P. Berrange <berrange@redhat.com>