On Thu, Nov 24, 2011 at 6:55 AM, Marc Zyngier <marc.zyngier at arm.com> wrote: > Comments are of course very welcome. > > ? ? ? ?M. > > Kernel changes: > ? ? ?fixup! ARM: local timers: Add A15 architected timer support > ? ? ?ARM: KVM: Move kvm_guest_enter/exit into non-preemptible section > ? ? ?ARM: KVM: fix idmap compilation when !CONFIG_ARM_LPAE > ? ? ?ARM: KVM: perform hypervisor init on all online CPUs I changed some of the kvm_arch_vcpu_ioctl_run code overall to reflect comments from earlier reviews. I simply call local_irq_disable() before calling kvm_guest_enter, which should be fine. Any reason why you explicitly aded preempt_disable()/_enable in there? > ? ? ?ARM: KVM: fix guest view of MPIDR > > Boot-wrapper changes: > ? ? ?KVM-A15: boot-wrapper: fix non-secure SMP boot > -- > Jazz is not dead. It just smells funny... > >