From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: possible code/comment mismatch in hap_enable_vram_tracking/hap_clean_vram_tracking Date: Thu, 9 Sep 2010 15:37:46 +0200 Message-ID: <20100909133746.GA15174@aepfle.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Return-path: Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Hello, the comments in hap_enable_vram_tracking() and hap_clean_vram_tracking() say the pages will be set to read-only, but it passes p2m_ram_rw instead of p2m_ram_ro to p2m_change_type(). Bug or feature? Olaf