Supporting KVM on the ARM architecture
Supporting KVM on the ARM architecture
Posted Jul 5, 2013 11:01 UTC (Fri) by danpb (subscriber, #4831)In reply to: Supporting KVM on the ARM architecture by olof
Parent article: Supporting KVM on the ARM architecture
> unfortunately the firmware on the system does not launch the
> kernel in HYP mode, so you can't run KVM out of the box on
> them (I.e. not even with the chainloaded nv-u-boot).
Hmm, this page claims to have tested KVM on the ARM Chromebook
http://columbia.github.io/linux-kvm-arm/
but they don't mention what they did about the bootloader/HYP mode problem. The Xen folks seem to suggest it is just a matter of compiling a version of u-boot with HYP mode support, and presumably they then chainloaded it
http://blog.xen.org/index.php/2013/05/23/bringing-xen-on-...
Posted Jul 5, 2013 23:32 UTC (Fri)
by christofferdall (guest, #63430)
[Link]
However, given that you can chainload u-boot and that the device boots in secure mode it should be possible with enough effort to run KVM on there.
Supporting KVM on the ARM architecture