From mboxrd@z Thu Jan 1 00:00:00 1970 From: Roger Pau Monne Subject: [PATCH v11 0/17] execute hotplug scripts from libxl Date: Mon, 23 Jul 2012 18:27:28 +0100 Message-ID: <1343064465-17864-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 Another iteration on the hotplug series. I've made the changes requested by Ian Jackson and Ian Campbell, and removed the patches that already went in. Here is the remaining: Changes are available in the git repository at: git://xenbits.xen.org/people/royger/xen.git hotplug.v11 Roger Pau Monne (17): libxl: fix stubdom console destruction libxl: refactor disk addition to take a helper libxl: convert libxl__device_disk_local_attach to an async op *libxl: rename vifs to nics *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: rename _IOEMU nic type to VIF_IOEMU libxl: set nic type of stub to PV instead of copying from the libxl: set correct nic type depending on the guest *libxl: use libxl__xs_path_cleanup on device_destroy *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 xl: main_blockdetach don't call destroy if remove succeeds libxl: libxl__xs_path_cleanup don't print error if ENOENT * Acked