Re: [Qemu-devel] [PATCH] hw/display/exynos4210_fimd: Fix bit-swapping code

2015-06-12 Thread Peter Maydell
Deafening silence, so I'm just going to apply this to target-arm.next. -- PMM On 5 June 2015 at 16:05, Peter Maydell wrote: > Ping for either patch review or suggestions > for updating the MAINTAINERS section for this board? > > thanks > -- PMM > > On 29 May 2015 at 16:16, Peter Maydell wrote:

Re: [Qemu-devel] [PATCH] hw/display/exynos4210_fimd: Fix bit-swapping code

2015-06-05 Thread Peter Maydell
Ping for either patch review or suggestions for updating the MAINTAINERS section for this board? thanks -- PMM On 29 May 2015 at 16:16, Peter Maydell wrote: > fimd_swap_data() includes code to reverse the bits in a > 64-bit integer, but an off-by-one error meant that it would > try to shift off

Re: [Qemu-devel] [PATCH] hw/display/exynos4210_fimd: Fix bit-swapping code

2015-05-29 Thread Peter Maydell
On 29 May 2015 at 16:16, Peter Maydell wrote: > fimd_swap_data() includes code to reverse the bits in a > 64-bit integer, but an off-by-one error meant that it would > try to shift off the top of the integer. Correct the bug > (spotted by Coverity). > > Signed-off-by: Peter Maydell > --- > Compil