aboutsummaryrefslogtreecommitdiff
path: root/drivers/kvm/kvm.h
diff options
context:
space:
mode:
authorAvi Kivity <avi@qumranet.com>2007-11-18 13:50:24 +0200
committerAvi Kivity <avi@qumranet.com>2008-01-30 17:53:04 +0200
commite1beb1d37c3187aa12c6463bd15ba594e9986761 (patch)
treec2e6e84257f59f2194d7abfd768d724df649e494 /drivers/kvm/kvm.h
parentd19a9cd275b0fdc793d1bb8b644b7aad0517e4bc (diff)
KVM: Replace 'light_exits' stat with 'host_state_reload'
This is a little more accurate (since it counts actual reloads, not potential reloads), and reverses the sense of the statistic to measure a bad event like most of the other stats (e.g. we want to minimize all counters). Signed-off-by: Avi Kivity <avi@qumranet.com>
Diffstat (limited to 'drivers/kvm/kvm.h')
-rw-r--r--drivers/kvm/kvm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/kvm/kvm.h b/drivers/kvm/kvm.h
index 59e001c3ff0..04efe8833e0 100644
--- a/drivers/kvm/kvm.h
+++ b/drivers/kvm/kvm.h
@@ -246,7 +246,7 @@ struct kvm_stat {
u32 halt_wakeup;
u32 request_irq_exits;
u32 irq_exits;
- u32 light_exits;
+ u32 host_state_reload;
u32 efer_reload;
};