mirror of https://gitee.com/openkylin/qemu.git
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
|
@ -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…
Reference in New Issue