From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH 0/2] Build libxc on rump kernel Date: Thu, 25 Jun 2015 13:00:50 +0100 Message-ID: <1435233650.32500.61.camel@citrix.com> References: <1435140610-31823-1-git-send-email-wei.liu2@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta14.messagelabs.com ([193.109.254.103]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1Z85qf-0007Ta-5l for xen-devel@lists.xenproject.org; Thu, 25 Jun 2015 12:01:41 +0000 In-Reply-To: <1435140610-31823-1-git-send-email-wei.liu2@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Wei Liu Cc: Xen-devel , Ian Jackson List-Id: xen-devel@lists.xenproject.org On Wed, 2015-06-24 at 11:10 +0100, Wei Liu wrote: > I have upstreamed a privcmd driver for rump kernel. That driver has the same > semantics as the NetBSD one so we can just use xc_netbsd for rump kernel. > > Wei. > > Wei Liu (2): > NetBSDRump: provide evtchn.h and privcmd.h > libxc: use xc_netbsd.c for rump kernel Acked + applied. At some point I may need to pick your brains regarding the refactoring I'm doing to all this stuff.. > > tools/include/xen-sys/NetBSDRump/evtchn.h | 86 ++++++++++++++++++++++++++++++ > tools/include/xen-sys/NetBSDRump/privcmd.h | 81 ++++++++++++++++++++++++++-- > tools/libxc/Makefile | 1 + > 3 files changed, 165 insertions(+), 3 deletions(-) > create mode 100644 tools/include/xen-sys/NetBSDRump/evtchn.h >