From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH v6 00/18] libxl: JSON infrastructure, fixes and prerequisite patches for new API Date: Tue, 10 Jun 2014 15:14:00 +0100 Message-ID: <1402409640.1250.146.camel@kazak.uk.xensource.com> References: <1402317809-26833-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: In-Reply-To: <1402317809-26833-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: ian.jackson@eu.citrix.com, xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Mon, 2014-06-09 at 13:43 +0100, Wei Liu wrote: > Wei Liu (18): > A libxl: make cpupool_qualifier_to_cpupoolid a library function Applied. > A xl: remove parsing of "vncviewer" option in xl domain config file Applied. > M libxl: fix JSON generator for uint64_t Acked + applied. > A libxl IDL: rename json_fn to json_gen_fn > A libxl_json: introduce libxl__object_from_json > A libxl_json: introduce parser functions for builtin types Applied all three. > M libxl/gentypes.py: special-case KeyedUnion map handle generation Acked + applied. > C libxl IDL: generate code to parse libxl__json_object to libxl_FOO > struct > A libxl/gentest.py: test JSON parser I skipped reviewing these ones this time around. Will come back to them. > A libxl: introduce libxl_key_value_list_length > A libxl: introduce libxl_cpuid_policy_list_length Applied. > A libxl: copy function for builtin types This one didn't apply due to some missing prerequisites. At this point I stopped trying to apply things because I figured the rest wouldn't apply either. Ian.