Re: [PATCH 2/3] KVM: VMX: Use size_t to store sizeof() values

2013-06-27 Thread Paolo Bonzini
Il 26/06/2013 20:36, Mathias Krause ha scritto: The type for storing values of the sizeof operator should be size_t. No semantical changes, only type correctness. Signed-off-by: Mathias Krause mini...@googlemail.com --- arch/x86/kvm/vmx.c |4 ++-- 1 file changed, 2 insertions(+), 2

[PATCH 2/3] KVM: VMX: Use size_t to store sizeof() values

2013-06-26 Thread Mathias Krause
The type for storing values of the sizeof operator should be size_t. No semantical changes, only type correctness. Signed-off-by: Mathias Krause mini...@googlemail.com --- arch/x86/kvm/vmx.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/x86/kvm/vmx.c