Re: [PATCH 1/2] KVM: static inline empty kvm_arch functions

2014-09-01 Thread Christoffer Dall
On Thu, Aug 28, 2014 at 03:13:02PM +0200, Radim Krčmář wrote: > Using static inline is going to save few bytes and cycles. > For example on powerpc, the difference is 700 B after stripping. > (5 kB before) > > This patch also deals with two overlooked empty functions: > kvm_arch_flush_shadow was n

[PATCH 1/2] KVM: static inline empty kvm_arch functions

2014-08-28 Thread Radim Krčmář
Using static inline is going to save few bytes and cycles. For example on powerpc, the difference is 700 B after stripping. (5 kB before) This patch also deals with two overlooked empty functions: kvm_arch_flush_shadow was not removed from arch/mips/kvm/mips.c 2df72e9bc KVM: split kvm_arch_flush