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

2017-04-20 Thread Peter Maydell
On 20 April 2017 at 21:43, 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 and framebuffer memory. > > Signed-off-by: BALATON Zoltan > --- I think it's worth a comment to the effect of: Note that though the L

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

2017-04-20 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 and framebuffer memory. Signed-off-by: BALATON Zoltan --- v2: Split off small clean up to other patch v4: Set serial part to little endian as well v5: Make framebuffer always LE as sugges