On 9/24/21 09:37, 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 <[email protected]>
Reviewed-by: Laurent Vivier <[email protected]>
---
hw/nubus/nubus-bus.c | 29 +++++++++++++++++++++++++++++
hw/nubus/nubus-device.c | 21 ---------------------
2 files changed, 29 insertions(+), 21 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>