Re: [kvm-devel] [PATCH] call preempt_notifier_init early enough

2007-10-23 Thread Avi Kivity
Jan Kiszka wrote: As vmx_create_vcpu already makes use of start/end_special_insn, we need to initialise the emulated preempt_notifier earlier. Let's move it to kvm_vcpu_init. This should fix an oops I've seen here at least once during kvm startup - so far the problem did not show up again.

[kvm-devel] [PATCH] call preempt_notifier_init early enough

2007-10-22 Thread Jan Kiszka
As vmx_create_vcpu already makes use of start/end_special_insn, we need to initialise the emulated preempt_notifier earlier. Let's move it to kvm_vcpu_init. This should fix an oops I've seen here at least once during kvm startup - so far the problem did not show up again. Signed-off-by: Jan