WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] [RFC][PATCH] Emulate instructions in vm86 mode

To: Bastian Blank <bastian@xxxxxxxxxxxx>
Subject: Re: [Xen-devel] [RFC][PATCH] Emulate instructions in vm86 mode
From: Keir Fraser <Keir.Fraser@xxxxxxxxxxxx>
Date: Fri, 08 Sep 2006 22:11:11 +0100
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Fri, 08 Sep 2006 14:10:02 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <20060908205844.GA2496@xxxxxxxxxxxxxxxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcbTi089jfOAIT9+Eduu/AAX8io7RQ==
Thread-topic: [Xen-devel] [RFC][PATCH] Emulate instructions in vm86 mode
User-agent: Microsoft-Entourage/11.2.5.060620


On 8/9/06 21:58, "Bastian Blank" <bastian@xxxxxxxxxxxx> wrote:

>> Hmm, the code write 0 for this values to the exception frame in VM86
>> mode, lets check if this is the problem.
> 
> It seems that this is the problem.
> 
> The following patch always bounces traps in vm86 mode to the guest
> kernel and don't longer clears the segment register values in the
> exception frame.
> 
> Signed-off-by: Bastian Blank <waldi@xxxxxxxxxx>

That is only on the 'failsafe' stackframe path. It is okay to write zero
values there because we already wrote the real values lower down on the
stack frame (at labels FLT7 to FLT10). In fact you probably shouldn't end up
taking the 'failsafe' path anyway, so the code you remove wouldn't normally
be executed at all unless something in the guest is buggy.

 -- Keir



_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel