From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Stabellini Subject: Re: [PATCH 3/9] raisin: add QEMU upstream component Date: Thu, 16 Apr 2015 10:51:09 +0100 Message-ID: References: <1429110900-8286-3-git-send-email-stefano.stabellini@eu.citrix.com> <552EB66F.7090105@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <552EB66F.7090105@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: Julien Grall Cc: george.dunlap@eu.citrix.com, xen-devel@lists.xensource.com, Stefano Stabellini List-Id: xen-devel@lists.xenproject.org On Wed, 15 Apr 2015, Julien Grall wrote: > Hi Stefano, > > On 15/04/2015 16:14, Stefano Stabellini wrote: > > diff --git a/components/series b/components/series > > index 3c3124d..8f614f0 100644 > > --- a/components/series > > +++ b/components/series > > @@ -1,3 +1,4 @@ > > xen > > +qemu > > grub > > libvirt > > diff --git a/components/xen b/components/xen > > index 2d345a8..dcf2f92 100644 > > --- a/components/xen > > +++ b/components/xen > > @@ -23,7 +23,7 @@ function xen_build() { > > cd "$BASEDIR" > > git-checkout $XEN_UPSTREAM_URL $XEN_UPSTREAM_REVISION xen-dir > > cd xen-dir > > - ./configure --prefix=$PREFIX > > + ./configure --prefix=$PREFIX > > --with-system-qemu=/usr/bin/qemu-system-i386 > > Currently the QEMU built by Xen is installed in a Xen directory (IIRC > /usr/lib/xen/bin). Should not you use a similar path for raisin? Otherwise you > would override the QEMU installed via the distrib package > manager. This was done on purpose because the QEMU component built by Raisin should be generally usable, even without Xen. > I guess this could be done by $INST_DIR? We could move the QEMU binary to /usr/lib/xen/bin if we wanted to and things would be back to "normal".