From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:45792) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QHyUt-0007l6-8R for qemu-devel@nongnu.org; Thu, 05 May 2011 09:21:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QHyUs-0004Hv-Fs for qemu-devel@nongnu.org; Thu, 05 May 2011 09:21:39 -0400 Received: from mx1.redhat.com ([209.132.183.28]:22778) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QHyUs-0004Hq-8o for qemu-devel@nongnu.org; Thu, 05 May 2011 09:21:38 -0400 Date: Thu, 5 May 2011 16:21:24 +0300 From: "Michael S. Tsirkin" Message-ID: <20110505132124.GH30119@redhat.com> References: <20110503182039.28430.26530.stgit@s20.home> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110503182039.28430.26530.stgit@s20.home> Subject: Re: [Qemu-devel] [PATCH v2 0/3] CPUPhysMemoryClient: Fixes and batching List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alex Williamson Cc: jan.kiszka@siemens.com, qemu-devel@nongnu.org, armbru@redhat.com On Tue, May 03, 2011 at 12:36:19PM -0600, Alex Williamson wrote: > This series pulls together several related patches for bugs and > performance that I found last week. Only the 2nd patch is actually > modified from inital posting, adding the comments suggested by > Markus. The 1st two patches fix pretty serious brokeness in the > CPUPhysMemoryClient interface. Of the two current users, kvm and > vhost, only vhost is actually affected by these bugs. Please > apply. Thanks, > > Alex Applied first two, thanks! > --- > > Alex Williamson (3): > CPUPhysMemoryClient: Batch contiguous addresses when playing catchup > CPUPhysMemoryClient: Pass guest physical address not region offset > CPUPhysMemoryClient: Fix typo in phys memory client registration > > > exec.c | 46 ++++++++++++++++++++++++++++++++++++++++------ > 1 files changed, 40 insertions(+), 6 deletions(-)