]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/arm/vexpress.c
qom: Drop object_property_set_description() parameter @errp
[mirror_qemu.git] / hw / arm / vexpress.c
index ed683eeea5319c09bd9315601d42a2bfba8885ed..5372ab6c9b5c23edf8e82e76178f5a0f59c0d509 100644 (file)
@@ -752,8 +752,7 @@ static void vexpress_instance_init(Object *obj)
                              vexpress_set_secure, NULL);
     object_property_set_description(obj, "secure",
                                     "Set on/off to enable/disable the ARM "
-                                    "Security Extensions (TrustZone)",
-                                    NULL);
+                                    "Security Extensions (TrustZone)");
 }
 
 static void vexpress_a15_instance_init(Object *obj)
@@ -770,8 +769,7 @@ static void vexpress_a15_instance_init(Object *obj)
     object_property_set_description(obj, "virtualization",
                                     "Set on/off to enable/disable the ARM "
                                     "Virtualization Extensions "
-                                    "(defaults to same as 'secure')",
-                                    NULL);
+                                    "(defaults to same as 'secure')");
 }
 
 static void vexpress_a9_instance_init(Object *obj)