From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoffer Dall Date: Mon, 01 Sep 2014 09:21:49 +0000 Subject: Re: [PATCH 1/2] KVM: static inline empty kvm_arch functions Message-Id: <20140901092149.GD19836@cbox> List-Id: References: <1409231583-7048-1-git-send-email-rkrcmar@redhat.com> <1409231583-7048-2-git-send-email-rkrcmar@redhat.com> In-Reply-To: <1409231583-7048-2-git-send-email-rkrcmar@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit To: Radim =?utf-8?B?S3LEjW3DocWZ?= Cc: linux-kernel@vger.kernel.org, kvm@vger.kernel.org, kvm-ppc@vger.kernel.org, kvm-ia64@vger.kernel.org, linux-s390@vger.kernel.org, kvmarm@lists.cs.columbia.edu, Paolo Bonzini , Gleb Natapov 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 not removed from arch/mips/kvm/mips.c > 2df72e9bc KVM: split kvm_arch_flush_shadow > and kvm_arch_sched_in never made it into arch/ia64/kvm/kvm-ia64.c. > e790d9ef6 KVM: add kvm_arch_sched_in > > Signed-off-by: Radim Krčmář For the arm/arm64 part: Acked-by: Christoffer Dall