• Hypervisor to experiment

    Hi Experts,

    Which of the open source hypervisor like Qemu,Xen,etc is easy to start and experiment the code.

    Is there anything which ARM supports in specific where it is more handy on ARM processors.

    Also am new bee to this hypervisor concepts so bit curious…

  • by which instruction the secondary core is triggered while starting the secondary cpu

    the booting of seconday cpu is initiated by the primary core. and some work is completed on the primary cpu and some is completed on the secondary cpu to complete the hotplug operation for cpu_up.

    I am trying to find the exact instruction that is executed…