[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 3/3] target/arm: display deprecation status in '-cpu help'
From: |
Cornelia Huck |
Subject: |
Re: [PATCH v2 3/3] target/arm: display deprecation status in '-cpu help' |
Date: |
Fri, 22 Jul 2022 17:40:10 +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/arm/helper.c | 7 ++++++-
> 1 file changed, 6 insertions(+), 1 deletion(-)
Reviewed-by: Cornelia Huck <cohuck@redhat.com>