On Thu, Jul 14 2022, Daniel P. Berrangé <berra...@redhat.com> wrote:
> The deprecation notes are currently only displayed at runtime when the > user activates a CPU. The QMP query displays a simple flag for > deprecation, while '-cpu help' displays nothing unless the deprecation > info is duplicated into the 'notes' field. > > This changes the code so that deprecation notes are explicitly shown > in '-cpu help', to assist the user in deciding what to use. > > Signed-off-by: Daniel P. Berrangé <berra...@redhat.com> > --- > target/s390x/cpu_models.c | 28 +++++++++++++++++++++++----- > 1 file changed, 23 insertions(+), 5 deletions(-) Reviewed-by: Cornelia Huck <coh...@redhat.com>