On Wed, 06 Nov 2024 22:56, Philippe Mathieu-Daudé <phi...@linaro.org> wrote:
On 6/11/24 18:51, Paolo Bonzini wrote:
The offset that is compared against 0x3f8..0x400 is not shifted right.
Adjust the pattern matching.
Cc: Pierrick Bouvier <pierrick.bouv...@linaro.org>
Cc: Manos Pitsidianakis <manos.pitsidiana...@linaro.org>
Signed-off-by: Paolo Bonzini <pbonz...@redhat.com>
---
rust/hw/char/pl011/src/device.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>
The device id reporting is still buggy even with this patch. I will send
a proper fix within the day.