Re: [Qemu-devel] [PATCH 05/10] Compile openpic only once

2010-03-30 Thread Aurelien Jarno
On Fri, Mar 26, 2010 at 09:03:20PM +0200, Blue Swirl wrote: > Replace TARGET_PAGE_SIZE with 4096. Make byte swapping unconditional > since PPC is big endian. I am not sure it is a good idea. Even if we currently emulates only big endian PPC machine, the PPC architecture can be both little and big

[Qemu-devel] [PATCH 05/10] Compile openpic only once

2010-03-26 Thread Blue Swirl
Replace TARGET_PAGE_SIZE with 4096. Make byte swapping unconditional since PPC is big endian. Signed-off-by: Blue Swirl --- Makefile.objs |1 + Makefile.target|2 +- default-configs/ppc-softmmu.mak|1 + default-configs/ppc64-softmmu.mak |