adrahon / vagrant-kvm

This project is dead, please use vagrant-libvirt instead! A Vagrant 1.4+ plugin that adds a KVM provider to Vagrant, allowing Vagrant to control and provision KVM/QEMU VM.
MIT License
366 stars 60 forks source link

ARM support #265

Open ri0t opened 9 years ago

ri0t commented 9 years ago

Is there any way to set up arm kvms with vagrant-kvm Or: is this possible with vagrant at all? I know that this involves a lot of non-standard stuff like preparing a boot loader etc..

I've posted this question over at vagrant-libvirt, too.

adrahon commented 9 years ago

There's no consideration for non-x86 vms at the moment, but it shouldn't be too hard to implement as an option. Do you have a working VM we could use to test?

miurahr commented 9 years ago

I've already commented in source for ARM for future implementation. https://github.com/adrahon/vagrant-kvm/blob/master/lib/vagrant-kvm/driver/driver.rb#L766

But there might be necessary to research for libvirt's ARM support.