Re: [PATCH v3 1/7] KVM: add kvm_arch_sched_in

2014-08-21 Thread Paolo Bonzini
Il 21/08/2014 22:31, Radim Krčmář ha scritto: >> > No surprise that ia64 doesn't show here :). > Oh, totally forgot about its predicted comeback ... > Paolo, do you want to fixup this? (It removes double newline.) Bah, me too. I'll get to killing ia64 one of these days. Paolo -- To unsubscribe

Re: [PATCH v3 1/7] KVM: add kvm_arch_sched_in

2014-08-21 Thread Radim Krčmář
2014-08-22 00:19+0530, Raghavendra K T: > On 08/21/2014 09:38 PM, Radim Krčmář wrote: > >Introduce preempt notifiers for architecture specific code. > >Advantage over creating a new notifier in every arch is slightly simpler > >code and guaranteed call order with respect to kvm_sched_in. > > > >Sig

Re: [PATCH v3 1/7] KVM: add kvm_arch_sched_in

2014-08-21 Thread Raghavendra K T
On 08/21/2014 09:38 PM, Radim Krčmář wrote: Introduce preempt notifiers for architecture specific code. Advantage over creating a new notifier in every arch is slightly simpler code and guaranteed call order with respect to kvm_sched_in. Signed-off-by: Radim Krčmář --- Reviewed-by: Raghavendr

[PATCH v3 1/7] KVM: add kvm_arch_sched_in

2014-08-21 Thread Radim Krčmář
Introduce preempt notifiers for architecture specific code. Advantage over creating a new notifier in every arch is slightly simpler code and guaranteed call order with respect to kvm_sched_in. Signed-off-by: Radim Krčmář --- arch/arm/kvm/arm.c | 4 arch/mips/kvm/mips.c | 4 ++