]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: switch per-VM stats to u64
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 10 Jun 2021 16:30:32 +0000 (12:30 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 17 Jun 2021 18:25:27 +0000 (14:25 -0400)
commitc54908e5f0c5717a47e2046f2902cd8b63da5d3e
tree57e47b6b751cd0945d5e7d8b3e1e287929b29e15
parenta3df8a3d7729717cb3e274f7907b303e200e3f11
KVM: switch per-VM stats to u64

Make them the same type as vCPU stats.  There is no reason
to limit the counters to unsigned long.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/arm64/include/asm/kvm_host.h
arch/mips/include/asm/kvm_host.h
arch/powerpc/include/asm/kvm_host.h
arch/x86/include/asm/kvm_host.h
virt/kvm/kvm_main.c