Re: [Xen-devel] [PATCH 4/9] raisin: add a component to build qemu_traditional

2015-04-17 Thread Ian Campbell
On Thu, 2015-04-16 at 17:03 +0100, Stefano Stabellini wrote: > On Wed, 15 Apr 2015, Andrew Cooper wrote: > > > -./configure --prefix=$PREFIX > > > --with-system-qemu=/usr/bin/qemu-system-i386 > > > +./configure --prefix=$PREFIX > > > --with-system-qemu=/usr/bin/qemu-system-i386 \ > > > +

Re: [Xen-devel] [PATCH 4/9] raisin: add a component to build qemu_traditional

2015-04-16 Thread Stefano Stabellini
On Wed, 15 Apr 2015, Andrew Cooper wrote: # > On 15/04/15 16:14, Stefano Stabellini wrote: > > Introduce a component to build qemu-traditional out of xen-unstable. > > Do not compile qemu-traditional from xen-unstable by passing the right > > command line option to configure. > > > > Signed-off-by

Re: [Xen-devel] [PATCH 4/9] raisin: add a component to build qemu_traditional

2015-04-16 Thread Ian Jackson
Stefano Stabellini writes ("Re: [Xen-devel] [PATCH 4/9] raisin: add a component to build qemu_traditional"): > On Thu, 16 Apr 2015, Ian Campbell wrote: > > But can I _query_ what it is able to build (i.e. the components the > > current version supports) and/or what i

Re: [Xen-devel] [PATCH 4/9] raisin: add a component to build qemu_traditional

2015-04-16 Thread George Dunlap
On 04/16/2015 11:55 AM, Stefano Stabellini wrote: > On Thu, 16 Apr 2015, Ian Campbell wrote: >> On Thu, 2015-04-16 at 11:39 +0100, George Dunlap wrote: >>> On 04/16/2015 11:25 AM, Stefano Stabellini wrote: Each component is independent and there is no knowledge about versions of one compo

Re: [Xen-devel] [PATCH 4/9] raisin: add a component to build qemu_traditional

2015-04-16 Thread Stefano Stabellini
On Thu, 16 Apr 2015, Ian Campbell wrote: > On Thu, 2015-04-16 at 11:39 +0100, George Dunlap wrote: > > On 04/16/2015 11:25 AM, Stefano Stabellini wrote: > > > Each component is independent and there is no knowledge about versions > > > of one component (xen 4.5 and earlier) needing one or more vers

Re: [Xen-devel] [PATCH 4/9] raisin: add a component to build qemu_traditional

2015-04-16 Thread Ian Campbell
On Thu, 2015-04-16 at 11:39 +0100, George Dunlap wrote: > On 04/16/2015 11:25 AM, Stefano Stabellini wrote: > > Each component is independent and there is no knowledge about versions > > of one component (xen 4.5 and earlier) needing one or more versions of > > another component (qemu-traditional).

Re: [Xen-devel] [PATCH 4/9] raisin: add a component to build qemu_traditional

2015-04-16 Thread George Dunlap
>>>>> On Wed, 15 Apr 2015, Ian Campbell wrote: >>>>>> On Wed, 2015-04-15 at 17:15 +0100, Ian Jackson wrote: >>>>>>> Stefano Stabellini writes ("Re: [Xen-devel] [PATCH 4/9] raisin: add a >>>>>>> component to build qemu

Re: [Xen-devel] [PATCH 4/9] raisin: add a component to build qemu_traditional

2015-04-16 Thread Stefano Stabellini
gt; > > > > On Wed, 2015-04-15 at 17:15 +0100, Ian Jackson wrote: > > > > > > Stefano Stabellini writes ("Re: [Xen-devel] [PATCH 4/9] raisin: add > > > > > > a component to build qemu_traditional"): > > > > > > > On Wed

Re: [Xen-devel] [PATCH 4/9] raisin: add a component to build qemu_traditional

2015-04-16 Thread Ian Campbell
ckson wrote: > > > > > Stefano Stabellini writes ("Re: [Xen-devel] [PATCH 4/9] raisin: add a > > > > > component to build qemu_traditional"): > > > > > > On Wed, 15 Apr 2015, Ian Campbell wrote: > > > > > > > (I als

Re: [Xen-devel] [PATCH 4/9] raisin: add a component to build qemu_traditional

2015-04-16 Thread Ian Campbell
On Thu, 2015-04-16 at 10:53 +0100, Stefano Stabellini wrote: > On Thu, 16 Apr 2015, Ian Campbell wrote: > > On Wed, 2015-04-15 at 18:42 +0100, Stefano Stabellini wrote: > > > On Wed, 15 Apr 2015, George Dunlap wrote: > > > > On 04/15/2015 05:11 PM, Stefano Stabellini wrote: > > > > > On Wed, 15 Apr

Re: [Xen-devel] [PATCH 4/9] raisin: add a component to build qemu_traditional

2015-04-16 Thread Stefano Stabellini
On Thu, 16 Apr 2015, Ian Campbell wrote: > On Wed, 2015-04-15 at 18:41 +0100, Stefano Stabellini wrote: > > On Wed, 15 Apr 2015, Ian Campbell wrote: > > > On Wed, 2015-04-15 at 17:15 +0100, Ian Jackson wrote: > > > > Stefano Stabellini writes ("Re: [X

Re: [Xen-devel] [PATCH 4/9] raisin: add a component to build qemu_traditional

2015-04-16 Thread Stefano Stabellini
On Thu, 16 Apr 2015, Ian Campbell wrote: > On Wed, 2015-04-15 at 18:42 +0100, Stefano Stabellini wrote: > > On Wed, 15 Apr 2015, George Dunlap wrote: > > > On 04/15/2015 05:11 PM, Stefano Stabellini wrote: > > > > On Wed, 15 Apr 2015, Ian Campbell wrote: > > > >> On Wed, 2015-04-15 at 16:49 +0100,

Re: [Xen-devel] [PATCH 4/9] raisin: add a component to build qemu_traditional

2015-04-16 Thread Ian Campbell
On Wed, 2015-04-15 at 18:42 +0100, Stefano Stabellini wrote: > On Wed, 15 Apr 2015, George Dunlap wrote: > > On 04/15/2015 05:11 PM, Stefano Stabellini wrote: > > > On Wed, 15 Apr 2015, Ian Campbell wrote: > > >> On Wed, 2015-04-15 at 16:49 +0100, Andrew Cooper wrote: > > > It would be nice if

Re: [Xen-devel] [PATCH 4/9] raisin: add a component to build qemu_traditional

2015-04-16 Thread Ian Campbell
On Wed, 2015-04-15 at 18:41 +0100, Stefano Stabellini wrote: > On Wed, 15 Apr 2015, Ian Campbell wrote: > > On Wed, 2015-04-15 at 17:15 +0100, Ian Jackson wrote: > > > Stefano Stabellini writes ("Re: [Xen-devel] [PATCH 4/9] raisin: add a > > > component to build qe

Re: [Xen-devel] [PATCH 4/9] raisin: add a component to build qemu_traditional

2015-04-15 Thread Stefano Stabellini
On Wed, 15 Apr 2015, George Dunlap wrote: > On 04/15/2015 05:11 PM, Stefano Stabellini wrote: > > On Wed, 15 Apr 2015, Ian Campbell wrote: > >> On Wed, 2015-04-15 at 16:49 +0100, Andrew Cooper wrote: > > It would be nice if there was a --wtih-system-qemu-trad= option, but > > that has been

Re: [Xen-devel] [PATCH 4/9] raisin: add a component to build qemu_traditional

2015-04-15 Thread Stefano Stabellini
On Wed, 15 Apr 2015, Ian Campbell wrote: > On Wed, 2015-04-15 at 17:15 +0100, Ian Jackson wrote: > > Stefano Stabellini writes ("Re: [Xen-devel] [PATCH 4/9] raisin: add a > > component to build qemu_traditional"): > > > On Wed, 15 Apr 2015, Ian Campbell wr

Re: [Xen-devel] [PATCH 4/9] raisin: add a component to build qemu_traditional

2015-04-15 Thread Ian Campbell
On Wed, 2015-04-15 at 17:15 +0100, Ian Jackson wrote: > Stefano Stabellini writes ("Re: [Xen-devel] [PATCH 4/9] raisin: add a > component to build qemu_traditional"): > > On Wed, 15 Apr 2015, Ian Campbell wrote: > > > (I also think osstest support is a p

Re: [Xen-devel] [PATCH 4/9] raisin: add a component to build qemu_traditional

2015-04-15 Thread Ian Campbell
On Wed, 2015-04-15 at 17:11 +0100, Stefano Stabellini wrote: > I think we'll have to carry those patches in Raisin anyway, otherwise > how are we supposed to be able to build xen 4.5? Like we do today, i.e. with xen.git doing the cloning. > I don't think is > reasonable to be able to build only

Re: [Xen-devel] [PATCH 4/9] raisin: add a component to build qemu_traditional

2015-04-15 Thread George Dunlap
On 04/15/2015 05:11 PM, Stefano Stabellini wrote: > On Wed, 15 Apr 2015, Ian Campbell wrote: >> On Wed, 2015-04-15 at 16:49 +0100, Andrew Cooper wrote: > It would be nice if there was a --wtih-system-qemu-trad= option, but > that has been looked upon unfavourably by the maintainers. Th

Re: [Xen-devel] [PATCH 4/9] raisin: add a component to build qemu_traditional

2015-04-15 Thread Ian Jackson
Stefano Stabellini writes ("Re: [Xen-devel] [PATCH 4/9] raisin: add a component to build qemu_traditional"): > On Wed, 15 Apr 2015, Ian Campbell wrote: > > (I also think osstest support is a prerequisite for saying it is an > > officially support XenProject thing, bu

Re: [Xen-devel] [PATCH 4/9] raisin: add a component to build qemu_traditional

2015-04-15 Thread Stefano Stabellini
On Wed, 15 Apr 2015, Ian Campbell wrote: > On Wed, 2015-04-15 at 16:49 +0100, Andrew Cooper wrote: > > >> It would be nice if there was a --wtih-system-qemu-trad= option, but > > >> that has been looked upon unfavourably by the maintainers. > > > Thanks for feedback!! > > > I think Raisin needs som

Re: [Xen-devel] [PATCH 4/9] raisin: add a component to build qemu_traditional

2015-04-15 Thread Ian Campbell
On Wed, 2015-04-15 at 16:49 +0100, Andrew Cooper wrote: > >> It would be nice if there was a --wtih-system-qemu-trad= option, but > >> that has been looked upon unfavourably by the maintainers. > > Thanks for feedback!! > > I think Raisin needs something like --with-system-qemu-trad=, so if Xen > >

Re: [Xen-devel] [PATCH 4/9] raisin: add a component to build qemu_traditional

2015-04-15 Thread George Dunlap
On 04/15/2015 04:49 PM, Andrew Cooper wrote: > On 15/04/15 16:44, Stefano Stabellini wrote: >> On Wed, 15 Apr 2015, Andrew Cooper wrote: >>> On 15/04/15 16:14, Stefano Stabellini wrote: Introduce a component to build qemu-traditional out of xen-unstable. Do not compile qemu-traditional fr

Re: [Xen-devel] [PATCH 4/9] raisin: add a component to build qemu_traditional

2015-04-15 Thread Andrew Cooper
On 15/04/15 16:44, Stefano Stabellini wrote: > On Wed, 15 Apr 2015, Andrew Cooper wrote: >> On 15/04/15 16:14, Stefano Stabellini wrote: >>> Introduce a component to build qemu-traditional out of xen-unstable. >>> Do not compile qemu-traditional from xen-unstable by passing the right >>> command li

Re: [Xen-devel] [PATCH 4/9] raisin: add a component to build qemu_traditional

2015-04-15 Thread Stefano Stabellini
On Wed, 15 Apr 2015, Andrew Cooper wrote: > On 15/04/15 16:14, Stefano Stabellini wrote: > > Introduce a component to build qemu-traditional out of xen-unstable. > > Do not compile qemu-traditional from xen-unstable by passing the right > > command line option to configure. > > > > Signed-off-by: S

Re: [Xen-devel] [PATCH 4/9] raisin: add a component to build qemu_traditional

2015-04-15 Thread Andrew Cooper
On 15/04/15 16:14, Stefano Stabellini wrote: > Introduce a component to build qemu-traditional out of xen-unstable. > Do not compile qemu-traditional from xen-unstable by passing the right > command line option to configure. > > Signed-off-by: Stefano Stabellini > --- > components/qemu_traditiona

[Xen-devel] [PATCH 4/9] raisin: add a component to build qemu_traditional

2015-04-15 Thread Stefano Stabellini
Introduce a component to build qemu-traditional out of xen-unstable. Do not compile qemu-traditional from xen-unstable by passing the right command line option to configure. Signed-off-by: Stefano Stabellini --- components/qemu_traditional | 49 +++ comp