Re: [PATCH 5/6] aspeed/smc: Let the SSI core layer define the bus name

2022-03-07 Thread Alistair Francis
On Mon, Mar 7, 2022 at 5:34 PM Cédric Le Goater wrote: > > If no id is provided, qdev automatically assigns a unique ename with > the following pattern ".". > > Signed-off-by: Cédric Le Goater Reviewed-by: Alistair Francis Alistair > --- > hw/ssi/aspeed_smc.c | 2 +- > 1 file changed, 1

Re: [PATCH 5/6] aspeed/smc: Let the SSI core layer define the bus name

2022-03-07 Thread Philippe Mathieu-Daudé
On 7/3/22 08:18, Cédric Le Goater wrote: If no id is provided, qdev automatically assigns a unique ename with "an unique name"? the following pattern ".". Maybe complete with smth like: "which avoid bus name collision when using multiple buses." Reviewed-by: Philippe Mathieu-Daudé

Re: [PATCH 5/6] aspeed/smc: Let the SSI core layer define the bus name

2022-03-07 Thread Cédric Le Goater
On 3/7/22 11:25, Philippe Mathieu-Daudé wrote: On 7/3/22 08:18, Cédric Le Goater wrote: If no id is provided, qdev automatically assigns a unique ename with "an unique name"? the following pattern ".". Maybe complete with smth like: "which avoid bus name collision when using multiple

[PATCH 5/6] aspeed/smc: Let the SSI core layer define the bus name

2022-03-06 Thread Cédric Le Goater
If no id is provided, qdev automatically assigns a unique ename with the following pattern ".". Signed-off-by: Cédric Le Goater --- hw/ssi/aspeed_smc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/ssi/aspeed_smc.c b/hw/ssi/aspeed_smc.c index f194182beacf..113f31899a6b