From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?Roger_Pau_Monn=E9?= Subject: Re: [PATCH v3 6/9] libxl: add Qdisk backend launch helper Date: Mon, 18 Nov 2013 19:12:32 +0100 Message-ID: <528A5890.1080001@citrix.com> References: <1384786591-3020-1-git-send-email-roger.pau@citrix.com> <1384786591-3020-7-git-send-email-roger.pau@citrix.com> <20131118174419.GE2663@perard.uk.xensource.com> <21130.21121.71046.45171@mariner.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta14.messagelabs.com ([193.109.254.103]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1ViTJQ-0003kr-JC for xen-devel@lists.xenproject.org; Mon, 18 Nov 2013 18:12:40 +0000 In-Reply-To: <21130.21121.71046.45171@mariner.uk.xensource.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: Ian Jackson , Anthony PERARD Cc: xen-devel@lists.xenproject.org, Ian Campbell , Stefano Stabellini List-Id: xen-devel@lists.xenproject.org On 18/11/13 18:46, Ian Jackson wrote: > Anthony PERARD writes ("Re: [PATCH v3 6/9] libxl: add Qdisk backend launch helper"): >> On Mon, Nov 18, 2013 at 03:56:28PM +0100, Roger Pau Monne wrote: >>> Current Qemu launch functions in libxl require the usage of data >>> structures only avaialbe on domain creation. All this information is >>> not need in order to launch a Qemu instance to serve Qdisk backends, >>> so introduce a new simplified helper that can be used to launch >>> Qemu/Qdisk, that will be used to launch Qdisk in driver domains. > ... >> You might want to look at the -nodefaults option of QEMU instead of >> using -nographic -monitor -serial -parallel. > > Ah. > > Well, I have just committed this. Roger, do you want to do a followup ? Thanks, yes, I will test the change and send a followup if it's OK. Roger.