Re: [Qemu-devel] [PATCH v4 07/13] sm501: Fix device endianness

2017-03-06 Thread Peter Maydell
On 25 February 2017 at 18:46, BALATON Zoltan wrote: > We only emulate the sysbus device in its default LE mode and PCI is LE > as well so specify this for registers. Colors were also off on both > SH4 and PPC which is also fixed here. > diff --git a/hw/display/sm501_template.h b/hw/display/sm501_

[Qemu-devel] [PATCH v4 07/13] sm501: Fix device endianness

2017-03-04 Thread BALATON Zoltan
We only emulate the sysbus device in its default LE mode and PCI is LE as well so specify this for registers. Colors were also off on both SH4 and PPC which is also fixed here. Signed-off-by: BALATON Zoltan --- v2: Split off small clean up to other patch v4: Set serial part to little endian as w