From mboxrd@z Thu Jan 1 00:00:00 1970 From: Roger Pau Monne Subject: Re: [PATCH v2 1/2] libxl: fix usage of backend parameter and run_hotplug_scripts Date: Thu, 6 Sep 2012 10:30:30 +0200 Message-ID: <50485F26.4070400@citrix.com> References: <1346771812-98690-1-git-send-email-roger.pau@citrix.com> <1346916542.10570.18.camel@dagon.hellion.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1346916542.10570.18.camel@dagon.hellion.org.uk> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Campbell Cc: "xen-devel@lists.xen.org" List-Id: xen-devel@lists.xenproject.org Ian Campbell wrote: > On Tue, 2012-09-04 at 16:16 +0100, Roger Pau Monne wrote: >> vif interfaces allows the user to specify the domain that should run >> the backend (also known as driver domain) using the 'backend' >> parameter. This is not compatible with run_hotplug_scripts=1, since >> libxl can only run the hotplug scripts from the Domain 0. > > Sorry but I think in the end this has missed the cut-off for 4.2.0 (we > are cutting the final RC tomorrow). > > We should be branching soon after the final RC which means 4.3 > development will open in unstable shortly. We should take this into > unstable then and consider it for 4.2.1. > > In the meantime I suppose we should mention this in the release notes. Do you think we could commit the docs change (xl-network-configuration.markdown) only? So people can know that this won't work in current release. Sorry for the delay.