aboutsummaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@redhat.com>2010-11-05 15:22:13 +0100
committerDaniel Veillard <veillard@redhat.com>2010-11-08 15:14:50 +0100
commit778c0976c0642313ea60b2861b6dba0c06b49f00 (patch)
tree788ed0acbab662b47a7caef2057fb1dc8cadc743 /po
parentAdd smbios element to schema and configuration to HVM os (diff)
downloadlibvirt-778c0976c0642313ea60b2861b6dba0c06b49f00.tar.gz
libvirt-778c0976c0642313ea60b2861b6dba0c06b49f00.tar.bz2
libvirt-778c0976c0642313ea60b2861b6dba0c06b49f00.zip
Add a sysinfo util module and read host info API
Move existing routines about virSysinfoDef to an util module, add a new entry point virSysinfoRead() to read the host values with dmidecode * src/conf/domain_conf.c src/conf/domain_conf.h src/util/sysinfo.c src/util/sysinfo.h: move to a new module, add virSysinfoRead() * src/Makefile.am: handle the new module build * src/libvirt_private.syms: new internal symbols * include/libvirt/virterror.h src/util/virterror.c: defined a new error code for that module * po/POTFILES.in: add new file for translations
Diffstat (limited to 'po')
-rw-r--r--po/POTFILES.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in
index dafef47ba..ec974cc98 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -89,6 +89,7 @@ src/util/pci.c
src/util/processinfo.c
src/util/stats_linux.c
src/util/storage_file.c
+src/util/sysinfo.c
src/util/util.c
src/util/virtaudit.c
src/util/virterror.c