Hi
Probably you need to:
1.- Set OS = [ ARCH = “…” attribute
2.- Set OS = [ Machine = “…” attribute
3.- Update the emulator PATH #EMULATOR = /usr/libexec/qemu-kvm (probably to
the arm version)
All of this can be done by default for all your VMs in
/etc/one/vmm_exec/vmm_exec_kvm.conf.
You can get all the information from the output of virsh capabilities.
There is no native support for the DTB file, but you can also add it
through a RAW attribute:
RAW=[TYPE=“kvm”, DATA="/path/to/dtb/in_the_nodes]
Note that in this case OpenNebula will not transfer the files. Also you can
set a deafult for all your VMs in the previous file.
Hope it helps