mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06:00
qdev: tag isabus-bridge as no-user
isabus-bridge isn't supposed to be added via -device ... Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
2e15e23b8a
commit
787aa97a3e
1 changed files with 1 additions and 0 deletions
|
@ -145,6 +145,7 @@ static SysBusDeviceInfo isabus_bridge_info = {
|
|||
.init = isabus_bridge_init,
|
||||
.qdev.name = "isabus-bridge",
|
||||
.qdev.size = sizeof(SysBusDevice),
|
||||
.qdev.no_user = 1,
|
||||
};
|
||||
|
||||
static void isabus_register_devices(void)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue