From mboxrd@z Thu Jan 1 00:00:00 1970 From: Roger Pau Monne Subject: [PATCH v13 00/11] execute hotplug scripts from libxl Date: Thu, 26 Jul 2012 15:55:11 +0100 Message-ID: <1343314522-32298-1-git-send-email-roger.pau@citrix.com> 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.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org Done some minor changes in 1 and 6 and rebased to current "staging" to resolve conflicts. Changes are available in the git repository at: git://xenbits.xen.org/people/royger/xen.git hotplug.v13 Roger Pau Monne (11): libxl: refactor disk addition to take a helper *libxl: convert libxl__device_disk_local_attach to an async op *libxl: convert libxl_device_disk_add to an async op *libxl: convert libxl_device_nic_add to an async operation *libxl: add option to choose who executes hotplug scripts libxl: set correct nic type depending on the guest *libxl: call hotplug scripts for disk devices from libxl *libxl: call hotplug scripts for nic devices from libxl *libxl: convert libxl_device_vkb_add to an async operation *libxl: convert libxl_device_vfb_add to an async operation libxl: fix removal of secondary consoles *Acked