Re: [PATCH 07/14] hw/display/dpcd: Fix memory region size

2020-05-26 Thread Alistair Francis
On Mon, May 25, 2020 at 11:27 PM Philippe Mathieu-Daudé wrote: > > The memory region size is 512K. > > Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Alistair Francis Alistair > --- > hw/display/dpcd.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/hw/displa

[PATCH 07/14] hw/display/dpcd: Fix memory region size

2020-05-25 Thread Philippe Mathieu-Daudé
The memory region size is 512K. Signed-off-by: Philippe Mathieu-Daudé --- hw/display/dpcd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hw/display/dpcd.c b/hw/display/dpcd.c index 170545c605..0c1b7b35fb 100644 --- a/hw/display/dpcd.c +++ b/hw/display/dpcd.c @@ -1,5 +1