From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:35269) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QHk3v-0006LV-Qm for qemu-devel@nongnu.org; Wed, 04 May 2011 17:56:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QHk3u-0007IW-Qb for qemu-devel@nongnu.org; Wed, 04 May 2011 17:56:51 -0400 Received: from mail.serverraum.org ([78.47.150.89]:35589) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QHk3u-0007IP-Lg for qemu-devel@nongnu.org; Wed, 04 May 2011 17:56:50 -0400 From: Michael Walle Date: Wed, 4 May 2011 23:56:51 +0200 References: <1304441374-27314-1-git-send-email-pbonzini@redhat.com> <1304441374-27314-5-git-send-email-pbonzini@redhat.com> In-Reply-To: <1304441374-27314-5-git-send-email-pbonzini@redhat.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201105042356.51787.michael@walle.cc> Subject: Re: [Qemu-devel] [PATCH 4/4] milkymist: use cpu_physical_memory_map_fast List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org Am Dienstag 03 Mai 2011, 18:49:34 schrieb Paolo Bonzini: > This patch adds proper unmapping of the memory when the addresses > cross multiple memory blocks, and it also uses a single map_fast > operation for the RMW access to the destination frame buffer. > > Cc: Michael Walle > Signed-off-by: Paolo Bonzini Acked-by: Michael Walle