From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Chanudet Subject: [PATCH 0 of 6] xl: network and block features Date: Wed, 12 May 2010 18:32:08 +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 This patch series adds the following features to xl and libxenlight: - network-{attach,list,detach} - block-{attach,list,detach} Some details : - network-attach accel and rate parameters are not handled yet (they are not in xm neither). - devid attribution for PV nics now starts from 0 for nics described in configuration file (used to start at 1, which made xm freeze when attaching more than one PV nic, probably because of nextDeviceID xenstore entry). - devid attribution do not rely on nextDeviceID xenstore entry in libxl (comments, in python code, suggest this entry to be optional). -- Eric Chanudet