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] extending create_bounce_frame

To: xen-devel@xxxxxxxxxxxxxxxxxxx, keir.fraser@xxxxxxxxxxxxx, jeremy@xxxxxxxx
Subject: [Xen-devel] extending create_bounce_frame
From: "Swapna Shingre" <amuswaps@xxxxxxxxx>
Date: Wed, 31 Dec 2008 18:43:37 +0530
Cc:
Delivery-date: Wed, 31 Dec 2008 05:14:00 -0800
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; bh=3BfVzVptY5qEkWGC0FGZlaFqpaEBMGBO9V/L+iQiEJE=; b=W7sNN1VjBEXKR8hF0KEKiP4cO17aWXs+MbxStKY7iWfIOYlgDmU8oABXN1cCjq7lk7 E0GU6ObyLNdLKGAMRKpDJbMj+NR9S447lm/Jc6LeMo/MjQff0BzM61iyjT5tBjqsx8x3 b8t+fVhktgztMmeGvp7/mQFkWg7HOHYel0vGw=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=lGXzyPLLEbd2YGKeP5Hm0uFN9hPJWgsV10HK01HKHlumsbbLnb1CoA7MLp0W2IZbDk Ob90Qb/MnHWtUSTU08OnakyF2lSMsghN+j1ytQ87i8kcjiRYO+bBysc5+d2/8o4yZce4 ooTEvaVZ1vlV/7kkwtWhzus00jW6r149VViJk=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
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/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
I am trying to extend the bounce frame which xen creates on the ring 1 stack.
---------------
| My_var |
|     SS     |
|   ESP    |
|  eflags  |
|     CS    |
|   EIP     |


I wish to add an integer variable My_var before xen adds SS to the bounce frame. What are the possible modifications I will have to make? Can you please suggest me proper places where I should make changes?

Thank you,
- Swapna


_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] extending create_bounce_frame, Swapna Shingre <=