| Submitter | Gerd Hoffmann |
|---|---|
| Date | Sept. 10, 2009, 9:43 a.m. |
| Message ID | <1252575815-7824-7-git-send-email-kraxel@redhat.com> |
| Download | mbox | patch |
| Permalink | /patch/33302/ |
| State | Superseded |
| Headers | show |
Comments
Patch
diff --git a/hw/isa-bus.c b/hw/isa-bus.c index bfd0fff..3cc17b2 100644 --- a/hw/isa-bus.c +++ b/hw/isa-bus.c @@ -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)
isabus-bridge isn't supposed to be added via -device ... Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> --- hw/isa-bus.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)