]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Introduce virDomainParseScaledValue
authorGuido Günther <agx@sigxcpu.org>
Wed, 23 May 2012 12:37:10 +0000 (14:37 +0200)
committerGuido Günther <agx@sigxcpu.org>
Thu, 24 May 2012 09:35:01 +0000 (11:35 +0200)
commitb46e0054592f01bc227c515162a044873758155e
treeee340695268d1ecba805d24fdbd92ec788069604
parent4c7973e184a4ce52f78e63f1a92f9597709279ab
Introduce virDomainParseScaledValue

and use it for virDomainParseMemory. This allows to parse arbitrary
scaled value, not only memory related values as needed for the
filesystem limits code following later in this series.
src/conf/domain_conf.c