This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

KVM on Juno board

Has anyone tried using KVM with the Juno board?  It doesn't look like the bootloader starts the cores in hypervisor mode, so it's not clear to me whether the current system software will support a hypervisor at the moment, even with the appropriate kernel options selected.  Are there any plans to support it?

Parents
  • Yes A53 is not yet added in the kvmtool. I should have been explicit about this in

    my earlier reply. I just mentioned that I have tested on A57, sorry for that.

    Instead of taking troubles to make CPU4 boot cpu, how about using taskset to

    affine the task to A57. I use it in that way, something like:

    $ taskset 0x30 ./lkvm run <arg_list_you_are_using_now>

Reply
  • Yes A53 is not yet added in the kvmtool. I should have been explicit about this in

    my earlier reply. I just mentioned that I have tested on A57, sorry for that.

    Instead of taking troubles to make CPU4 boot cpu, how about using taskset to

    affine the task to A57. I use it in that way, something like:

    $ taskset 0x30 ./lkvm run <arg_list_you_are_using_now>

Children