]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: display deprecation status in '-cpu help'
authorDaniel P. Berrangé <berrange@redhat.com>
Tue, 24 May 2022 14:44:55 +0000 (15:44 +0100)
committerDaniel P. Berrangé <berrange@redhat.com>
Fri, 5 Aug 2022 15:18:15 +0000 (16:18 +0100)
commit977c33ba5de58c9c5c857979516cb896db2c0969
tree318af10b13f6a42b624cf81c0ad4c6cae114fae9
parent738cdc2f6ea1ce22bb3f2a4e0fc84fc8121896fb
target/arm: display deprecation status in '-cpu help'

When the user queries CPU models via QMP there is a 'deprecated' flag
present, however, this is not done for the CLI '-cpu help' command.

Reviewed-by: Cornelia Huck <cohuck@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
target/arm/helper.c