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)
commite3cb6fa0e2bf4ffc6225a55851f0cf2b93b50f91
tree57e47b6b751cd0945d5e7d8b3e1e287929b29e15
parentade74e1433f32e3fb422e3700d5bab34c57f4f47
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