Re: [PATCH 07/12] hw/ssi: Check for duplicate addresses

2023-05-30 Thread Cédric Le Goater
On 5/30/23 23:05, Philippe Mathieu-Daudé wrote: On 8/5/23 09:58, Cédric Le Goater wrote: This to avoid address conflicts on the same SSI bus. Adapt machines using multiple devices on the same bus to avoid breakage. Cc: "Edgar E. Iglesias" Cc: Alistair Francis Signed-off-by: Cédric Le Goater

Re: [PATCH 07/12] hw/ssi: Check for duplicate addresses

2023-05-30 Thread Philippe Mathieu-Daudé
On 8/5/23 09:58, Cédric Le Goater wrote: This to avoid address conflicts on the same SSI bus. Adapt machines using multiple devices on the same bus to avoid breakage. Cc: "Edgar E. Iglesias" Cc: Alistair Francis Signed-off-by: Cédric Le Goater --- hw/arm/stellaris.c | 4 ++

[PATCH 07/12] hw/ssi: Check for duplicate addresses

2023-05-08 Thread Cédric Le Goater
This to avoid address conflicts on the same SSI bus. Adapt machines using multiple devices on the same bus to avoid breakage. Cc: "Edgar E. Iglesias" Cc: Alistair Francis Signed-off-by: Cédric Le Goater --- hw/arm/stellaris.c | 4 +++- hw/arm/xilinx_zynq.c| 1