From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Scott Subject: [PATCH 00 of 14] Improvements to libxl VIF hotplug and ocaml bindings (v2) Date: Wed, 30 Mar 2011 19:05:21 +0100 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 List-Id: xen-devel@lists.xenproject.org Improvements to libxl VIF hotplug/unplug and ocaml bindings; xapi can now use these functions This patch set includes: 1. addition of VIF QoS parameters to libxl (this code is ported from xapi/ xenops) 2. updates to the libxl ocaml bindings to make them more usable and more easily generatable from the IDL 3. bugfixes to the "xl network-attach" command so the QoS settings can be more easily tested. FYI the corresponding xapi changes are in a branch here: https://github.com/djs55/xen-api/tree/hackathon Changes since the last submission include: * updating the whole ocaml xl module to use the new style for consistency * some dead ocaml functions were removed * documentation for the QoS parameters added to the libxl IDL * the QoS parameter was renamed to have "kb" rather than "kib" for consistency Signed-off-by: David Scott