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

[Xen-devel] about returning path of exception handler

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] about returning path of exception handler
From: yushang <yusunn@xxxxxxxxx>
Date: Tue, 18 Mar 2008 12:35:32 +0800
Delivery-date: Mon, 17 Mar 2008 21:35:56 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=YgeUzPuPvn0Yvpq24RS87/mdT8BkDSKZEpO7ImwvuO4=; b=Clo8v1wSk/BK4j38zQGQMRdEVZGnSG0DKfjK8VwUZqGK3wmvk8TLQgZKtLp4L52vJyEhMKaDm9/8I8vhcoNZzMLm+pd1HECV2MZR4jIS12pxt1tSBys65K09LtKXZMIg/eTortO9bHIxxVBZvCkdxIbi9YK/8BVLjYUrQwTEO00=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=pTL4P9ZwY3OPexCKZ9CpmVi4Gd0PqESu3CIUss0zY7wOvtezTWUwiixKZLNMewQ2VnwNKLW6Cg95QMdl6A9YggpZn6KuaEijg39EJLwI6u/PfTpcjrshXIfVIDP2x5ensOrzVkrQ3A6X7OIV7slgPYXJujUbLrcsaC9wdOHL+os=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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
Hi All,
After calling create_bounce_frame , how does the execution return to
the next instruction ? I mean the following line:
movb  $0,TRAPBOUNCE_flags(%edx)
I my understanding , the returning path is : create_bounce_frame ->
guest os exception handler -> interrupted place
It seems that execution will not return to the above line . Maybe I
have missed something , can someone point it out for me ? All my
discussions assume x86_32.

BR
yushang

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] about returning path of exception handler, yushang <=