On 9/16/21 12:05 PM, 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 <mark.cave-ayl...@ilande.co.uk> > --- > hw/nubus/nubus-bus.c | 37 +++++++++++++++++++++++++++++++++++++ > hw/nubus/nubus-device.c | 29 ----------------------------- > 2 files changed, 37 insertions(+), 29 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>