]> err.no Git - linux-2.6/commit
KVM: Replace 'light_exits' stat with 'host_state_reload'
authorAvi Kivity <avi@qumranet.com>
Sun, 18 Nov 2007 11:50:24 +0000 (13:50 +0200)
committerAvi Kivity <avi@qumranet.com>
Wed, 30 Jan 2008 15:53:04 +0000 (17:53 +0200)
commite1beb1d37c3187aa12c6463bd15ba594e9986761
treec2e6e84257f59f2194d7abfd768d724df649e494
parentd19a9cd275b0fdc793d1bb8b644b7aad0517e4bc
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>
drivers/kvm/kvm.h
drivers/kvm/svm.c
drivers/kvm/vmx.c
drivers/kvm/x86.c