On 9/24/21 09:37, Mark Cave-Ayland wrote:
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 <[email protected]>
Reviewed-by: Laurent Vivier <[email protected]>
---
  hw/nubus/mac-nubus-bridge.c         |  4 ++++
  hw/nubus/nubus-bus.c                |  5 +++--
  hw/nubus/nubus-device.c             | 29 ++++++++++++++++++++++++-----
  include/hw/nubus/mac-nubus-bridge.h |  4 ++++
  include/hw/nubus/nubus.h            | 13 ++++++-------
  5 files changed, 41 insertions(+), 14 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <[email protected]>

Reply via email to