Re: [Qemu-devel] [PATCH V2 0/3] ARM: Misc ARM big-endian bug fixes

2013-03-20 Thread Peter Maydell
On 20 March 2013 09:28, Fabien Chouteau wrote: > On 03/19/2013 12:30 PM, Peter Maydell wrote: >> On 19 March 2013 11:21, Fabien Chouteau wrote: >>> Fabien Chouteau (3): >>> QAPI: Add ARMEB target-type >>> Add default config for armeb-softmmu >> >> Hi Fabien. I'm afraid I don't want to take th

Re: [Qemu-devel] [PATCH V2 0/3] ARM: Misc ARM big-endian bug fixes

2013-03-20 Thread Fabien Chouteau
On 03/19/2013 12:30 PM, Peter Maydell wrote: > On 19 March 2013 11:21, Fabien Chouteau wrote: >> v2: >> - I drop the the CPSR.E/SCTLR.E/SCTLR.IE patch. The issue is still too >> complex for me to submit a good patch. >> >> - Fix the GDB byte order for 64bits registers >> >> Fabien Chouteau (

Re: [Qemu-devel] [PATCH V2 0/3] ARM: Misc ARM big-endian bug fixes

2013-03-19 Thread Richard Henderson
On 03/19/2013 04:30 AM, Peter Maydell wrote: > (As an aside, perhaps we should generate the list in qapi-schema.json > automatically rather than hardcoding every target name? dunno) Definitely. It took me quite a while to find this when updating my spu target emulator a while back. r~

Re: [Qemu-devel] [PATCH V2 0/3] ARM: Misc ARM big-endian bug fixes

2013-03-19 Thread Peter Maydell
On 19 March 2013 11:21, Fabien Chouteau wrote: > v2: > - I drop the the CPSR.E/SCTLR.E/SCTLR.IE patch. The issue is still too > complex for me to submit a good patch. > > - Fix the GDB byte order for 64bits registers > > Fabien Chouteau (3): > QAPI: Add ARMEB target-type > Add default co

[Qemu-devel] [PATCH V2 0/3] ARM: Misc ARM big-endian bug fixes

2013-03-19 Thread Fabien Chouteau
v2: - I drop the the CPSR.E/SCTLR.E/SCTLR.IE patch. The issue is still too complex for me to submit a good patch. - Fix the GDB byte order for 64bits registers Fabien Chouteau (3): QAPI: Add ARMEB target-type Add default config for armeb-softmmu target-arm: Fix VFP register byte order