Re: [PATCH v5 17/20] nubus-bridge: make slot_available_mask a qdev property

2021-09-24 Thread Mark Cave-Ayland
On 23/09/2021 10:52, Philippe Mathieu-Daudé wrote: On 9/23/21 11:13, Mark Cave-Ayland wrote: This is to allow Macintosh machines to further specify which slots are available since the number of addressable slots may not match the number of physical slots present in the machine. Signed-off-by:

Re: [PATCH v5 17/20] nubus-bridge: make slot_available_mask a qdev property

2021-09-23 Thread Philippe Mathieu-Daudé
On 9/23/21 11:13, Mark Cave-Ayland wrote: This is to allow Macintosh machines to further specify which slots are available since the number of addressable slots may not match the number of physical slots present in the machine. Signed-off-by: Mark Cave-Ayland Reviewed-by: Laurent Vivier ---

[PATCH v5 17/20] nubus-bridge: make slot_available_mask a qdev property

2021-09-23 Thread Mark Cave-Ayland
This is to allow Macintosh machines to further specify which slots are available since the number of addressable slots may not match the number of physical slots present in the machine. Signed-off-by: Mark Cave-Ayland Reviewed-by: Laurent Vivier --- hw/nubus/nubus-bridge.c | 7 +++ 1 file c