Re: [PATCH v2 2/2] hw/sparc/leon3: add second uart with extended interrupt usage

2024-09-23 Thread Clément Chigot
On Sat, Sep 21, 2024 at 6:43 PM Nikita Shushura wrote: > > Signed-off-by: Nikita Shushura Mostly OK just a few comments. > --- > hw/sparc/leon3.c | 63 +++- > 1 file changed, 46 insertions(+), 17 deletions(-) > > diff --git a/hw/sparc/leon3.c b/hw/sp

[PATCH v2 2/2] hw/sparc/leon3: add second uart with extended interrupt usage

2024-09-21 Thread Nikita Shushura
Signed-off-by: Nikita Shushura --- hw/sparc/leon3.c | 63 +++- 1 file changed, 46 insertions(+), 17 deletions(-) diff --git a/hw/sparc/leon3.c b/hw/sparc/leon3.c index 6aaa04cb19..c559854e5e 100644 --- a/hw/sparc/leon3.c +++ b/hw/sparc/leon3.c @@ -54,1