qemu-arm
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2 01/11] hw/char/pl011: Restrict MemoryRegionOps implementat


From: Richard Henderson
Subject: Re: [PATCH v2 01/11] hw/char/pl011: Restrict MemoryRegionOps implementation access sizes
Date: Fri, 14 Jul 2023 07:47:09 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0

On 7/10/23 18:50, Philippe Mathieu-Daudé wrote:
The pl011_read() and pl011_write() handlers shift the offset
argument by 2, so are implemented on a 32-bit boundary.

Signed-off-by: Philippe Mathieu-Daudé<philmd@linaro.org>
---
  hw/char/pl011.c | 2 ++
  1 file changed, 2 insertions(+)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]