[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] Call hypercall straightly from user space
On 30/12/06 8:03 am, "Xu, Anthony" <anthony.xu@xxxxxxxxx> wrote: > I want to modifty three hypercalls first.( I think they are frequently > used). > 1. send_event_pending, > 2. hvm_set_isa_irq_level, > 3. hvm_set_pci_intx_level. > > > In the first hypercall, it sends port through pointer rather than value. > Thus it's difficult to call send_event_pending from user space due to > there is no similar mechanism as xencomm in user space. > > Is it possible we pass port through value in send_event_pending > hypercall? It would have to be a new hypercall, for backward compatibility and also because the event-channel hypercall has a function prototype that takes a pointer: we don't really want hypercall functions with different prototypes multiplexing onto the same hypercall. Also it sounds like you want to do this for all three commands you mention above, and presumably any more that seem commonly used in future. That being the case, perhaps you need a well-defined register-based ABI for all ia64 hypercalls (e.g., first N bytes of the first pointer-passed structs/values passed to a hypercall are re-packed into a subset of the IA64's register space). The disadvantage here is the need for IA64-specific repacking on the Xen and the guest sides of the hypercall interface, unless we could think of some very cunning way to avoid it. But the smaller changes you propose would likely end up being IA64-specific anyway. -- Keir _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |