commit | a26bf12afb608eb5a96192eaee35fc08ffbf85aa | [log] [tgz] |
---|---|---|
author | Jan Kiszka <jan.kiszka@siemens.com> | Fri Sep 26 09:30:45 2008 +0200 |
committer | Avi Kivity <avi@redhat.com> | Wed Dec 31 16:51:39 2008 +0200 |
tree | f48e5dea710148abd7f2245f3dd58485da267156 | |
parent | 2786b014ec893c301ea52ef9962e7cc60f89f9b3 [diff] |
KVM: VMX: include all IRQ window exits in statistics irq_window_exits only tracks IRQ window exits due to user space requests, nmi_window_exits include all exits. The latter makes more sense, so let's adjust irq_window_exits accounting. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by: Avi Kivity <avi@redhat.com>