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

Re: [Xen-devel] Interrupt handler for '__HYPERVISOR_event_channel_op'?

To: Xiaofang Chen <xiachen@xxxxxxxxxxx>
Subject: Re: [Xen-devel] Interrupt handler for '__HYPERVISOR_event_channel_op'?
From: Keir Fraser <Keir.Fraser@xxxxxxxxxxxx>
Date: Mon, 28 Jun 2004 10:36:16 +0100
Cc: xen-devel@xxxxxxxxxxxxxxxxxxxxx
Delivery-date: Mon, 28 Jun 2004 10:38:13 +0100
Envelope-to: steven.hand@xxxxxxxxxxxx
In-reply-to: Your message of "Mon, 28 Jun 2004 02:39:31 MDT." <Pine.GSO.4.50L0.0406280226140.12639-100000@xxxxxxxxxxxxxxxxx>
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>
Sender: xen-devel-admin@xxxxxxxxxxxxxxxxxxxxx
HYPERVISOR_event_channel_op() wraps a hypercall into Xen.
The table of hypercall handlers is at the end of xen/arch/x86/entry.S
-- there you will see that entry 21 is function do_event_channel_op.

 -- Keir

> 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



-------------------------------------------------------
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