From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Graf Date: Mon, 01 Sep 2014 22:46:05 +0000 Subject: Re: [PATCH 0/2] KVM: minor cleanup and optimizations Message-Id: <5404F72D.8030402@suse.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit To: kvm-ia64@vger.kernel.org On 28.08.14 15:13, Radim Krčmář wrote: > The first patch answers a demand for inline arch functions. > (There is a lot of constant functions that could be inlined as well.) > > Second patch digs a bit into the history of KVM and removes a useless > argument that seemed suspicious when preparing the first patch. > > > Radim Krčmář (2): > KVM: static inline empty kvm_arch functions > KVM: remove garbage arg to *hardware_{en,dis}able Acked-by: Alexander Graf Alex