Re: [Qemu-devel] [PATCH 1/3] target-mips: Add n32/n64 configuration files

2014-12-11 Thread Peter Maydell
On 10 December 2014 at 23:25, Maciej W. Rozycki ma...@codesourcery.com wrote: On Wed, 10 Dec 2014, Peter Maydell wrote: Except that apart from coming to an agreement someone has to make it happen yet. ;) Ah, but I'm happy with the current state of the codebase... Ack. To clarify, that

Re: [Qemu-devel] [PATCH 1/3] target-mips: Add n32/n64 configuration files

2014-12-11 Thread Maciej W. Rozycki
On Thu, 11 Dec 2014, Peter Maydell wrote: Except that apart from coming to an agreement someone has to make it happen yet. ;) Ah, but I'm happy with the current state of the codebase... Ack. To clarify, that was a slightly tongue-in-cheek response, but I do actually feel

[Qemu-devel] [PATCH 1/3] target-mips: Add n32/n64 configuration files

2014-12-10 Thread Maciej W. Rozycki
Mechanically add new n32/n64 configuration files copying the relevant preexisting ones, fixing the system emulation configuration build, that breaks due to the lack of the respective configuration files, for the `mipsn32' and `mipsn32el' targets on this occasion as well. Signed-off-by: Maciej

Re: [Qemu-devel] [PATCH 1/3] target-mips: Add n32/n64 configuration files

2014-12-10 Thread Peter Maydell
On 10 December 2014 at 18:53, Maciej W. Rozycki ma...@codesourcery.com wrote: Mechanically add new n32/n64 configuration files copying the relevant preexisting ones, fixing the system emulation configuration build, that breaks due to the lack of the respective configuration files, for the

Re: [Qemu-devel] [PATCH 1/3] target-mips: Add n32/n64 configuration files

2014-12-10 Thread Maciej W. Rozycki
On Wed, 10 Dec 2014, Peter Maydell wrote: Index: qemu-git-trunk/default-configs/mipsn32-softmmu.mak Index: qemu-git-trunk/default-configs/mipsn32el-softmmu.mak Index: qemu-git-trunk/default-configs/mipsn64el-linux-user.mak Index: qemu-git-trunk/default-configs/mipsn64el-softmmu.mak

Re: [Qemu-devel] [PATCH 1/3] target-mips: Add n32/n64 configuration files

2014-12-10 Thread Peter Maydell
On 10 December 2014 at 20:29, Maciej W. Rozycki ma...@codesourcery.com wrote: On Wed, 10 Dec 2014, Peter Maydell wrote: Index: qemu-git-trunk/default-configs/mipsn32-softmmu.mak Index: qemu-git-trunk/default-configs/mipsn32el-softmmu.mak Index:

Re: [Qemu-devel] [PATCH 1/3] target-mips: Add n32/n64 configuration files

2014-12-10 Thread Maciej W. Rozycki
On Wed, 10 Dec 2014, Peter Maydell wrote: This is a tricky change, the system emulation mode configuration also has an ELF loader (invoked with the -kernel option) and as such is also affected. There are three MIPS ELF flavours corresponding to the three ABIs: ELF32 no-ABI2 for o32,

Re: [Qemu-devel] [PATCH 1/3] target-mips: Add n32/n64 configuration files

2014-12-10 Thread Peter Maydell
On 10 December 2014 at 22:14, Maciej W. Rozycki ma...@codesourcery.com wrote: On Wed, 10 Dec 2014, Peter Maydell wrote: As noted in 0/3 ideally we'd handle all ELF flavours with a single binary. Then we could have two system configurations only, mips|mipsel (a limited configuration for

Re: [Qemu-devel] [PATCH 1/3] target-mips: Add n32/n64 configuration files

2014-12-10 Thread Maciej W. Rozycki
On Wed, 10 Dec 2014, Peter Maydell wrote: Except that apart from coming to an agreement someone has to make it happen yet. ;) Ah, but I'm happy with the current state of the codebase... Ack. Fair enough, I want to move forward though. Would it make you happy if I dropped the new