From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeremy Fitzhardinge Subject: Re: [PATCH 7 of 7] blktap2: Port Xend to the tap-ctl interface Date: Wed, 09 Jun 2010 15:32:18 -0700 Message-ID: <4C101672.5090404@goop.org> References: <7e76e35715c885549313.1275947694@agari.van.xensource.com> <4C0FF8C5.3020600@goop.org> <1276117043.2939.282.camel@agari.van.xensource.com> <1276121489.2939.283.camel@agari.van.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1276121489.2939.283.camel@agari.van.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Daniel Stodden Cc: Xen , Stefano Stabellini List-Id: xen-devel@lists.xenproject.org On 06/09/2010 03:11 PM, Daniel Stodden wrote: > On Wed, 2010-06-09 at 16:57 -0400, Daniel Stodden wrote: > >> On Wed, 2010-06-09 at 16:25 -0400, Jeremy Fitzhardinge wrote: >> >>> On 06/07/2010 02:54 PM, Daniel Stodden wrote: >>> >>>> Signed-off-by: Jake Wires >>>> >>>> >>>> >>> Presumably libxl needs corresponding changes? At the moment all my >>> tapdisk processes are dying complaining about being passed a "-n" option. >>> >> Uh, oh. I never looked into that stuff. >> >> Will see what it takes. >> >> Anyone else maybe interested in doing that? No? >> > Does anyone have a sample config file flying around? > Stock xm ones should work almost as-is with xl, except you: * need to specify a path to the config, as it doesn't default to /etc/xen * remove all explicit python code and just leave the assignments * use full paths for things like hvmloader J