All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] KVM: small type cleanups
@ 2013-06-26 18:36 Mathias Krause
  2013-06-26 18:36 ` [PATCH 1/3] KVM: VMX: Use proper types to access const arrays Mathias Krause
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Mathias Krause @ 2013-06-26 18:36 UTC (permalink / raw)
  To: Gleb Natapov, Paolo Bonzini; +Cc: Mathias Krause, kvm

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


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2013-07-11  7:44 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-26 18:36 [PATCH 0/3] KVM: small type cleanups Mathias Krause
2013-06-26 18:36 ` [PATCH 1/3] KVM: VMX: Use proper types to access const arrays Mathias Krause
2013-06-27 13:33   ` Paolo Bonzini
2013-06-27 13:42     ` Mathias Krause
2013-06-27 13:47       ` Paolo Bonzini
2013-06-26 18:36 ` [PATCH 2/3] KVM: VMX: Use size_t to store sizeof() values Mathias Krause
2013-06-27 13:36   ` Paolo Bonzini
2013-06-26 18:36 ` [PATCH 3/3] KVM: x86: Drop useless cast Mathias Krause
2013-06-27 13:39   ` Paolo Bonzini
2013-07-11  7:43 ` [PATCH 0/3] KVM: small type cleanups Gleb Natapov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.