]> xenbits.xensource.com Git - qemu-xen.git/commit
nubus: use bitmap to manage available slots
authorMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Fri, 24 Sep 2021 07:37:52 +0000 (08:37 +0100)
committerLaurent Vivier <laurent@vivier.eu>
Wed, 29 Sep 2021 08:45:19 +0000 (10:45 +0200)
commit03deab99401a57332d8f3bdba319a41eebc1d666
tree180f08b183953f00a2f0628e8daabd7d80442fda
parent90be1dea5017e518076f2a0d3ad26e158b92a1da
nubus: use bitmap to manage available slots

Convert nubus_device_realize() to use a bitmap to manage available slots to allow
for future Nubus devices to be plugged into arbitrary slots from the command line
using a new qdev "slot" parameter for nubus devices.

Update mac_nubus_bridge_init() to only allow slots 0x9 to 0xe on Macintosh machines
as documented in "Designing Cards and Drivers for the Macintosh Family".

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20210924073808.1041-5-mark.cave-ayland@ilande.co.uk>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
hw/nubus/mac-nubus-bridge.c
hw/nubus/nubus-bus.c
hw/nubus/nubus-device.c
include/hw/nubus/mac-nubus-bridge.h
include/hw/nubus/nubus.h