summary refs log tree commit diff stats
path: root/hw/nvram/xlnx-efuse.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/nvram/xlnx-efuse.c')
-rw-r--r--hw/nvram/xlnx-efuse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/nvram/xlnx-efuse.c b/hw/nvram/xlnx-efuse.c
index e2e8311a48..29e7dd539e 100644
--- a/hw/nvram/xlnx-efuse.c
+++ b/hw/nvram/xlnx-efuse.c
@@ -257,7 +257,7 @@ static void efuse_prop_release_drive(Object *obj, const char *name,
 }
 
 static const PropertyInfo efuse_prop_drive = {
-    .name  = "str",
+    .type  = "str",
     .description = "Node name or ID of a block device to use as eFUSE backend",
     .realized_set_allowed = true,
     .get = efuse_prop_get_drive,