From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Vrabel Subject: libxenvchan and libxenctrl dependency? Date: Wed, 3 Jul 2013 13:56:09 +0100 Message-ID: <51D41F69.60505@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Xen-devel@lists.xen.org, Daniel De Graaf List-Id: xen-devel@lists.xenproject.org Hi, libxenvchan currently depends on libxenctl for the xc_evtchn_*, xc_gntshr_* and xc_gnttab_* interfaces. libxenctrl isn't typically (?) installed into domUs and most of libxenctrl isn't interesting to domUs. Would it be useful to split libxenctrl into two halfs? A common part with APIs useful for domUs and dom0, and another part of only interest to dom0. The common part would have to have a stable ABI. David