]> www.infradead.org Git - users/dwmw2/qemu.git/commit
target/i386: 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)
commit5dfa9e8689d08c529bf772fc199597efa947fa27
tree4bbf3c05a218a561db357554e2762d4d7fb70bfa
parent5258a7e2c0677d16e9e1d06845f60171adf0b290
target/i386: 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/i386/cpu.c