mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 09:13:55 -06:00
qdev: Improve a few more PropertyInfo @description members
Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-ID: <20250227085601.4140852-7-armbru@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
0b9d12b03c
commit
45e5b49360
5 changed files with 6 additions and 4 deletions
|
@ -662,7 +662,7 @@ invalid:
|
|||
*/
|
||||
static const PropertyInfo xen_block_prop_vdev = {
|
||||
.type = "str",
|
||||
.description = "Virtual Disk specifier: d*p*/xvd*/hd*/sd*",
|
||||
.description = "Virtual Disk specifier (d*p*/xvd*/hd*/sd*)",
|
||||
.get = xen_block_get_vdev,
|
||||
.set = xen_block_set_vdev,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue