Re: [Qemu-devel] [PATCH 1/3] Compile some MIPS devices only once

2010-03-27 Thread Blue Swirl
On 3/27/10, Aurelien Jarno wrote: > On Fri, Mar 26, 2010 at 11:37:08PM +0200, Blue Swirl wrote: > > On 3/26/10, Aurelien Jarno wrote: > > > On Thu, Mar 25, 2010 at 10:24:12PM +0200, Blue Swirl wrote: > > > > Move CPU specific declarations to a separate file. > > > > > > > > > This basicall

Re: [Qemu-devel] [PATCH 1/3] Compile some MIPS devices only once

2010-03-26 Thread Aurelien Jarno
On Fri, Mar 26, 2010 at 11:37:08PM +0200, Blue Swirl wrote: > On 3/26/10, Aurelien Jarno wrote: > > On Thu, Mar 25, 2010 at 10:24:12PM +0200, Blue Swirl wrote: > > > Move CPU specific declarations to a separate file. > > > > > > This basically looks ok, but I haven't been able to test it as the p

Re: [Qemu-devel] [PATCH 1/3] Compile some MIPS devices only once

2010-03-26 Thread Blue Swirl
On 3/26/10, Aurelien Jarno wrote: > On Thu, Mar 25, 2010 at 10:24:12PM +0200, Blue Swirl wrote: > > Move CPU specific declarations to a separate file. > > > This basically looks ok, but I haven't been able to test it as the patch > doesn't apply anymore. You need to apply the earlier ide/core p

Re: [Qemu-devel] [PATCH 1/3] Compile some MIPS devices only once

2010-03-26 Thread Aurelien Jarno
On Thu, Mar 25, 2010 at 10:24:12PM +0200, Blue Swirl wrote: > Move CPU specific declarations to a separate file. This basically looks ok, but I haven't been able to test it as the patch doesn't apply anymore. > Signed-off-by: Blue Swirl > --- > Makefile.objs|6 ++

[Qemu-devel] [PATCH 1/3] Compile some MIPS devices only once

2010-03-25 Thread Blue Swirl
Move CPU specific declarations to a separate file. Signed-off-by: Blue Swirl --- Makefile.objs|6 ++ Makefile.target |8 +++- default-configs/mips-softmmu.mak |5 + default-configs/mips64-softmmu.mak |5 + default