From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andi Kleen Subject: Re: [PATCH] [RFC] More fp instructions for realmode emulation (Enables booting OS/2 as a HVM guest on Intel/VT hardware) Date: Mon, 03 Mar 2008 15:52:44 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: In-Reply-To: (Keir Fraser's message of "Sat\, 01 Mar 2008 09\:18\:19 +0000") 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: xen-devel , Trolle Selander List-Id: xen-devel@lists.xenproject.org Keir Fraser writes: > Intel SDM Volume 1 Section 8.6 (?X87 FPU Exception Synchronization?) is very > helpful in this regard. It confirms my suspicions, that we will need to wrap > the FPU inline asms in some fixup glue. The only exceptions to this rule are Yes you definitely need to. That was a kernel crash bug on native Linux some time ago... Also you need to do the same for any FXSAVEs/FXRSTORs if you haven't already. -Andi