bootstrap-vz/providers/kvm
2014-02-01 16:50:46 +01:00
..
tasks add KVM provider with virtio support 2014-02-01 16:50:46 +01:00
__init__.py add KVM provider with virtio support 2014-02-01 16:50:46 +01:00
manifest-schema.json add KVM provider with virtio support 2014-02-01 16:50:46 +01:00
README.md add KVM provider with virtio support 2014-02-01 16:50:46 +01:00

KVM provider

This provider generates raw images for KVM. It also supports an optional virtio integration.

Virtio

Add to bootstrapper the list of virtio modules to load, example:

"virtio" : [ "virtio_pci", "virtio_blk" ]