COT.helpers.qemu_img module¶
Give COT access to qemu-img for manipulating disk image formats.
-
class
QEMUImg[source]¶ Bases:
COT.helpers.helper.HelperHelper provider for
qemu-img(http://www.qemu.org).-
call(args, **kwargs)[source]¶ Call qemu-img with the given arguments.
Caches the output of
qemu-img info FILEcommands to save time.For the parameters, see
COT.helpers.helper.Helper.call()etc.
-