From mboxrd@z Thu Jan 1 00:00:00 1970 From: Roger Pau Monne Subject: [PATCH v10 01/19] execute hotplug scripts from libxl v10 Date: Fri, 20 Jul 2012 15:12:09 +0100 Message-ID: <1342793548-10239-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 Changes are available in the git repository at: git://xenbits.xen.org/people/royger/xen.git hotplug.v10 Roger Pau Monne (19): *libxl: check backend state before setting it to "closing" libxl: change ao_device_remove to ao_device *libxl: move device model creation prototypes *libxl: convert libxl_domain_destroy to an async op *libxl: move bootloader data strucutres and prototypes 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 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 * Acked