[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 2/3] target/s390x: display deprecation status in '-cpu hel
From: |
Cornelia Huck |
Subject: |
Re: [PATCH v2 2/3] target/s390x: display deprecation status in '-cpu help' |
Date: |
Fri, 22 Jul 2022 17:38:45 +0200 |
User-agent: |
Notmuch/0.36 (https://notmuchmail.org) |
On Fri, Jul 22 2022, Daniel P. Berrangé <berrange@redhat.com> wrote:
> 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.
>
> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
> ---
> target/s390x/cpu_models.c | 23 ++++++++++++++++++-----
> 1 file changed, 18 insertions(+), 5 deletions(-)
Reviewed-by: Cornelia Huck <cohuck@redhat.com>