Re: [Qemu-devel] [PATCH RESEND(REBASED)] Fix trivial "endianness bugs"

2011-04-03 Thread Aurelien Jarno
On Sun, Mar 13, 2011 at 03:44:02PM +0100, Stefan Weil wrote: > Replace endianess -> endianness. > > Signed-off-by: Stefan Weil > --- > audio/sdlaudio.c | 20 ++-- > block/vdi.c |4 ++-- > target-microblaze/translate.c |2 +- > target-mips/

Re: [Qemu-devel] [PATCH RESEND(REBASED)] Fix trivial "endianness bugs"

2011-04-01 Thread Peter Maydell
On 1 April 2011 21:27, Aurelien Jarno wrote: > On Sun, Mar 13, 2011 at 03:44:02PM +0100, Stefan Weil wrote: >> Replace endianess -> endianness. > > Given it concerns code and not comments, I am reluctant for this kind of > patches unless we have a very good reason. > > Do you have some pointers ab

Re: [Qemu-devel] [PATCH RESEND(REBASED)] Fix trivial "endianness bugs"

2011-04-01 Thread Stefan Weil
Am 01.04.2011 22:27, schrieb Aurelien Jarno: On Sun, Mar 13, 2011 at 03:44:02PM +0100, Stefan Weil wrote: Replace endianess -> endianness. Given it concerns code and not comments, I am reluctant for this kind of patches unless we have a very good reason. Do you have some pointers about "endia

Re: [Qemu-devel] [PATCH RESEND(REBASED)] Fix trivial "endianness bugs"

2011-04-01 Thread Aurelien Jarno
On Sun, Mar 13, 2011 at 03:44:02PM +0100, Stefan Weil wrote: > Replace endianess -> endianness. Given it concerns code and not comments, I am reluctant for this kind of patches unless we have a very good reason. Do you have some pointers about "endianness" being the correct wording? It seems both

[Qemu-devel] [PATCH RESEND(REBASED)] Fix trivial "endianness bugs"

2011-03-13 Thread Stefan Weil
Replace endianess -> endianness. Signed-off-by: Stefan Weil --- audio/sdlaudio.c | 20 ++-- block/vdi.c |4 ++-- target-microblaze/translate.c |2 +- target-mips/cpu.h |2 +- usb-bsd.c |2 +- 5 files