Re: [Qemu-devel] [PATCH v2 12/14] sm501: Implement reading 2D engine registers

2017-03-02 Thread Peter Maydell
On 2 March 2017 at 20:22, BALATON Zoltan wrote: > On Thu, 2 Mar 2017, Peter Maydell wrote: >> >> On 25 February 2017 at 21:47, BALATON Zoltan wrote: >>> >>> Clients normally only write to these registers, nothing is known to >>> ever read them but they are documented as read/write so allow client

Re: [Qemu-devel] [PATCH v2 12/14] sm501: Implement reading 2D engine registers

2017-03-02 Thread BALATON Zoltan
On Thu, 2 Mar 2017, Peter Maydell wrote: On 25 February 2017 at 21:47, BALATON Zoltan wrote: Clients normally only write to these registers, nothing is known to ever read them but they are documented as read/write so allow clients to also read the values. Signed-off-by: BALATON Zoltan --- hw

Re: [Qemu-devel] [PATCH v2 12/14] sm501: Implement reading 2D engine registers

2017-03-02 Thread Peter Maydell
On 25 February 2017 at 21:47, BALATON Zoltan wrote: > Clients normally only write to these registers, nothing is known to > ever read them but they are documented as read/write so allow clients > to also read the values. > > Signed-off-by: BALATON Zoltan > --- > hw/display/sm501.c | 57 > ++

[Qemu-devel] [PATCH v2 12/14] sm501: Implement reading 2D engine registers

2017-02-25 Thread BALATON Zoltan
Clients normally only write to these registers, nothing is known to ever read them but they are documented as read/write so allow clients to also read the values. Signed-off-by: BALATON Zoltan --- hw/display/sm501.c | 57 ++ 1 file changed, 57