From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fabio Fantoni Subject: Re: [PATCH v2] tools: Improve make deb Date: Tue, 26 Feb 2013 16:40:00 +0100 Message-ID: <512CD750.8030103@heliman.it> References: <1361870886-3485-1-git-send-email-fantonifabio@tiscali.it> <1361884158.26546.291.camel@zakaz.uk.xensource.com> <1361884713.26546.296.camel@zakaz.uk.xensource.com> <512CC3CC.2010505@heliman.it> <931493278BD056D168E0B849@Ximines.local> <512CCEB9.3060109@heliman.it> <1361891550.26546.301.camel@zakaz.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1361891550.26546.301.camel@zakaz.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 Campbell Cc: Stefano Stabellini , "xen-devel@lists.xensource.com" , Ian Jackson , Alex Bligh , "fantonifabio@tiscali.it" List-Id: xen-devel@lists.xenproject.org Il 26/02/2013 16:12, Ian Campbell ha scritto: > On Tue, 2013-02-26 at 15:03 +0000, Fabio Fantoni wrote: >> @Ian or Stefano: >> About use upstream qemu from debian package on xen debian package: >> Do I need to only remove the build (similar to seabios packaged patch) >> or may I also need to patch libxl/xm? > Probably you'd need to patch libxl (but not xm) too. > > On my todo list I have an action to make the configure script understand > --with-system-qemu=PATH, which would disable the qemu-xen build and > cause libxl to use $PATH (default /usr/bin/qemu?) instead > of /usr/lib/xen/bin/blah. If someone else were to get there first that > would be awesome! > > ./configure --(enable|disable)-qemu-traditional (i.e. just turn the > build off and on) would be quite useful too I think. As would making > libxl handle the absence of either a little more gracefully. > > Ian. > Thanks for the info, your idea for upstream xen instead is better than mine on debian patches. Unfortunately for the moment I not have sufficent time to do this task. The default qemu probably is good /usr/bin/qemu-system-x86_64, tested and full working on debian (not know about different distros), /usr/bin/qemu link to i386 which has some bugs (for example one or more important/critical with spice, that seem present also in other distros). Following your indication it would be useful to add also the options to use system seabios for example --with-system-seabios=PATH, which is faster to do.