From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [RFC V8 2/3] libxl domain snapshot API design Date: Fri, 5 Dec 2014 16:11:48 +0000 Message-ID: <1417795908.22808.73.camel@citrix.com> References: <1415607424-15920-1-git-send-email-cyliu@suse.com> <1415607424-15920-3-git-send-email-cyliu@suse.com> <20141205160615.GA24938@zion.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20141205160615.GA24938@zion.uk.xensource.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: Ian.Jackson@citrix.com, jfehlig@suse.com, Chunyan Liu , xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Fri, 2014-12-05 at 16:06 +0000, Wei Liu wrote: > Regarding JSON API, as Ian said, feel free to hook it up to libxlu. *If* it is useful to multiple toolstacks but not suitable for libxl then libxlu would be the right place. As I understood things the need for JSON here was xl specific, and it is IMHO fine for xl to also use the idl infrastructure, without needing to launder it via libxlu. Ian.