Re: [Qemu-devel] [PATCH v1 4/6] qom: Move cpu.o to obj-y.

2014-09-01 Thread Paolo Bonzini
Il 02/09/2014 00:56, Peter Crosthwaite ha scritto: > On Tue, Sep 2, 2014 at 3:43 AM, Peter Maydell > wrote: >> On 26 August 2014 01:58, Peter Crosthwaite >> wrote: >>> It's not really a common object >> >> In what sense isn't it a common object? It's only >> compiled once, rather than per-targe

Re: [Qemu-devel] [PATCH v1 4/6] qom: Move cpu.o to obj-y.

2014-09-01 Thread Peter Crosthwaite
On Tue, Sep 2, 2014 at 3:43 AM, Peter Maydell wrote: > On 26 August 2014 01:58, Peter Crosthwaite > wrote: >> It's not really a common object > > In what sense isn't it a common object? It's only > compiled once, rather than per-target. We should > avoid moving object files from compiled-once >

Re: [Qemu-devel] [PATCH v1 4/6] qom: Move cpu.o to obj-y.

2014-09-01 Thread Peter Crosthwaite
On Tue, Sep 2, 2014 at 3:54 AM, Paolo Bonzini wrote: > Il 01/09/2014 19:43, Peter Maydell ha scritto: >> On 26 August 2014 01:58, Peter Crosthwaite >> wrote: >>> It's not really a common object >> >> In what sense isn't it a common object? It's only >> compiled once, rather than per-target. We s

Re: [Qemu-devel] [PATCH v1 4/6] qom: Move cpu.o to obj-y.

2014-09-01 Thread Paolo Bonzini
Il 01/09/2014 19:43, Peter Maydell ha scritto: > On 26 August 2014 01:58, Peter Crosthwaite > wrote: >> It's not really a common object > > In what sense isn't it a common object? It's only > compiled once, rather than per-target. We should > avoid moving object files from compiled-once > to com

Re: [Qemu-devel] [PATCH v1 4/6] qom: Move cpu.o to obj-y.

2014-09-01 Thread Peter Maydell
On 26 August 2014 01:58, Peter Crosthwaite wrote: > It's not really a common object In what sense isn't it a common object? It's only compiled once, rather than per-target. We should avoid moving object files from compiled-once to compiled-per-target if we can... thanks -- PMM