Commit 787aa97a authored by Gerd Hoffmann's avatar Gerd Hoffmann Committed by malc
Browse files

qdev: tag isabus-bridge as no-user



isabus-bridge isn't supposed to be added via -device ...

Signed-off-by: default avatarGerd Hoffmann <kraxel@redhat.com>
parent 2e15e23b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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)