Re: [PATCH v5 05/20] nubus: move slot bitmap checks from NubusDevice realize() to BusClass check_address()

2021-09-24 Thread Mark Cave-Ayland
On 23/09/2021 10:45, Philippe Mathieu-Daudé wrote: On 9/23/21 11:12, Mark Cave-Ayland wrote: Allow Nubus to manage the slot allocations itself using the BusClass check_address() virtual function rather than managing this during NubusDevice realize(). Signed-off-by: Mark Cave-Ayland

Re: [PATCH v5 05/20] nubus: move slot bitmap checks from NubusDevice realize() to BusClass check_address()

2021-09-23 Thread Laurent Vivier
Le 23/09/2021 à 11:12, Mark Cave-Ayland a écrit : > Allow Nubus to manage the slot allocations itself using the BusClass > check_address() > virtual function rather than managing this during NubusDevice realize(). > > Signed-off-by: Mark Cave-Ayland > Reviewed-by: Laurent Vivier > --- >

Re: [PATCH v5 05/20] nubus: move slot bitmap checks from NubusDevice realize() to BusClass check_address()

2021-09-23 Thread Philippe Mathieu-Daudé
On 9/23/21 11:12, Mark Cave-Ayland wrote: Allow Nubus to manage the slot allocations itself using the BusClass check_address() virtual function rather than managing this during NubusDevice realize(). Signed-off-by: Mark Cave-Ayland Reviewed-by: Laurent Vivier --- hw/nubus/nubus-bus.c|

[PATCH v5 05/20] nubus: move slot bitmap checks from NubusDevice realize() to BusClass check_address()

2021-09-23 Thread Mark Cave-Ayland
Allow Nubus to manage the slot allocations itself using the BusClass check_address() virtual function rather than managing this during NubusDevice realize(). Signed-off-by: Mark Cave-Ayland Reviewed-by: Laurent Vivier --- hw/nubus/nubus-bus.c| 30 ++