Re: [PATCHv3] correctly trace irq injection on SVM.

2010-05-23 Thread Avi Kivity
On 05/23/2010 02:28 PM, Gleb Natapov wrote: On SVM interrupts are injected by svm_set_irq() not svm_inject_irq(). The later is used only to wait for irq window. Applied, thanks. -- error compiling committee.c: too many arguments to function -- To unsubscribe from this list: send the line

[PATCHv3] correctly trace irq injection on SVM.

2010-05-23 Thread Gleb Natapov
On SVM interrupts are injected by svm_set_irq() not svm_inject_irq(). The later is used only to wait for irq window. Signed-off-by: Gleb Natapov --- ChangeLog: v1->v2: - fix stupid cut&paste error. v2->v3: - Move also kvm_stat accounting of irq_injections to correct place. diff --git a/a