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.