]> git.proxmox.com Git - mirror_qemu.git/commit
nubus-device: remove nubus_register_rom() and nubus_register_format_block()
authorMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Fri, 24 Sep 2021 07:37:58 +0000 (08:37 +0100)
committerLaurent Vivier <laurent@vivier.eu>
Wed, 29 Sep 2021 08:45:19 +0000 (10:45 +0200)
commit2469dc1dda596b13b4a8c7ed7f03d5991fa61b43
treee893ec01c9d8c66504a82da00bf62d29445e61d8
parente0591bf1a56fa59b787870fbdd4e5d7ca8d745d2
nubus-device: remove nubus_register_rom() and nubus_register_format_block()

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.

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Message-Id: <20210924073808.1041-11-mark.cave-ayland@ilande.co.uk>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
hw/nubus/nubus-device.c
include/hw/nubus/nubus.h