From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mads Bergdal Subject: How to intercept interrupts from guest domains Date: Tue, 19 Sep 2006 11:14:07 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Hi! I am writing my master thesis on virtualization with Xen. I am trying to intercept the hypercalls coming from the guest domains. More specific I am trying to determine where in memory a guest domain is writing. Does anyone have a hint on where in the code I should try to do this? Rgds Mads