Xin Zhao
2004-Oct-22 18:16 UTC
[Xen-devel] can one authorized domain call exported functions of another domain?
Assuming one domain exports some functions and let another domain know the entry point of those functions, is it possible for another domain call those functions? If so, how? Thanks, Xin ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel
Keir Fraser
2004-Oct-22 19:09 UTC
Re: [Xen-devel] can one authorized domain call exported functions of another domain?
> Assuming one domain exports some functions and let another domain know the > entry point of those functions, is it possible for another domain call > those functions? If so, how?No, domains do not share address spaces so merely passing the addresses of functions between domains will not work. You''d have to use a networked RPC or some similar scheme. -- Keir ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel