From mboxrd@z Thu Jan 1 00:00:00 1970 From: Frank Van Der Linden Subject: Re: Re: [RFC] RAS(Part II)--MCA enalbing in XEN Date: Mon, 16 Feb 2009 22:50:02 -0700 Message-ID: <499A500A.6000301@Sun.COM> References: <4999A94D.5020500@Sun.COM> Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset=ISO-8859-1 Content-Transfer-Encoding: 7BIT Return-path: In-reply-to: <4999A94D.5020500@Sun.COM> 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: Gavin Maltby , Christoph Egger , "xen-devel@lists.xensource.com" , "Ke, Liping" , "Jiang, Yunhong" List-Id: xen-devel@lists.xenproject.org I should probably clarify myself, since I may have created one wrong impression: I don't object to the parts of the Intel code where the hypervisor does more of the initial work (like is also done in the page offline code); it can be critical that this work is done quickly, and the hypervisor is the only place that has both the information and the means to do it. So, doing some more work there in some cases is probably the best thing to do, even though there is natural resistance to adding more code to the hypervisor. The main thing that I don't quite understand the benefits of is the vMCE code, which is why I asked if there are examples of where that approach would work better. - Frank