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:
Gerd Hoffmann 2009-09-10 11:43:28 +02:00 committed by malc
parent 2e15e23b8a
commit 787aa97a3e
1 changed files with 1 additions and 0 deletions

View File

@ -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)