From mboxrd@z Thu Jan 1 00:00:00 1970 From: Roger Pau Monne Subject: [PATCH v12 00/17] execute hotplug scripts from libxl Date: Wed, 25 Jul 2012 12:19:04 +0100 Message-ID: <1343215161-27546-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 Reworked patch 1 and 9, and fixed the local attach problems. Not having an Ack on patch 1 should not prevent the rest from going in. Patches 4, 8, 11 and 16, that are already Acked can be commited, since they don't require the previous patches, and should apply cleanly since they touch different parts of the code. Changes are available in the git repository at: git://xenbits.xen.org/people/royger/xen.git hotplug.v12 Roger Pau Monne (17): libxl: fix removal of secondary consoles 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