[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v2 12/14] sm501: Implement reading 2D engine reg
From: |
Peter Maydell |
Subject: |
Re: [Qemu-devel] [PATCH v2 12/14] sm501: Implement reading 2D engine registers |
Date: |
Thu, 2 Mar 2017 20:00:57 +0000 |
On 25 February 2017 at 21:47, BALATON Zoltan <address@hidden> 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 <address@hidden>
> ---
> hw/display/sm501.c | 57
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++
> 1 file changed, 57 insertions(+)
Oh, the read code is in a separate patch? Please put all the handling
for a particular register in the same patch. If you think the
resulting patch is too long you can split it into several patches
each of which handles a group of registers if you like (but it
probably isn't necessary).
thanks
-- PMM
- Re: [Qemu-devel] [PATCH v2 12/14] sm501: Implement reading 2D engine registers,
Peter Maydell <=