bifrost/releasenotes/notes/kvm-acceleration-support-8be50d32bc34c4b3.yaml
Fatih Degirmenci 6fa28b1fb7 Introduce support for kvm acceleration
This change introduces kvm acceleration support. The default settings
still use qemu as the domain type and kvm needs to be explicitly set
in order to enable it.

Change-Id: I59af1b7a844b927cac45722f7ea7ea4abeef7c8f
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-08-16 10:21:16 +02:00

8 lines
271 B
YAML

---
features:
- Add support for kvm acceleration for the VMs created
by bifrost-create-vm-nodes. The default domain type
for the created VMs is qemu which uses tcg acceleration.
In order to use kvm acceleration, users need to set
VM_DOMAIN_TYPE to kvm.