From: Radim Krčmář Date: Thu, 18 Sep 2014 16:38:36 +0000 (-0400) Subject: KVM: x86: count actual tlb flushes X-Git-Tag: fixes-for-v3.18-merge-window~23^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a70656b63a82d639b0cec54861bf8faf16ad74e6;p=pandora-kernel.git KVM: x86: count actual tlb flushes - we count KVM_REQ_TLB_FLUSH requests, not actual flushes (KVM can have multiple requests for one flush) - flushes from kvm_flush_remote_tlbs aren't counted - it's easy to make a direct request by mistake Solve these by postponing the counting to kvm_check_request(). Signed-off-by: Radim Krčmář Signed-off-by: Liang Chen Signed-off-by: Paolo Bonzini --- Reading git-diff-tree failed