On 9/16/21 12:05, Mark Cave-Ayland wrote: > Since there is no need to generate a dummy declaration ROM, remove both > nubus_register_rom() and nubus_register_format_block(). These will shortly be > replaced with a mechanism to optionally load a declaration ROM from disk to > allow real images to be used within QEMU.
Nubus neophyte question: is it OK to load a device without optional ROM nor dummy? > Signed-off-by: Mark Cave-Ayland <mark.cave-ayl...@ilande.co.uk> > --- > hw/nubus/nubus-device.c | 143 --------------------------------------- > include/hw/nubus/nubus.h | 19 ------ > 2 files changed, 162 deletions(-)