Re: [PATCH v3 2/2] This patch includes i3c instance in ast2600 soc.

2022-01-20 Thread Peter Maydell
On Tue, 11 Jan 2022 at 08:46, Troy Lee wrote: > > v3: > - Remove unrelated changes to SPI2 address > - Remove controller irq line > > v2: Rebase to mainline QEMU > > Signed-off-by: Troy Lee This turns out not to build on macOS or on 32-bit hosts because of format string issues -- you can't porta

Re: [PATCH v3 2/2] This patch includes i3c instance in ast2600 soc.

2022-01-11 Thread Cédric Le Goater
On 1/11/22 09:45, Troy Lee wrote: v3: - Remove unrelated changes to SPI2 address - Remove controller irq line v2: Rebase to mainline QEMU Signed-off-by: Troy Lee Reviewed-by: Cédric Le Goater You should consider updating the documentation : https://qemu.readthedocs.io/en/latest/system/a

[PATCH v3 2/2] This patch includes i3c instance in ast2600 soc.

2022-01-11 Thread Troy Lee
v3: - Remove unrelated changes to SPI2 address - Remove controller irq line v2: Rebase to mainline QEMU Signed-off-by: Troy Lee --- hw/arm/aspeed_ast2600.c | 16 include/hw/arm/aspeed_soc.h | 3 +++ 2 files changed, 19 insertions(+) diff --git a/hw/arm/aspeed_ast2600.c b/