mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-21 23:18:36 -07: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
|
|
@ -985,7 +985,7 @@ inval:
|
|||
|
||||
const PropertyInfo qdev_prop_pci_host_devaddr = {
|
||||
.type = "str",
|
||||
.description = "Address (bus/device/function) of "
|
||||
.description = "Address (bus:device.function) of "
|
||||
"the host device, example: 04:10.0",
|
||||
.get = get_pci_host_devaddr,
|
||||
.set = set_pci_host_devaddr,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue