From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeremy Fitzhardinge Subject: Re: shadow2 corrupting PV guest state Date: Mon, 16 Oct 2006 15:09:52 -0700 Message-ID: <45340330.1000408@goop.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Keir Fraser Cc: Chris Wright , Michael A Fetterman , Tim Deegan , Xen-devel List-Id: xen-devel@lists.xenproject.org Keir Fraser wrote: > The shadow-refcount code in shadow2 is very new. It's likely to have bugs > that need shaking out. Yep, that's pretty much what I'd expect. > It won't be a deferred pagetable update because they > don't exist in shadow2 (updates are always synchronously emulated). > OK, so every write to a pagetable page will take the fault&emulate path? What's your confidence level in the emulator? J