]> 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)
commit68b81ff50fc2ac103d72adb85edc6bcc31a53e52
tree57e47b6b751cd0945d5e7d8b3e1e287929b29e15
parent3048c0470ea308358be01a763eaa66670a3c392f
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