diff options
author | Mark Cave-Ayland | 2021-09-24 09:37:50 +0200 |
---|---|---|
committer | Laurent Vivier | 2021-09-29 10:45:18 +0200 |
commit | e2c49c0515f5995b267a9795d88733865d2d0ced (patch) | |
tree | 40a851652b460478fe1c26dc15e66ba750dec713 /include/hw/nubus | |
parent | nubus: add comment indicating reference documents (diff) | |
download | qemu-e2c49c0515f5995b267a9795d88733865d2d0ced.tar.gz qemu-e2c49c0515f5995b267a9795d88733865d2d0ced.tar.xz qemu-e2c49c0515f5995b267a9795d88733865d2d0ced.zip |
nubus-device: rename slot_nb variable to slot
This is in preparation for creating a qdev property of the same name.
Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Message-Id: <20210924073808.1041-3-mark.cave-ayland@ilande.co.uk>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'include/hw/nubus')
-rw-r--r-- | include/hw/nubus/nubus.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hw/nubus/nubus.h b/include/hw/nubus/nubus.h index e2b5cf260b..424309dd73 100644 --- a/include/hw/nubus/nubus.h +++ b/include/hw/nubus/nubus.h @@ -42,7 +42,7 @@ struct NubusBus { struct NubusDevice { DeviceState qdev; - int slot_nb; + int slot; MemoryRegion slot_mem; /* Format Block */ |