6fa28b1fb7
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>
8 lines
271 B
YAML
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.
|