COT.helpers.qemu_img module

Give COT access to qemu-img for manipulating disk image formats.

http://www.qemu.org

class QEMUImg[source]

Bases: COT.helpers.helper.Helper

Helper provider for qemu-img (http://www.qemu.org).

__init__()[source]

Initializer.

call(args, **kwargs)[source]

Call qemu-img with the given arguments.

Caches the output of qemu-img info FILE commands to save time.

For the parameters, see COT.helpers.helper.Helper.call() etc.