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

2021-09-22 Thread Mark Cave-Ayland
On 20/09/2021 20:56, Laurent Vivier wrote: Le 17/09/2021 à 09:50, 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 ---

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

2021-09-20 Thread Laurent Vivier
Le 17/09/2021 à 09:50, 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 > --- > hw/nubus/nubus-bus.c| 37

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

2021-09-17 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 --- hw/nubus/nubus-bus.c| 37 + hw/nubus/nubus-device.c | 29