summary refs log tree commit diff stats
path: root/hw/dec_pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/dec_pci.c')
-rw-r--r--hw/dec_pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/dec_pci.c b/hw/dec_pci.c
index f0ecaff07d..333bad98b4 100644
--- a/hw/dec_pci.c
+++ b/hw/dec_pci.c
@@ -131,7 +131,7 @@ static void pci_dec_21154_device_class_init(ObjectClass *klass, void *data)
 }
 
 static DeviceInfo pci_dec_21154_device_info = {
-    .name = "dec-21154",
+    .name = "dec-21154-sysbus",
     .size = sizeof(DECState),
     .class_init = pci_dec_21154_device_class_init,
 };