From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH v3 4/5] libxl: call hotplug scripts from libxl for vif Date: Wed, 25 Apr 2012 12:19:12 +0100 Message-ID: <1335352752.28015.36.camel@zakaz.uk.xensource.com> References: <1334928211-29856-1-git-send-email-roger.pau@citrix.com> <1334928211-29856-5-git-send-email-roger.pau@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1334928211-29856-5-git-send-email-roger.pau@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Roger Pau Monne Cc: "xen-devel@lists.xen.org" List-Id: xen-devel@lists.xenproject.org On Fri, 2012-04-20 at 14:23 +0100, Roger Pau Monne wrote: > > * Added fancy functions to fetch tap and vif names, now the prefix of > the tap > device has been saved in a constant, called TAP_DEVICE_PREFIX. You missed the device name construction in libxl__build_device_model_args_*. Ian.