From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julian Stecklina Subject: interdomain IPC Date: Mon, 11 Sep 2006 20:36:41 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Hello, I am investigating how to establish two-way communication between domains using shared memory and interdomain IPC. It would be very helpful, if someone could answer some questions: 1. In xenctrl.h the description of xc_map_foreign_range refers to a structure named "control_if_t". This name seems to be bogus, since no such structure exists. What structure is meant in this comment? 2. libxenctrl seems to miss functionality to access the bind_interdomain hypercall. Is there any other way to do that? And how would a Linux process wait for a notification on a port? Regards, Julian