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] Interrupt handler for '__HYPERVISOR_event_channel_op'?

To: xen-devel@xxxxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] Interrupt handler for '__HYPERVISOR_event_channel_op'?
From: Xiaofang Chen <xiachen@xxxxxxxxxxx>
Date: Mon, 28 Jun 2004 02:39:31 -0600 (MDT)
Delivery-date: Mon, 28 Jun 2004 09:40:55 +0100
Envelope-to: steven.hand@xxxxxxxxxxxx
In-reply-to: <BA265096-239A-4112-98B1-5948A161E077@mimectl>
List-archive: <http://sourceforge.net/mailarchive/forum.php?forum=xen-devel>
List-help: <mailto:xen-devel-request@lists.sourceforge.net?subject=help>
List-id: List for Xen developers <xen-devel.lists.sourceforge.net>
List-post: <mailto:xen-devel@lists.sourceforge.net>
List-subscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=subscribe>
List-unsubscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=unsubscribe>
References: <BA265096-239A-4112-98B1-5948A161E077@mimectl>
Sender: xen-devel-admin@xxxxxxxxxxxxxxxxxxxxx
Hi, all

I am interested in how the guest OS's network works.
For example, in the receiving side, when 'HYPERVISOR_event_channel_op()'
is called in /include/asm-xen/hypervisor.h,
        __asm__ __volatile__(
          TRAP_INSTR
          : "=a" (ret) : "0" (__HYPERVISOR_event_channel_op),
          "b" (op) : "memory"
        );

What is the corresponding interrupt handler for
__HYPERVISOR_event_channel_op (21)? I searched, but with no result.

Thanks.
Xiaofang


-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel