From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH 0/2] qemu-kvm: Introduce wrapper functions to access phys_ram_dirty, and replace existing direct accesses to it. Date: Thu, 18 Mar 2010 16:59:12 -0300 Message-ID: <20100318195912.GA14091@amt.cnet> References: <1268805108-27433-1-git-send-email-tamura.yoshiaki@lab.ntt.co.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org, qemu-devel@nongnu.org, avi@redhat.com, anthony@codemonkey.ws, ohmura.kei@lab.ntt.co.jp To: Yoshiaki Tamura , Anthony Liguori Return-path: Received: from mx1.redhat.com ([209.132.183.28]:61143 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751773Ab0CRUeI (ORCPT ); Thu, 18 Mar 2010 16:34:08 -0400 Content-Disposition: inline In-Reply-To: <1268805108-27433-1-git-send-email-tamura.yoshiaki@lab.ntt.co.jp> Sender: kvm-owner@vger.kernel.org List-ID: On Wed, Mar 17, 2010 at 02:51:46PM +0900, Yoshiaki Tamura wrote: > > Before replacing byte-based dirty bitmap with bit-based dirty bitmap, > clearing direct accesses to the bitmap first seems to be good point to > start with. > > This patch set is based on the following discussion. > > http://www.mail-archive.com/kvm@vger.kernel.org/msg30724.html > > Thanks, > > Yoshi Looks fine to me. This is qemu upstream material, though. From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NsMPv-0005Py-Q0 for qemu-devel@nongnu.org; Thu, 18 Mar 2010 16:34:07 -0400 Received: from [199.232.76.173] (port=60104 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NsMPv-0005PB-5c for qemu-devel@nongnu.org; Thu, 18 Mar 2010 16:34:07 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NsMPt-0001H0-Oo for qemu-devel@nongnu.org; Thu, 18 Mar 2010 16:34:07 -0400 Received: from mx1.redhat.com ([209.132.183.28]:60623) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NsMPt-0001Ga-Bz for qemu-devel@nongnu.org; Thu, 18 Mar 2010 16:34:05 -0400 Date: Thu, 18 Mar 2010 16:59:12 -0300 From: Marcelo Tosatti Message-ID: <20100318195912.GA14091@amt.cnet> References: <1268805108-27433-1-git-send-email-tamura.yoshiaki@lab.ntt.co.jp> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1268805108-27433-1-git-send-email-tamura.yoshiaki@lab.ntt.co.jp> Subject: [Qemu-devel] Re: [PATCH 0/2] qemu-kvm: Introduce wrapper functions to access phys_ram_dirty, and replace existing direct accesses to it. List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Yoshiaki Tamura , Anthony Liguori Cc: ohmura.kei@lab.ntt.co.jp, qemu-devel@nongnu.org, kvm@vger.kernel.org, avi@redhat.com On Wed, Mar 17, 2010 at 02:51:46PM +0900, Yoshiaki Tamura wrote: > > Before replacing byte-based dirty bitmap with bit-based dirty bitmap, > clearing direct accesses to the bitmap first seems to be good point to > start with. > > This patch set is based on the following discussion. > > http://www.mail-archive.com/kvm@vger.kernel.org/msg30724.html > > Thanks, > > Yoshi Looks fine to me. This is qemu upstream material, though.