From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: Re: [PATCH REBASE RESEND 0/4] improve speed of "rep ins" emulation Date: Thu, 06 Sep 2012 18:07:20 +0300 Message-ID: <5048BC28.70902@redhat.com> References: <1346675069-26958-1-git-send-email-gleb@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org, mtosatti@redhat.com To: Gleb Natapov Return-path: Received: from mx1.redhat.com ([209.132.183.28]:4092 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756673Ab2IFPHX (ORCPT ); Thu, 6 Sep 2012 11:07:23 -0400 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q86F7MCT003358 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 6 Sep 2012 11:07:23 -0400 In-Reply-To: <1346675069-26958-1-git-send-email-gleb@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On 09/03/2012 03:24 PM, Gleb Natapov wrote: > This series (or rather the last patch of it) takes different approach > to "rep ins" optimization. Instead of writing separate fast path for > it do the fast path inside emulator itself. This way nobody can say the > code is not reused! > > Patch 1,2 are now, strictly speaking, not needed, but I think this is > still nice cleanup and, in case of patch 1, eliminates some ifs at each > KVM_RUN ioctl. Thanks, applied. -- error compiling committee.c: too many arguments to function