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] Interrupts in xen

To: "Keir Fraser" <keir.fraser@xxxxxxxxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] Interrupts in xen
From: "Furquan Shaikh" <furquan.m.shaikh@xxxxxxxxx>
Date: Fri, 2 Jan 2009 11:02:08 +0530
Cc:
Delivery-date: Thu, 01 Jan 2009 21:32:56 -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=HMFp8GmvXVgBN6NexRhWDkt8E3XJ2HkLzKmihEzzKfM=; b=bh1MP/XbD8w4xDNLSeh2KRfc/V6L1DBJYlNlYxQxbVgy6uXLsj2XZRzMIAVCZiXwsw WeHYcD/e6xRlcWRbr9Bufm/l8xVkExcVEAqP/ZDphT/5lYL0xFS/NTcGeyZeoT85mEGc pVY+QMDxsGVO9hJpnjxY6TJdI8GJbKhbtyvVc=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=Vi8EtFKI9L57EPdjYGHLF4w1iKett3bIlPj8FYghXclGM3aDP+YeTjNtxzovhrDVSX 5uVfEZPIH+Tqd1EANSR3c5P4OpEXs6eShUauE+ppRpXtmlmzfImC2N/Cc3ATC0B80NsI LOoTZ5PrBcBBQqQzv11Y98wsK1AvXhxpOe99E=
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
Hello friends,
          Is there any interrupt other than the system call which goes directly to guest OS without going to hypervisor?
Or any interrupt that does not create bounce frame(in xen-3.3.0/arch/x86/x86_32/entry.S) before passing control to guest OS?

Thanx,
Furquan
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] Interrupts in xen, Furquan Shaikh <=