Re: [PATCH 0/3] KVM: small type cleanups

2013-07-11 Thread Gleb Natapov
On Wed, Jun 26, 2013 at 08:36:20PM +0200, Mathias Krause wrote:
> Hi,
> 
> this small series contains a few type and style cleanups. It has no
> impact on the generated code but removes a few small nits from the
> code.
> 
> Please apply!
> 
Applied 1 and 3. Thanks.

> Thanks,
> 
> Mathias Krause (3):
>   KVM: VMX: Use proper types to access const arrays
>   KVM: VMX: Use size_t to store sizeof() values
>   KVM: x86: Drop useless cast
> 
>  arch/x86/kvm/vmx.c |   19 +--
>  arch/x86/kvm/x86.c |2 +-
>  2 files changed, 10 insertions(+), 11 deletions(-)
> 
> -- 
> 1.7.10.4

--
Gleb.
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH 0/3] KVM: small type cleanups

2013-06-26 Thread Mathias Krause
Hi,

this small series contains a few type and style cleanups. It has no
impact on the generated code but removes a few small nits from the
code.

Please apply!

Thanks,

Mathias Krause (3):
  KVM: VMX: Use proper types to access const arrays
  KVM: VMX: Use size_t to store sizeof() values
  KVM: x86: Drop useless cast

 arch/x86/kvm/vmx.c |   19 +--
 arch/x86/kvm/x86.c |2 +-
 2 files changed, 10 insertions(+), 11 deletions(-)

-- 
1.7.10.4

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html