Re: [PATCH v2 2/3] target/s390x: display deprecation status in '-cpu help'

2022-07-22 Thread Cornelia Huck
On Fri, Jul 22 2022, Daniel P. Berrangé 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é > --- > target/s390x/cpu_models.c | 23 ++- > 1

[PATCH v2 2/3] target/s390x: display deprecation status in '-cpu help'

2022-07-22 Thread Daniel P . Berrangé
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é --- target/s390x/cpu_models.c | 23 ++- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/t