From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: [PATCH 0 of 9] libxl: API updates + xl: JSON Date: Wed, 25 Jan 2012 17:24:10 +0000 Message-ID: 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.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com Cc: ian.jackson@citrix.com List-Id: xen-devel@lists.xenproject.org A random(ish) colletion of libxl patches. - Fixup idl infrastructure naming clash/annoyance - Consolidate libxl_button_press and libxl_send_trigger - Change the way libxl exposes CPU topology information to be a list of CPU (core,node,socket) tuples instead of three lists. This is a more sensible representation but is also a bit easier on the language bindings. Plus: - Cause xl to use JSON with the "xl create -d" option and similar output. This follows the 20 patches in my "libxl: drop device_model_info" series.