summary refs log tree commit diff stats
path: root/hw/fdc.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/fdc.c')
-rw-r--r--hw/fdc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/fdc.c b/hw/fdc.c
index 06f3a2cb99..d2bfa71d8f 100644
--- a/hw/fdc.c
+++ b/hw/fdc.c
@@ -1997,6 +1997,7 @@ static ISADeviceInfo isa_fdc_info = {
     .init = isabus_fdc_init1,
     .qdev.name  = "isa-fdc",
     .qdev.size  = sizeof(fdctrl_isabus_t),
+    .qdev.no_user = 1,
     .qdev.vmsd  = &vmstate_fdc,
     .qdev.reset = fdctrl_external_reset_isa,
     .qdev.props = (Property[]) {