mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 17:23:56 -06:00
qdev: Drop legacy_name from qdev properties
The legacy_name is useless now, better help information is provided by description field of property. Cc: Markus Armbruster <armbru@redhat.com> Signed-off-by: Gonglei <arei.gonglei@huawei.com> Reviewed-by: Paolo Bonzini <pbonzini@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Andreas Färber <afaerber@suse.de>
This commit is contained in:
parent
07d09c58db
commit
18b91a3e08
4 changed files with 0 additions and 12 deletions
|
@ -8044,7 +8044,6 @@ static void powerpc_set_compat(Object *obj, Visitor *v,
|
|||
|
||||
static PropertyInfo powerpc_compat_propinfo = {
|
||||
.name = "str",
|
||||
.legacy_name = "powerpc-server-compat",
|
||||
.description = "compatibility mode, power6/power7/power8",
|
||||
.get = powerpc_get_compat,
|
||||
.set = powerpc_set_compat,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue